Re: [PATCH v5 09/11] spl: Convert semihosting to spl_load

2023-09-06 Thread Heinrich Schuchardt
On 03.08.23 10:36, Xavier Drudis Ferran wrote: El Mon, Jul 31, 2023 at 06:43:01PM -0400, Sean Anderson deia: This converts the semihosting load method to use spl_load. As a result, it also adds support for LOAD_FIT_FULL and IMX images. Signed-off-by: Sean Anderson --- Changes in v5: - Rework

Re: [PATCH v5 09/11] spl: Convert semihosting to spl_load

2023-08-03 Thread Sean Anderson
On 8/3/23 04:36, Xavier Drudis Ferran wrote: > El Mon, Jul 31, 2023 at 06:43:01PM -0400, Sean Anderson deia: >> This converts the semihosting load method to use spl_load. As a result, it >> also adds support for LOAD_FIT_FULL and IMX images. >> >> Signed-off-by: Sean Anderson >> --- >> >> Change

Re: [PATCH v5 09/11] spl: Convert semihosting to spl_load

2023-08-03 Thread Xavier Drudis Ferran
El Mon, Jul 31, 2023 at 06:43:01PM -0400, Sean Anderson deia: > This converts the semihosting load method to use spl_load. As a result, it > also adds support for LOAD_FIT_FULL and IMX images. > > Signed-off-by: Sean Anderson > --- > > Changes in v5: > - Rework to load header in spl_load > > Ch

[PATCH v5 09/11] spl: Convert semihosting to spl_load

2023-07-31 Thread Sean Anderson
This converts the semihosting load method to use spl_load. As a result, it also adds support for LOAD_FIT_FULL and IMX images. Signed-off-by: Sean Anderson --- Changes in v5: - Rework to load header in spl_load Changes in v2: - New common/spl/spl_semihosting.c | 43 ---