doc: SPL: Add README for secure boot supportAdds information regarding SPL handling validation process of main u-bootimage on power/mpc85xx and arm/layerscape platforms.Signed-off-by: Sumit Garg
doc: SPL: Add README for secure boot supportAdds information regarding SPL handling validation process of main u-bootimage on power/mpc85xx and arm/layerscape platforms.Signed-off-by: Sumit Garg <sumit.garg@nxp.com>Reviewed-by: Simon Glass <sjg@chromium.org>Reviewed-by: York Sun <york.sun@nxp.com>
show more ...
doc, spl, am335x: update am335x-networkon the shc board we see when booting in net boot mode,that the ROM bootloader sends "AM335x ROM" asvendor-class-identifier. U-Boots doc says "DM814x ROM".
doc, spl, am335x: update am335x-networkon the shc board we see when booting in net boot mode,that the ROM bootloader sends "AM335x ROM" asvendor-class-identifier. U-Boots doc says "DM814x ROM".So, add the info to the doc, that there is also"AM335x ROM" possible.Signed-off-by: Heiko Schocher <hs@denx.de>Reviewed-by: Tom Rini <trini@konsulko.com>
Fix references to the documentation filesMany boot image configuration files refer to theappropriate documentation file, but these referencescontain typos in the directory and file name. Fixthem
Fix references to the documentation filesMany boot image configuration files refer to theappropriate documentation file, but these referencescontain typos in the directory and file name. Fixthem. Also fix reference to doc/README.SPL file.Signed-off-by: Anatolij Gustschin <agust@denx.de>Cc: Prafulla Wadaskar <prafulla@marvell.com>Cc: Stefano Babic <sbabic@denx.de>Acked-by: Stefano Babic <sbabic@denx.de>
doc/SPL/README.am335x-network: Document using ethernet (and USB) SPLAdded README file with the description of required options and hostconfiguration to use network SPL with am335x targets. Briefl
doc/SPL/README.am335x-network: Document using ethernet (and USB) SPLAdded README file with the description of required options and hostconfiguration to use network SPL with am335x targets. Briefly discusshow to use this configuration to program empty boards.Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>Signed-off-by: Tom Rini <trini@ti.com>
README.SPL: Move the 'Estimating stack usage' from omap3 to hereThe instructions are generic, so move to the generic doc.Signed-off-by: Tom Rini <trini@ti.com>
ARM: omap3: Set SPL stack size to 8KB, image to 54KB.With older toolchains it is possible to not fit entirely into the 45KBthat we had assigned to SPL. Adjust to allow for 8KB of stack (whichsho
ARM: omap3: Set SPL stack size to 8KB, image to 54KB.With older toolchains it is possible to not fit entirely into the 45KBthat we had assigned to SPL. Adjust to allow for 8KB of stack (whichshould be more than required) and 54KB of text/data.Cc: Vaibhav Hiremath <hvaibhav@ti.com>Cc: Nagendra T S <nagendra@mistralsolutions.com>Cc: Thomas Weber <weber@corscience.de>Cc: Ilya Yanok <yanok@emcraft.com>Cc: Steve Sakoman <sakoman@gmail.com>Cc: Stefano Babic <sbabic@denx.de>Signed-off-by: Tom Rini <trini@ti.com>Acked-by: Stefano Babic <sbabic@denx.de>Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
SPL: Add README.omap3This document describes the SPL process for OMAP3 (and related) boardsas well as a partial memory map and how to verify certain aspectsoutside of running on the target.Sign
SPL: Add README.omap3This document describes the SPL process for OMAP3 (and related) boardsas well as a partial memory map and how to verify certain aspectsoutside of running on the target.Signed-off-by: Tom Rini <trini@ti.com>