From 7c3f1e718f7bbc1c6c4cd66c44434914184c1682 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 24 Aug 2017 09:59:10 -0600 Subject: soc/amd/stoneyridge: Increase preram console size Increase the default setting to add more CAR space for the early console. This avoids truncation of the log. BUG=b:64980233 Change-Id: Ia11d1c6c186a7025510c240206743ebe8d741461 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/21186 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/amd/stoneyridge/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 0425bebd0f..16051d7712 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -80,6 +80,12 @@ config DCACHE_BSP_STACK_SIZE The amount of anticipated stack usage in CAR by bootblock and other stages. +config PRERAM_CBMEM_CONSOLE_SIZE + hex + default 0x1200 + help + Increase this value if preram cbmem console is getting truncated + config CPU_ADDR_BITS int default 48 -- cgit v1.2.3