[coreboot-gerrit] New patch to review for coreboot: arch/x86: Increase preram CBMEM console buffer size

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat Jan 7 22:32:58 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 04d6eaa8eaf76a682a977ed3eec27c2db54d97e1
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Jan 6 12:21:46 2017 +0100

    arch/x86: Increase preram CBMEM console buffer size
    
    Currently, on several 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 to an arbitrarily chosen bigger value.
    
    Change-Id: I2c6cd8feb4dec60569ad734150905b55109f3b05
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 6280024..accdfe2 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -120,7 +120,7 @@ config LATE_CBMEM_INIT
 
 config PRERAM_CBMEM_CONSOLE_SIZE
 	hex
-	default 0xc00
+	default 0xf00
 	help
 	  Increase this value if preram cbmem console is getting truncated
 



More information about the coreboot-gerrit mailing list