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 <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
Shuo Liu 2024-10-22 02:49:52 +08:00 committed by Lean Sheng Tan
commit 86d09d93a7

View file

@ -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