commit | 3d2fc79714542702f55fc407f7e7885464c39cd2 | [log] [tgz] |
---|---|---|
author | Tobias Waldekranz <tobias@waldekranz.com> | Thu Feb 16 16:33:48 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 10:54:47 2023 -0400 |
tree | 5263e8522b9157659763d683d07a827856052ea8 | |
parent | e45bba562ff1b273bdff5cc43f7c43fe829b44b4 [diff] |
cmd: blk: Allow generic read/write operations to work in sandbox Ensure that the memory destination/source addresses of block read/write operations are mapped in before access. Currently, this is only needed on sandbox builds. Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com> Reviewed-by: Simon Glass <sjg@chromium.org>