summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/Kconfig
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2022-01-13 13:43:57 -0700
committerFelix Held <felix-coreboot@felixheld.de>2022-01-25 03:26:44 +0000
commit9d93b1648784578ccf8ca625732df5bbf008d4ec (patch)
tree4ae202276a20cff12aa4d87eeef7d810aee5c288 /src/soc/amd/cezanne/Kconfig
parentaf356d313d915e65dba880c907c39488e147586f (diff)
downloadcoreboot-9d93b1648784578ccf8ca625732df5bbf008d4ec.tar.gz
coreboot-9d93b1648784578ccf8ca625732df5bbf008d4ec.tar.bz2
coreboot-9d93b1648784578ccf8ca625732df5bbf008d4ec.zip
soc/amd/cezanne: Increase PRERAM_CBMEM_CONSOLE_SIZE to 0x2000
Let's increase this to avoid losing any logs. BUG=b:213828947 TEST=Boot guybrush and no longer see *** Pre-CBMEM romstage console overflowed, log truncated! Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I3258145e352af3a75893c7cc96f36eb238c99abb Reviewed-on: https://review.coreboot.org/c/coreboot/+/61100 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r--src/soc/amd/cezanne/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 41fe0457d26d..f2fdc7fc0843 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -136,7 +136,7 @@ config PRE_X86_CBMEM_CONSOLE_SIZE
config PRERAM_CBMEM_CONSOLE_SIZE
hex
- default 0x1600
+ default 0x2000
help
Increase this value if preram cbmem console is getting truncated