Hi Guillaume, Thank you for the patch.
On Fri, Oct 17, 2025 at 15:19, "Guillaume La Roque (TI.com)" <[email protected]> wrote: > Use map_to_sysmem() to convert header pointers to physical addresses > in parse_hdr functions, and add proper map_sysmem()/unmap_sysmem() > calls in android_image_get_data() for sandbox compatibility. > > Signed-off-by: Guillaume La Roque (TI.com) <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > boot/image-android.c | 41 ++++++++++++++++++++++++++++------------- > 1 file changed, 28 insertions(+), 13 deletions(-) > > -- > 2.34.1

