Sean Anderson b02c4e941c spl: Use map_sysmem where appropriate
All "physical" addresses in SPL must be converted to virtual addresses
before access in order for sandbox to work. Add some calls to map_sysmem in
appropriate places. We do not generally call unmap_sysmem, since we need
the image memory to still be mapped when we jump to the image. This doesn't
matter at the moment since unmap_sysmem is a no-op.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-10-17 20:50:52 -04:00
..
2022-10-31 11:03:59 -04:00
2023-07-30 18:53:08 +02:00
2023-10-02 10:55:44 -04:00
2023-09-19 11:36:26 -04:00
2022-09-25 08:30:05 -06:00
2023-10-17 20:50:52 -04:00