
15 Dec
2019
15 Dec
'19
1:40 a.m.
On Mon, Dec 9, 2019 at 8:41 AM Simon Glass sjg@chromium.org 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 allow TPL to load SPL.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v7: None Changes in v6:
- Add new patch with methods to find the position/size of next SPL phase
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
common/spl/spl.c | 20 ++++++++++++++++++++ include/spl.h | 21 ++++++++++++++++++++- 2 files changed, 40 insertions(+), 1 deletion(-)
applied to u-boot-x86/next, thanks!