t132: Add exception stack top address
BUG=chrome-os-partner:31515 BRANCH=None TEST=Exception handling for ryu works fine Change-Id: I5b109d9eb692b9e4ef4bc1f6cf267420f50764da Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/213674 Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
066c8c81df
commit
131f9fca09
1 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,10 @@ config RAMSTAGE_STACK_BOTTOM
|
|||
hex
|
||||
default 0x8001c000
|
||||
|
||||
config EXCEPTION_STACK_TOP
|
||||
hex
|
||||
default 0x80010000
|
||||
|
||||
config CBFS_CACHE_ADDRESS
|
||||
hex "memory address to put CBFS cache data"
|
||||
default 0x40006000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue