summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2017-03-08 11:15:31 -0600
committerAaron Durbin <adurbin@chromium.org>2017-03-09 19:14:37 +0100
commit7c7a477c5b468dc8e43e3acf50aa72199018e293 (patch)
tree912d2e19912c7554a142c3bfb232b447323c39b7
parent06f12f919f4b7acde88392fd9dce461701ef994e (diff)
downloadcoreboot-7c7a477c5b468dc8e43e3acf50aa72199018e293.tar.gz
coreboot-7c7a477c5b468dc8e43e3acf50aa72199018e293.tar.bz2
coreboot-7c7a477c5b468dc8e43e3acf50aa72199018e293.zip
mainboard/google/reef: increase pre cbmem console size for Chrome OS
verstage can be pretty chatty so bump the pre cbmem console size when building for Chrome OS so that all messages can be observed. BUG=b:35775104 BRANCH=reef TEST=Booted and noted no cutoff of console when sec data being saved. Change-Id: I0ce2976572dedf976f051c74a3014d282c3c5f4c Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/18679 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--src/mainboard/google/reef/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index d099be4b8e5d..0243d5783c58 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -93,4 +93,9 @@ config INCLUDE_NHLT_BLOBS
select NHLT_DA7219
select NHLT_MAX98357
+config PRERAM_CBMEM_CONSOLE_SIZE
+ hex
+ default 0xe00 if CHROMEOS
+ default 0xc00
+
endif # BOARD_GOOGLE_REEF