Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/21186
Change subject: google/kahlee: Increase preram console size ......................................................................
google/kahlee: 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 --- M src/mainboard/google/kahlee/Kconfig 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/21186/1
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index ad12d8c..aa4ba8b 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -70,4 +70,10 @@ depends on CHROMEOS default "KAHLEE TEST 6421"
+config PRERAM_CBMEM_CONSOLE_SIZE + hex + default 0x1200 + help + Increase this value if preram cbmem console is getting truncated + endif # BOARD_GOOGLE_KAHLEE