summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Korsgaard <peter.korsgaard@barco.com>2013-05-13 08:36:27 +0000
committerTom Rini <trini@ti.com>2013-06-07 14:17:00 -0400
commit7ad2cc7964d37f3a444a0472bbccda487d51c7f6 (patch)
treee3c782db48a23cbc84369d4f7f3e60c594b10429 /README
parentb6144dfce98c6a893a411052256b81b5afc6e5c4 (diff)
downloadblackbird-obmc-uboot-7ad2cc7964d37f3a444a0472bbccda487d51c7f6.tar.gz
blackbird-obmc-uboot-7ad2cc7964d37f3a444a0472bbccda487d51c7f6.zip
spl_mmc: add Falcon mode support for FAT variant
If Falcon mode support is enabled (and the system isn't directed into booting u-boot), it will instead try to load kernel from CONFIG_SPL_FAT_LOAD_KERNEL_NAME file and kernel argument parameters from CONFIG_SPL_FAT_LOAD_ARGS_NAME, both from the same partition as u-boot. Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 37805649c2..c7b60e462d 100644
--- a/README
+++ b/README
@@ -2938,6 +2938,14 @@ FIT uImage format:
CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME
Filename to read to load U-Boot when reading from FAT
+ CONFIG_SPL_FAT_LOAD_KERNEL_NAME
+ Filename to read to load kernel uImage when reading
+ from FAT (for Falcon mode)
+
+ CONFIG_SPL_FAT_LOAD_ARGS_NAME
+ Filename to read to load kernel argument parameters
+ when reading from FAT (for Falcon mode)
+
CONFIG_SPL_MPC83XX_WAIT_FOR_NAND
Set this for NAND SPL on PPC mpc83xx targets, so that
start.S waits for the rest of the SPL to load before
OpenPOWER on IntegriCloud