[U-Boot] [PATCH v3 11/62] sandbox: Add basic SPL implementation
Simon Glass
sjg at chromium.org
Fri Jul 15 05:58:09 CEST 2016
On 4 July 2016 at 11:57, Simon Glass <sjg at chromium.org> wrote:
> Add an sandbox implementation for the generic SPL framework. This supports
> locating and running U-Boot proper.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/sandbox/cpu/Makefile | 1 +
> arch/sandbox/cpu/spl.c | 51 ++++++++++++++++++++++++++++++++++++++++++
> arch/sandbox/include/asm/spl.h | 23 +++++++++++++++++++
> 3 files changed, 75 insertions(+)
> create mode 100644 arch/sandbox/cpu/spl.c
> create mode 100644 arch/sandbox/include/asm/spl.h
Applied to u-boot-dm
More information about the U-Boot
mailing list