summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-10-15 05:48:20 +0000
committerWolfgang Denk <wd@denx.de>2011-10-26 21:37:17 +0200
commit45ba8077f3ed7039b6cde5fe56149d390dc5ff0c (patch)
tree808ca20d09508fc6493b9143d1e84282e0d38788 /README
parent2d46cf291eae29a42bb5ca3d280d2b136339686b (diff)
downloadblackbird-obmc-uboot-45ba8077f3ed7039b6cde5fe56149d390dc5ff0c.tar.gz
blackbird-obmc-uboot-45ba8077f3ed7039b6cde5fe56149d390dc5ff0c.zip
fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)
This adds a device tree pointer to the global data. It can be set by board code. A later commit will add support for making a device tree binary blob available to U-Boot for run-time configuration. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 2dde0661c8..d618957eae 100644
--- a/README
+++ b/README
@@ -816,6 +816,17 @@ The following options need to be configured:
XXX - this list needs to get updated!
+- Device tree:
+ CONFIG_OF_CONTROL
+ If this variable is defined, U-Boot will use a device tree
+ to configure its devices, instead of relying on statically
+ compiled #defines in the board file. This option is
+ experimental and only available on a few boards. The device
+ tree is available in the global data as gd->fdt_blob.
+
+ U-Boot needs to get its device tree from somewhere. This will
+ be enabled in a future patch.
+
- Watchdog:
CONFIG_WATCHDOG
If this variable is defined, it enables watchdog
OpenPOWER on IntegriCloud