Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sandbox: dts: Add display and keyboard to sandbox | Simon Glass | 2014-03-17 | 1 | -0/+96 |
| | | | | | | | Add an LCD display and keyboard to the sandbox device tree so that these features can be used. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
* | sandbox: Build a device tree file for sandbox | Simon Glass | 2014-03-04 | 2 | -0/+31 |
Add support for building a device tree for sandbox's CONFIG_OF_HOSTFILE option to make it easier to use device tree with sandbox. This adjusts the Makefile to build a u-boot.dtb file which can be passed to sandbox U-Boot with: ./u-boot -d u-boot.dtb Signed-off-by: Simon Glass <sjg@chromium.org> |