From 1df6bc69fb742d9cb3b6105c8b85a647bef42dca Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Tue, 19 Dec 2017 20:41:29 -0700 Subject: amd/stoneyridge: Increase pre-cbmem console size The existing stoneyridge pre-cbmem console log contains about 250 bytes of unused space. Increase this amount to accomodate any additional debug messages. BUG=b:64980233 TEST=Build and boot Kahlee, inspect console log with "cbmem -c" Change-Id: Ia307795e91d81ff9b2be027916081f6824f90bad Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/22953 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Marc Jones Reviewed-by: Aaron Durbin --- src/soc/amd/stoneyridge/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/stoneyridge/Kconfig') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 80d81cf72c..58b940de3d 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -97,7 +97,7 @@ config DCACHE_BSP_STACK_SIZE config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x1200 + default 0x1600 help Increase this value if preram cbmem console is getting truncated -- cgit v1.2.3