ipq8064: Configure proper bootblock stack and load address
The SBL3 currently seems to be preventing the bootblock from being loaded into the IMEM. As a temporary measure, map bootblock into DRAM (as it is available after SBL2 finished running) and specify the correct stack space. BUG=chrome-os-partner:27784 TEST=not much testing yet, just verify 'emerge-storm coreboot' still succeeds. Change-Id: Ibe9d4911ad22ada1bbd01af54a2ef80009df3a28 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/196168 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
bf2f728343
commit
950323d609
1 changed files with 9 additions and 1 deletions
|
|
@ -37,6 +37,14 @@ config SBL_BLOB
|
|||
|
||||
config BOOTBLOCK_BASE
|
||||
hex "256K bytes left for TZBSP"
|
||||
default 0x2a040000
|
||||
default 0x40600000
|
||||
|
||||
config STACK_TOP
|
||||
hex
|
||||
default 0x40600000
|
||||
|
||||
config STACK_BOTTOM
|
||||
hex
|
||||
default 0x405fc000
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue