diff options
author | Shuo Liu <shuo.liu@intel.com> | 2024-10-22 02:49:52 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-10-23 09:59:03 +0000 |
commit | 86d09d93a74aa5ce075dacb397cec8ad04082000 (patch) | |
tree | 2af6d4c9157e0a69b31fea0a998513229cce109b /src | |
parent | f3d70af761180df14fd89511c30cd2d345a7bb60 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/xeon_sp/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |