[PATCH v1 2/2] imx: spl: implement spl_load_simple_fit_fix_load

2021-10-07 Thread sbabic
> read the address where the IVT header must sit > from IVT image header, loaded from SPL into > an malloced buffer and copy the IVT header > to this address > May make this dependend on SoC ? > Signed-off-by: Heiko Schocher Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH v1 2/2] imx: spl: implement spl_load_simple_fit_fix_load

2021-08-05 Thread Heiko Schocher
read the address where the IVT header must sit from IVT image header, loaded from SPL into an malloced buffer and copy the IVT header to this address May make this dependend on SoC ? Signed-off-by: Heiko Schocher --- arch/arm/mach-imx/spl.c | 33 + 1 file