sandbox: Add basic SPL implementation
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:51 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commite961a66df91ea4cbf9b6978995f1ba6c8d67aa33
tree834ef399e8b7ca2d9cd1be9d7ee7214937ff2cd1
parentd0d0746e0c7c9eeddc82106cf7d4c596eb45f6c2
sandbox: Add basic SPL implementation

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>
arch/sandbox/cpu/Makefile
arch/sandbox/cpu/spl.c [new file with mode: 0644]
arch/sandbox/include/asm/spl.h [new file with mode: 0644]