summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/spl.c
Commit message (Collapse)AuthorAgeLines
* sandbox: Add a test device that uses of-platdataSimon Glass2016-07-14-0/+17
| | | | | | | | | | Start up the test devices. These print out of-platdata contents, providing a check that the of-platdata feature is working correctly. The device-tree changes are made to sandbox.dts rather than test.dts. since the former controls the of-platdata generation. Signed-off-by: Simon Glass <sjg@chromium.org>
* sandbox: Add basic SPL implementationSimon Glass2016-07-14-0/+51
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>