aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-08-24 09:59:10 -0600
committerMartin Roth <martinroth@google.com>2017-08-28 15:22:54 +0000
commit7c3f1e718f7bbc1c6c4cd66c44434914184c1682 (patch)
treec90833b73df360181bd3feb9920c580390905cd3 /src/soc/amd
parentfed9deb2b36703df0d3198c75fc0fd024e5eb275 (diff)
soc/amd/stoneyridge: Increase preram console size
Increase the default setting to add more CAR space for the early console. This avoids truncation of the log. BUG=b:64980233 Change-Id: Ia11d1c6c186a7025510c240206743ebe8d741461 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/21186 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/stoneyridge/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 0425bebd0f..16051d7712 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -80,6 +80,12 @@ config DCACHE_BSP_STACK_SIZE
The amount of anticipated stack usage in CAR by bootblock and
other stages.
+config PRERAM_CBMEM_CONSOLE_SIZE
+ hex
+ default 0x1200
+ help
+ Increase this value if preram cbmem console is getting truncated
+
config CPU_ADDR_BITS
int
default 48