diff options
author | Raul E Rangel <rrangel@chromium.org> | 2022-01-13 13:43:57 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-25 03:26:44 +0000 |
commit | 9d93b1648784578ccf8ca625732df5bbf008d4ec (patch) | |
tree | 4ae202276a20cff12aa4d87eeef7d810aee5c288 /src/soc/amd | |
parent | af356d313d915e65dba880c907c39488e147586f (diff) |
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')
-rw-r--r-- | src/soc/amd/cezanne/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |