[coreboot-gerrit] Patch set updated for coreboot: 4eb7d62 cpu/amd/model_10xxx: Increase preram buffer size to 16k

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Mar 21 19:43:17 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 4eb7d62bfd953ed0286ecdc776ac2a5f43a54580
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sat Mar 21 02:27:00 2015 -0500

    cpu/amd/model_10xxx: Increase preram buffer size to 16k
    
    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..50e0012 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 0x4000
+
 endif	# CPU_AMD_MODEL_10XXX



More information about the coreboot-gerrit mailing list