Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73364 )
Change subject: soc/intel/xeon_sp: Fix CBMEM corruption ......................................................................
soc/intel/xeon_sp: Fix CBMEM corruption
On the 4 socket IBM/SBP1 platform with 384 cores lots of space for ACPI tables is required. Bump MAX_ACPI_TABLE_SIZE_KB to 400 to fix CBMEM corruption.
Change-Id: Ifbd79e84097231b41f900425a2e8750dce71a25a Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/soc/intel/xeon_sp/spr/Kconfig 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/73364/1
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index 6ecf382..899f5ae 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -149,6 +149,7 @@
config MAX_ACPI_TABLE_SIZE_KB int + default 400 if MAX_SOCKET = 4 default 224
config FIXED_SMBUS_IO_BASE