From 8bbadded831e50ec2fa3808c8f1f39345d9dee8d Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 7 Sep 2023 10:06:18 +0200 Subject: [PATCH] soc/intel/xeon_sp/spr: Bump MAX_ACPI_TABLE_SIZE_KB When using Intel(R) Xeon(R) Platinum 8490H on IBM/SBP1 the platform runs with 480 cores. With 480 cores coreboot needs at least 440KiB for ACPI tables. Bump the config to 512 KiB to have some free space for future changes. Change-Id: I2c0bbc36f45aab921f3189459de4438a0cd5dd1f Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/77715 Tested-by: build bot (Jenkins) Reviewed-by: Naresh --- src/soc/intel/xeon_sp/spr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index dac093f9d2..b1c4c783b7 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -145,7 +145,7 @@ config DIMM_SPD_SIZE config MAX_ACPI_TABLE_SIZE_KB int - default 400 if MAX_SOCKET = 4 + default 512 if MAX_SOCKET = 4 default 224 config FIXED_SMBUS_IO_BASE