From 61abe1d32bd90654292fd98e6b0fec4581144bf2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 21 Mar 2015 02:27:00 -0500 Subject: cpu/amd/model_10xxx: Increase preram buffer size to 32k MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/8851 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand Reviewed-by: Kyösti Mälkki --- src/cpu/amd/model_10xxx/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cpu') diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index cd69caecf3..a0d5cb4c2c 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 -- cgit v1.2.3