summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2023-09-07 10:06:18 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-09-14 16:45:47 +0000
commit8bbadded831e50ec2fa3808c8f1f39345d9dee8d (patch)
treee756d329ed1e16a9605f6f71c80ac9857bee32ea /src/soc
parentdb1ca86bf6bb326383f7b3688326cf6418646dd9 (diff)
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 <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77715 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Naresh <naresh.solanki.2011@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/xeon_sp/spr/Kconfig2
1 files changed, 1 insertions, 1 deletions
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