[coreboot-gerrit] Patch set updated for coreboot: intel/i945: Increase preram CBMEM console buffer size

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Jan 19 10:03:22 CET 2017


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18049

-gerrit

commit d902060e53f05e044190fe9c6e96f3d8ddfd08a7
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Jan 6 12:21:46 2017 +0100

    intel/i945: Increase preram CBMEM console buffer size
    
    Currently, on several Intel 945 systems, like the Lenovo X60, the preram
    CBMEM console logs are truncated, as can be seen in the board status
    repository.
    
    So increase the buffer size by 256 bytes to 3328 bytes, an arbitrarily
    chosen bigger value. With that, no romstage messages are truncated
    anymore.
    
    Change-Id: I2c6cd8feb4dec60569ad734150905b55109f3b05
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/northbridge/intel/i945/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index efe192b..c4354e5 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -71,4 +71,8 @@ config CHECK_SLFRCS_ON_RESUME
 	  On other boards the check always creates a false positive,
 	  effectively making it impossible to resume.
 
+config PRERAM_CBMEM_CONSOLE_SIZE
+        hex
+        default 0xd00
+
 endif



More information about the coreboot-gerrit mailing list