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

Simon Glass sjg at chromium.org
Wed Feb 1 21:20:57 CET 2023


On Wed, 1 Feb 2023 at 11:10, Tobias Waldekranz <tobias at waldekranz.com> 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 <tobias at waldekranz.com>
> ---
>  cmd/blk_common.c | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list