]> Git Repo - J-u-boot.git/commit - include/spl.h
spl: Add methods to find the position/size of next phase
authorSimon Glass <[email protected]>
Mon, 9 Dec 2019 00:40:12 +0000 (17:40 -0700)
committerBin Meng <[email protected]>
Sun, 15 Dec 2019 03:44:28 +0000 (11:44 +0800)
commite82c624d7cd0640da789ecb0d6906db491003e2d
treec7acbb5498e12ffee8f4a7bfb50c104cd92c06fc
parentf5b18ae3097ceaced8bef2e82f659af62433ebe1
spl: Add methods to find the position/size of next phase

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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
common/spl/spl.c
include/spl.h
This page took 0.035826 seconds and 4 git commands to generate.