summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,