aboutsummaryrefslogtreecommitdiff
path: root/doc/README.fdt-control
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.fdt-control')
-rw-r--r--doc/README.fdt-control10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/README.fdt-control b/doc/README.fdt-control
index 88c04692f74..d6ab7bf5706 100644
--- a/doc/README.fdt-control
+++ b/doc/README.fdt-control
@@ -174,6 +174,16 @@ After board configuration is done, fdt supported u-boot can be build in two ways
$ make DEVICE_TREE=<dts-file-name>
+Relocation, SPL and TPL
+-----------------------
+
+U-Boot can be divided into three phases: TPL, SPL and U-Boot proper.
+
+The full device tree is available to U-Boot proper, but normally only a subset
+(or none at all) is available to TPL and SPL. See 'Pre-Relocation Support' and
+'SPL Support' in doc/driver-model/README.txt for more details.
+
+
Limitations
-----------