Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sandbox: Add a test device that uses of-platdata | Simon Glass | 2016-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 implementation | Simon Glass | 2016-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> |