aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/systemagent/systemagent.c
diff options
context:
space:
mode:
authorChristian Walter <christian.walter@9elements.com>2019-08-13 09:55:37 +0200
committerPatrick Rudolph <siro@das-labor.org>2019-08-16 10:42:05 +0000
commitccac15a4dd95a7c65388ce4a94ea56c58913e111 (patch)
tree05c5a093dd6e82b013c9ba09d2b6eb02e1d1069e /src/soc/intel/common/block/systemagent/systemagent.c
parent4055cd8b039da00fb93ac611c236a493ebbb62e3 (diff)
soc/intel/cannonlake: Add more PCI Ids for Coffeelake
Change-Id: I92e2adb32d19ff49bdef353e1f191c4960ce0d18 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34861 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/common/block/systemagent/systemagent.c')
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index c9abb55490..b7964e6481 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -356,12 +356,20 @@ static const unsigned short systemagent_ids[] = {
PCI_DEVICE_ID_INTEL_KBL_ID_DT,
PCI_DEVICE_ID_INTEL_KBL_ID_DT_2,
PCI_DEVICE_ID_INTEL_CFL_ID_U,
+ PCI_DEVICE_ID_INTEL_CFL_ID_U_2,
PCI_DEVICE_ID_INTEL_CFL_ID_H,
+ PCI_DEVICE_ID_INTEL_CFL_ID_H_4,
PCI_DEVICE_ID_INTEL_CFL_ID_H_8,
PCI_DEVICE_ID_INTEL_CFL_ID_S,
+ PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_2,
PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_4,
PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_8,
+ PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_4,
+ PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_6,
PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_8,
+ PCI_DEVICE_ID_INTEL_CFL_ID_S_S_4,
+ PCI_DEVICE_ID_INTEL_CFL_ID_S_S_6,
+ PCI_DEVICE_ID_INTEL_CFL_ID_S_S_8,
PCI_DEVICE_ID_INTEL_ICL_ID_U,
PCI_DEVICE_ID_INTEL_ICL_ID_U_2_2,
PCI_DEVICE_ID_INTEL_ICL_ID_Y,