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>
This commit is contained in:
parent
4055cd8b03
commit
ccac15a4dd
|
@ -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
|
||||
|
|
|
@ -56,14 +56,22 @@ static struct {
|
|||
{ PCI_DEVICE_ID_INTEL_CNL_ID_U, "Cannonlake-U" },
|
||||
{ PCI_DEVICE_ID_INTEL_CNL_ID_Y, "Cannonlake-Y" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_U, "Coffeelake U (4+3e)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_U_2, "Coffeelake U (2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_WHL_ID_W_4, "Whiskeylake W (4+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_WHL_ID_W_2, "Whiskeylake W (2+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_H, "Coffeelake-H" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_H_4, "Coffeelake-H (4)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_H_8, "Coffeelake-H (8+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S, "Coffeelake-S" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_2, "Coffeelake-S DT(2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_4, "Coffeelake-S DT(4)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_DT_8, "Coffeelake-S DT(8+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_4, "Coffeelake-S WS(4+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_6, "Coffeelake-S WS(6+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_WS_8, "Coffeelake-S WS(8+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_S_4, "Coffeelake-S S(4)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_S_6, "Coffeelake-S S(6)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CFL_ID_S_S_8, "Coffeelake-S S(8)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CML_ULT, "CometLake-U (4+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CML_ULT_2_2, "CometLake-U (2+2)" },
|
||||
{ PCI_DEVICE_ID_INTEL_CML_ULT_6_2, "CometLake-U (6+2)" },
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue