[U-Boot] [PATCH v3 05/62] sandbox: Allow chaining from SPL to U-Boot proper

Simon Glass sjg at chromium.org
Fri Jul 15 05:57:51 CEST 2016


On 4 July 2016 at 11:57, Simon Glass <sjg at chromium.org> wrote:
> SPL is expected to load and run U-Boot. This needs to work with sandbox also.
> Provide a function to locate the U-Boot image, and another to start it. This
> allows SPL to function on sandbox as it does on other archs.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/sandbox/cpu/os.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/os.h          | 25 +++++++++++++++++++++++++
>  2 files changed, 76 insertions(+)

Applied to u-boot-dm


More information about the U-Boot mailing list