Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56193 )
Change subject: soc/intel/alderlake: Increase PRERAM_CBMEM_CONSOLE_SIZE to 8KB ......................................................................
soc/intel/alderlake: Increase PRERAM_CBMEM_CONSOLE_SIZE to 8KB
This patch increases PRERAM_CBMEM_CONSOLE_SIZE from 5KB to 8KB to fix cbmem buffer overflow issue.
Test=Boot ADLRVP and check cbmem -c | grep 'CBFS: Found' lists all stages.
Change-Id: I38fd74c2edd71ce9f6c08db9dacb18e553745877 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/alderlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/56193/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 4cb512a..778d8a3 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -262,7 +262,7 @@
config PRERAM_CBMEM_CONSOLE_SIZE hex - default 0x1400 + default 0x2000
config FSP_HEADER_PATH string "Location of FSP headers"