summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Korsgaard <peter.korsgaard@barco.com>2013-05-13 08:36:29 +0000
committerTom Rini <trini@ti.com>2013-06-07 14:17:00 -0400
commit2b75b0ad3a2a47492a6d03199d85632f9ee3e42b (patch)
tree1cc005685848e5bd6d6dddf25cd87f413ef1797f /README
parent721931f805267c084f9e4f422e987c0704d3d102 (diff)
downloadtalos-obmc-uboot-2b75b0ad3a2a47492a6d03199d85632f9ee3e42b.tar.gz
talos-obmc-uboot-2b75b0ad3a2a47492a6d03199d85632f9ee3e42b.zip
spl_mmc: add Falcon mode support for raw 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 sector CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR and CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS of kernel argument parameters starting from sector CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR. Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index c7b60e462d..f371e0e299 100644
--- a/README
+++ b/README
@@ -2932,6 +2932,16 @@ FIT uImage format:
Address, size and partition on the MMC to load U-Boot from
when the MMC is being used in raw mode.
+ CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR
+ Sector to load kernel uImage from when MMC is being
+ used in raw mode (for Falcon mode)
+
+ CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR,
+ CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS
+ Sector and number of sectors to load kernel argument
+ parameters from when MMC is being used in raw mode
+ (for falcon mode)
+
CONFIG_SPL_FAT_SUPPORT
Support for fs/fat/libfat.o in SPL binary
OpenPOWER on IntegriCloud