Re: [PATCH 2/8] cmd: blk: Allow generic read/write operations to work in sandbox

2023-02-01 Thread Simon Glass
On Wed, 1 Feb 2023 at 11:10, Tobias Waldekranz wrote: > > 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 > --- > cmd/blk_common.c | 15

[PATCH 2/8] cmd: blk: Allow generic read/write operations to work in sandbox

2023-02-01 Thread Tobias Waldekranz
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 --- cmd/blk_common.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff