[coreboot-gerrit] New patch to review for coreboot: 302b52d cpu/amd/model_10xxx: Increase preram buffer size 6k

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Mar 21 08:29:01 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8851

-gerrit

commit 302b52decba204481f4cf230d67f9de51fdac5b0
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sat Mar 21 02:27:00 2015 -0500

    cpu/amd/model_10xxx: Increase preram buffer size 6k
    
    This resolves an issue where large sections of the cbmem logs
    were being dropped on AMD Fam10h boards.
    
    Change-Id: I0e4e86e169aa4f20f06472f1a6e3136705ae4f9d
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/cpu/amd/model_10xxx/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig
index cd69cae..a09ab7d 100644
--- a/src/cpu/amd/model_10xxx/Kconfig
+++ b/src/cpu/amd/model_10xxx/Kconfig
@@ -72,4 +72,9 @@ config UDELAY_LAPIC_FIXED_FSB
 	int
 	default 200
 
+config CONSOLE_PRERAM_BUFFER_SIZE
+	hex
+	default 0x0 if CONSOLE_PRERAM_BUFFER_BASE = 0xabadbeef
+	default 0x1800
+
 endif	# CPU_AMD_MODEL_10XXX



More information about the coreboot-gerrit mailing list