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:
parent
f3d70af761
commit
86d09d93a7
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue