diff options
author | Christian Walter <christian.walter@9elements.com> | 2019-08-13 09:55:37 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-08-16 10:42:05 +0000 |
commit | ccac15a4dd95a7c65388ce4a94ea56c58913e111 (patch) | |
tree | 05c5a093dd6e82b013c9ba09d2b6eb02e1d1069e /src/include | |
parent | 4055cd8b039da00fb93ac611c236a493ebbb62e3 (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/include')
-rw-r--r-- | src/include/device/pci_ids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 1aac48e9aa..3ac6560cfc 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3119,12 +3119,20 @@ #define PCI_DEVICE_ID_INTEL_WHL_ID_W_4 0x3E34 #define PCI_DEVICE_ID_INTEL_WHL_ID_W_2 0x3E35 #define PCI_DEVICE_ID_INTEL_CFL_ID_U 0x3ED0 +#define PCI_DEVICE_ID_INTEL_CFL_ID_U_2 0x3ECC #define PCI_DEVICE_ID_INTEL_CFL_ID_H 0x3ec4 +#define PCI_DEVICE_ID_INTEL_CFL_ID_H_4 0x3e10 #define PCI_DEVICE_ID_INTEL_CFL_ID_H_8 0x3e20 #define PCI_DEVICE_ID_INTEL_CFL_ID_S 0x3ec2 +#define PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_2 0x3e0f #define PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_4 0x3e1f #define PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_8 0x3e30 +#define PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_4 0x3e18 +#define PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_6 0x3ec6 #define PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_8 0x3e31 +#define PCI_DEVICE_ID_INTEL_CFL_ID_S_S_4 0x3e33 +#define PCI_DEVICE_ID_INTEL_CFL_ID_S_S_6 0x3eca +#define PCI_DEVICE_ID_INTEL_CFL_ID_S_S_8 0x3e32 #define PCI_DEVICE_ID_INTEL_ICL_ID_U 0x8A12 #define PCI_DEVICE_ID_INTEL_ICL_ID_U_2_2 0x8A02 #define PCI_DEVICE_ID_INTEL_ICL_ID_Y 0x8A10 |