[PATCH v6 094/102] spl: Add methods to find the position/size of next phase

2019-12-06 Thread Simon Glass
Binman supports writing the position and size of U-Boot proper and SPL into the previous phase of U-Boot. This allows the next phase to be easily located and loaded. Add functions to return these useful values, along with symbols to allow TPL to load SPL. Signed-off-by: Simon Glass --- Changes

Re: [PATCH v6 094/102] spl: Add methods to find the position/size of next phase

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > Binman supports writing the position and size of U-Boot proper and SPL > into the previous phase of U-Boot. This allows the next phase to be easily > located and loaded. > > Add functions to return these useful values, along with symbols to al