[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: increase pre cbmem console size for Chrome OS

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Wed Mar 8 18:36:45 CET 2017


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18679

-gerrit

commit 538753ea68f18788973bcd070a612f9caad99f4c
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Mar 8 11:15:31 2017 -0600

    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 at chromium.org>
---
 src/mainboard/google/reef/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index d099be4..0243d57 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



More information about the coreboot-gerrit mailing list