[coreboot-gerrit] Patch set updated for coreboot: 0e4983d cpu/amd/model_10xxx: Increase preram buffer size to 32k

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Mar 21 19:57:41 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 0e4983d8aec8c3bed7023f25c8c7a962428989cc
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 32k
    
    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..a0d5cb4 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 0x8000
+
 endif	# CPU_AMD_MODEL_10XXX



More information about the coreboot-gerrit mailing list