aboutsummaryrefslogtreecommitdiff
path: root/doc/README.falcon
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19doc: Update parallel NOR flash related information in README.falconLukasz Majewski1-0/+2
This commit updates the doc/README.falcon regarding Falcon boot on NOR flash memories. This code is used by MCCMON6 board - so for more details please refer to configs/mccmon6_nor_defconfig. Signed-off-by: Lukasz Majewski <lukma@denx.de>
2017-08-26cmd: spl: provide address and size of prepared FDT in environmentAnatolij Gustschin1-1/+6
Writing prepared FDT to persistent storage should be possible in scripts. Create environment variables containing address and size of the updated FDT. Scripts can use these variables after running 'spl export fdt ...' command to write the new blob to persistent storage. Signed-off-by: Anatolij Gustschin <agust@denx.de>
2014-07-07doc/README.falcon: Clarify steps slightly.Tom Rini1-3/+4
Make it clear that we need to load a legacy-formatted (aka uImage) kernel into memory as well as the DT if used before using "spl export". Cc: Yebio Mesfin <ymesfin@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
2014-04-17spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to bootTom Rini1-0/+4
We add two new environment variables, falcon_args_file and falcon_image_file, which when set will override the compiled in default values for falcon mode. Signed-off-by: Tom Rini <trini@ti.com>
2014-04-17README.falcon: Document environment variables for falcon modeTom Rini1-0/+9
Signed-off-by: Tom Rini <trini@ti.com>
2013-07-26README.falcon: Note how we determine if we can boot the OS or notTom Rini1-0/+2
Reviewed-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Tom Rini <trini@ti.com>
2013-03-01Add README for the "Falcon" modeStefano Babic1-0/+209
Simple howto to add support to a board for booting the kernel from SPL ("Falcon" mode). Signed-off-by: Stefano Babic <sbabic@denx.de> Reviewed-by: Tom Rini <trini@ti.com>