summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Riesch <[email protected]>2011-12-09 09:47:37 +0000
committerAlbert ARIBAUD <[email protected]>2011-12-24 10:23:30 +0100
commit3d2c8e6c7f886d0155f95c9ac718653b1d6e7477 (patch)
treeb0132fea97bc8dbf908e910b0fea68765f16f1c7 /doc
parent620fd27cfa4bbcbfc13ab88bd49055d5eb2ce82c (diff)
arm, da850evm: Add an SPL for SPI boot
Signed-off-by: Christian Riesch <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Sandeep Paulraj <[email protected]> Cc: Tom Rini <[email protected]> Cc: Sudhakar Rajashekhara <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.davinci9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/README.davinci b/doc/README.davinci
index 5f1bdc836c4..aa7c85011a3 100644
--- a/doc/README.davinci
+++ b/doc/README.davinci
@@ -95,6 +95,15 @@ into the RAM.
The programmers and UBL are always released as part of any standard TI
software release associated with an SOC.
+Alternative boot method (DA850 EVM only):
+For the DA850 EVM an SPL (secondary program loader, see doc/README.SPL)
+is provided to load U-Boot directly from SPI flash. In this case, the
+SPL does the low level initialization that is otherwise done by the SPL.
+To build U-Boot with this SPL, do
+make da850evm_config
+make u-boot.ais
+and program the resulting u-boot.ais file to the SPI flash of the DA850 EVM.
+
Environment Variables
=====================