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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56193
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Subrata Banik 2021-07-10 20:30:57 +05:30 committed by Werner Zeh
parent ae47803721
commit bf7505519c
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ config CBFS_SIZE
config PRERAM_CBMEM_CONSOLE_SIZE
hex
default 0x1400
default 0x2000
config FSP_HEADER_PATH
string "Location of FSP headers"