summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5420/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5420/Kconfig')
-rw-r--r--src/cpu/samsung/exynos5420/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/cpu/samsung/exynos5420/Kconfig b/src/cpu/samsung/exynos5420/Kconfig
index d7adf6cfde..606604091b 100644
--- a/src/cpu/samsung/exynos5420/Kconfig
+++ b/src/cpu/samsung/exynos5420/Kconfig
@@ -46,6 +46,11 @@ config CBFS_ROM_OFFSET
# 0x0202_4400: variable length bootblock checksum header.
# 0x0202_4410: bootblock, assume up to 32KB in size
# 0x0203_0000: romstage, assume up to 128KB in size.
+# 0x0206_0000: cache for CBFS data.
+# 0x0207_3000: shared (with kernel) page for cpu & secondary core states.
+# the shared data is currently only <0x50 bytes so we can share
+# this page with stack.
+# 0x0207_3100: stack bottom
# 0x0207_4000: stack pointer
config BOOTBLOCK_BASE
@@ -71,11 +76,11 @@ config STACK_TOP
config STACK_BOTTOM
hex
- default 0x02073000
+ default 0x02073100
config STACK_SIZE
hex
- default 0x1000
+ default 0x0f00
# TODO We may probably move this to board-specific implementation files instead
# of KConfig values.