From 2b03894e15a115c18d97f44a8085ebe4148bcc34 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Tue, 24 Jan 2023 13:50:17 +0000 Subject: soc/intel/alderlake: Increase premem cbmem buffer size to 16KB Current size of the cbmem premem buffer (8KB) is sometimes insufficient to contain the complete debug log causing the cbmem console buffer to indicate overflow. This patch increases the premem cbmem buffer size to 16KB so that the complete debug log can be stored in it. TEST=Make sure that logs from all the boot stages can be seen using 'cbmem -c'. Change-Id: I60c68322c52191eabf7e06b4be06e66f90ff8751 Signed-off-by: Tarun Tuli Reviewed-on: https://review.coreboot.org/c/coreboot/+/71290 Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal Reviewed-by: Nick Vaccaro Tested-by: build bot (Jenkins) --- src/soc/intel/alderlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index ac0a9299d7..1f0f2feeef 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -382,7 +382,7 @@ config CBFS_SIZE config PRERAM_CBMEM_CONSOLE_SIZE hex default 0x16000 if CONSOLE_SERIAL - default 0x2000 + default 0x4000 config CONSOLE_CBMEM_BUFFER_SIZE hex -- cgit v1.2.3