summaryrefslogtreecommitdiff
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
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>
-rw-r--r--src/include/device/pci_ids.h11
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index b1d3d3fb5c..04f9d2d1a7 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3714,6 +3714,17 @@
#define PCI_DEVICE_ID_INTEL_TGL_ID_Y_4_2 0x9A12
#define PCI_DEVICE_ID_INTEL_JSL_EHL 0x4532
#define PCI_DEVICE_ID_INTEL_EHL_ID_1 0x4510
+#define PCI_DEVICE_ID_INTEL_EHL_ID_2 0x4522
+#define PCI_DEVICE_ID_INTEL_EHL_ID_3 0x4524
+#define PCI_DEVICE_ID_INTEL_EHL_ID_4 0x4512
+#define PCI_DEVICE_ID_INTEL_EHL_ID_5 0x4526
+#define PCI_DEVICE_ID_INTEL_EHL_ID_6 0x4514
+#define PCI_DEVICE_ID_INTEL_EHL_ID_7 0x4528
+#define PCI_DEVICE_ID_INTEL_EHL_ID_8 0x452A
+#define PCI_DEVICE_ID_INTEL_EHL_ID_9 0x4516
+#define PCI_DEVICE_ID_INTEL_EHL_ID_10 0x452C
+#define PCI_DEVICE_ID_INTEL_EHL_ID_11 0x452E
+#define PCI_DEVICE_ID_INTEL_EHL_ID_12 0x4518
#define PCI_DEVICE_ID_INTEL_JSL_ID_1 0x4e22
#define PCI_DEVICE_ID_INTEL_JSL_ID_2 0x4e26
#define PCI_DEVICE_ID_INTEL_JSL_ID_3 0x4e12
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,