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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73364
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Naresh Solanki <naresh.solanki.2011@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Patrick Rudolph 2023-01-19 20:00:34 +01:00 committed by Felix Held
parent a3b29d7bd0
commit 87d97ffe16
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ config DIMM_SPD_SIZE
config MAX_ACPI_TABLE_SIZE_KB
int
default 400 if MAX_SOCKET = 4
default 224
config FIXED_SMBUS_IO_BASE