Re: [PATCH v6 15/25] spl: Convert ext to use spl_load

2023-11-08 Thread Sean Anderson
On 11/7/23 23:24, Simon Glass wrote: Hi Sean, On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: This converts the ext load method to use spl_load. As a consequence, it also adds support for FIT and IMX images. Signed-off-by: Sean Anderson --- Changes in v6: - Explicitly initialize

Re: [PATCH v6 15/25] spl: Convert ext to use spl_load

2023-11-07 Thread Simon Glass
Hi Sean, On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > This converts the ext load method to use spl_load. As a consequence, it > also adds support for FIT and IMX images. > > Signed-off-by: Sean Anderson > --- > > Changes in v6: > - Explicitly initialize load_info members > > Changes in

[PATCH v6 15/25] spl: Convert ext to use spl_load

2023-11-05 Thread Sean Anderson
This converts the ext load method to use spl_load. As a consequence, it also adds support for FIT and IMX images. Signed-off-by: Sean Anderson --- Changes in v6: - Explicitly initialize load_info members Changes in v5: - Rework to load header in spl_load common/spl/spl_ext.c | 36