From 86d09d93a74aa5ce075dacb397cec8ad04082000 Mon Sep 17 00:00:00 2001 From: Shuo Liu Date: Tue, 22 Oct 2024 02:49:52 +0800 Subject: soc/intel/xeon_sp: Add Kconfig SUPPORT_SIMICS_SIMULATION Xeon-SP simics doesn't provide simulation of writable PAM-F (Programmable Attribute Map) segment and hence coreboot needs to enable SHADOW_ROM_TABLE_TO_EBDA to write system table pointers to EBDA (Extended BIOS Data Area). Change-Id: I216204987ad646a5d1655323d2725cfd3415a2d7 Signed-off-by: Shuo Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/84323 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- src/soc/intel/xeon_sp/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 22cc3665dc..e1a4ac54c9 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -110,4 +110,9 @@ config HAVE_IOAT_DOMAINS config SOC_INTEL_HAS_CXL bool +config SUPPORT_SIMICS_SIMULATION + bool + default y + select SHADOW_ROM_TABLE_TO_EBDA + endif ## SOC_INTEL_XEON_SP -- cgit v1.2.3