diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-08-24 09:59:10 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-28 15:22:54 +0000 |
commit | 7c3f1e718f7bbc1c6c4cd66c44434914184c1682 (patch) | |
tree | c90833b73df360181bd3feb9920c580390905cd3 /src/soc | |
parent | fed9deb2b36703df0d3198c75fc0fd024e5eb275 (diff) | |
download | coreboot-7c3f1e718f7bbc1c6c4cd66c44434914184c1682.tar.xz |
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')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 6 |
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 |