summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorTan, Lean Sheng <lean.sheng.tan@intel.com>2020-04-29 03:03:27 -0700
committerSubrata Banik <subrata.banik@intel.com>2020-08-27 03:22:03 +0000
commit21910f00de511d2b3ac1f15bb0fbda7761e3847d (patch)
tree99f18a19c6e843610295e618f322959221481f93 /src/soc
parent7337bdcbcaa46d8ffc8cbde1fd0889ca9ac66af6 (diff)
downloadcoreboot-21910f00de511d2b3ac1f15bb0fbda7761e3847d.tar.xz
soc/intel/common: Include Elkhart Lake SA IDs
Add additional Elkhart Lake specific SA IDs. Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Change-Id: I41af9b17b8121f3b47f2242d9beeec297893b378 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40854 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-by: Praveen HP <praveen.hodagatta.pranesh@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index 39ac53f13c..6fb77224b6 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -372,6 +372,17 @@ static const unsigned short systemagent_ids[] = {
PCI_DEVICE_ID_INTEL_TGL_ID_Y_4_2,
PCI_DEVICE_ID_INTEL_JSL_EHL,
PCI_DEVICE_ID_INTEL_EHL_ID_1,
+ PCI_DEVICE_ID_INTEL_EHL_ID_2,
+ PCI_DEVICE_ID_INTEL_EHL_ID_3,
+ PCI_DEVICE_ID_INTEL_EHL_ID_4,
+ PCI_DEVICE_ID_INTEL_EHL_ID_5,
+ PCI_DEVICE_ID_INTEL_EHL_ID_6,
+ PCI_DEVICE_ID_INTEL_EHL_ID_7,
+ PCI_DEVICE_ID_INTEL_EHL_ID_8,
+ PCI_DEVICE_ID_INTEL_EHL_ID_9,
+ PCI_DEVICE_ID_INTEL_EHL_ID_10,
+ PCI_DEVICE_ID_INTEL_EHL_ID_11,
+ PCI_DEVICE_ID_INTEL_EHL_ID_12,
PCI_DEVICE_ID_INTEL_JSL_ID_1,
PCI_DEVICE_ID_INTEL_JSL_ID_2,
PCI_DEVICE_ID_INTEL_JSL_ID_3,