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