From 7d1995cc6851e0287562c31d94420d5ab85e5ef9 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 30 May 2022 13:56:13 +0530 Subject: soc/intel/meteorlake: Increase PRERAM_CBMEM_CONSOLE_SIZE to 8KB This patch increases PRERAM_CBMEM_CONSOLE_SIZE from 5KB to 8KB to fix cbmem buffer overflow issue. BUG=b:261800015 Test=Boot MTL simics and check cbmem -c | grep 'CBFS: Found' lists all stages. Signed-off-by: Subrata Banik Change-Id: I6a49f88aff07841d105cd3916086aa9e496654c2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71921 Reviewed-by: Eric Lai Reviewed-by: Tarun Tuli Reviewed-by: Usha P Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index b84cc552b8..b02fcff01b 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -294,7 +294,7 @@ config CBFS_SIZE config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x1400 + default 0x2000 config FSP_HEADER_PATH string "Location of FSP headers" -- cgit v1.2.3