From 9d93b1648784578ccf8ca625732df5bbf008d4ec Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 13 Jan 2022 13:43:57 -0700 Subject: [PATCH] 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 Change-Id: I3258145e352af3a75893c7cc96f36eb238c99abb Reviewed-on: https://review.coreboot.org/c/coreboot/+/61100 Tested-by: build bot (Jenkins) Reviewed-by: Kangheui Won --- src/soc/amd/cezanne/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index 41fe0457d2..f2fdc7fc08 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