[PATCH v7 09/17] spl: Add methods to find the position/size of next phase
Bin Meng
bmeng.cn at gmail.com
Sun Dec 15 01:40:43 CET 2019
On Mon, Dec 9, 2019 at 8:41 AM Simon Glass <sjg at 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at 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!
More information about the U-Boot
mailing list