
15 Jul
2016
15 Jul
'16
5:58 a.m.
On 4 July 2016 at 11:57, Simon Glass sjg@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@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