
8 Dec
2019
8 Dec
'19
9:27 a.m.
On Sat, Dec 7, 2019 at 12:54 PM 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
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(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com