summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-09-20 19:05:12 -0500
committerScott Wood <scottwood@freescale.com>2012-11-26 15:41:25 -0600
commit94a45bb19737435dfeafdb60e6fe765af3dc62f8 (patch)
tree11d019b6cb3ee508ae92c32a26020f6c223452bd /README
parentc97cd1ba480482e220c5dcef0cd751d21a1bf74e (diff)
downloadtalos-obmc-uboot-94a45bb19737435dfeafdb60e6fe765af3dc62f8.tar.gz
talos-obmc-uboot-94a45bb19737435dfeafdb60e6fe765af3dc62f8.zip
powerpc/mpc85xx/p1_p2_rdb_pc: new SPL support
Introduces CONFIG_SPL_RELOC_TEXT_BASE and CONFIG_SPL_RELOC_STACK. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index ca2d10f8ed..44cd65a52f 100644
--- a/README
+++ b/README
@@ -2653,6 +2653,10 @@ FIT uImage format:
CONFIG_SPL_TEXT_BASE
TEXT_BASE for linking the SPL binary.
+ CONFIG_SPL_RELOC_TEXT_BASE
+ Address to relocate to. If unspecified, this is equal to
+ CONFIG_SPL_TEXT_BASE (i.e. no relocation is done).
+
CONFIG_SPL_BSS_START_ADDR
Link address for the BSS within the SPL binary.
@@ -2662,6 +2666,11 @@ FIT uImage format:
CONFIG_SPL_STACK
Adress of the start of the stack SPL will use
+ CONFIG_SPL_RELOC_STACK
+ Adress of the start of the stack SPL will use after
+ relocation. If unspecified, this is equal to
+ CONFIG_SPL_STACK.
+
CONFIG_SYS_SPL_MALLOC_START
Starting address of the malloc pool used in SPL.
OpenPOWER on IntegriCloud