soc/intel/skylake: Add PCI Id for Kabylake DT
Change-Id: I496b3a91f765d4fa137c32c9ee1e244803fc25d8 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32850 Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2803346b27
commit
3d84038d57
|
@ -3081,6 +3081,7 @@
|
||||||
#define PCI_DEVICE_ID_INTEL_KBL_ID_Y 0x590c
|
#define PCI_DEVICE_ID_INTEL_KBL_ID_Y 0x590c
|
||||||
#define PCI_DEVICE_ID_INTEL_KBL_ID_H 0x5910
|
#define PCI_DEVICE_ID_INTEL_KBL_ID_H 0x5910
|
||||||
#define PCI_DEVICE_ID_INTEL_KBL_U_R 0x5914
|
#define PCI_DEVICE_ID_INTEL_KBL_U_R 0x5914
|
||||||
|
#define PCI_DEVICE_ID_INTEL_KBL_ID_DT_2 0x5918
|
||||||
#define PCI_DEVICE_ID_INTEL_KBL_ID_DT 0x591f
|
#define PCI_DEVICE_ID_INTEL_KBL_ID_DT 0x591f
|
||||||
#define PCI_DEVICE_ID_INTEL_CNL_ID_U 0x5A04
|
#define PCI_DEVICE_ID_INTEL_CNL_ID_U 0x5A04
|
||||||
#define PCI_DEVICE_ID_INTEL_CNL_ID_Y 0x5A02
|
#define PCI_DEVICE_ID_INTEL_CNL_ID_Y 0x5A02
|
||||||
|
|
|
@ -351,6 +351,7 @@ static const unsigned short systemagent_ids[] = {
|
||||||
PCI_DEVICE_ID_INTEL_KBL_ID_H,
|
PCI_DEVICE_ID_INTEL_KBL_ID_H,
|
||||||
PCI_DEVICE_ID_INTEL_KBL_U_R,
|
PCI_DEVICE_ID_INTEL_KBL_U_R,
|
||||||
PCI_DEVICE_ID_INTEL_KBL_ID_DT,
|
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,
|
||||||
PCI_DEVICE_ID_INTEL_CFL_ID_H,
|
PCI_DEVICE_ID_INTEL_CFL_ID_H,
|
||||||
PCI_DEVICE_ID_INTEL_CFL_ID_S,
|
PCI_DEVICE_ID_INTEL_CFL_ID_S,
|
||||||
|
|
|
@ -59,6 +59,7 @@ static struct {
|
||||||
{ PCI_DEVICE_ID_INTEL_KBL_ID_H, "Kabylake-H" },
|
{ PCI_DEVICE_ID_INTEL_KBL_ID_H, "Kabylake-H" },
|
||||||
{ PCI_DEVICE_ID_INTEL_KBL_ID_S, "Kabylake-S" },
|
{ PCI_DEVICE_ID_INTEL_KBL_ID_S, "Kabylake-S" },
|
||||||
{ PCI_DEVICE_ID_INTEL_KBL_ID_DT, "Kabylake DT" },
|
{ PCI_DEVICE_ID_INTEL_KBL_ID_DT, "Kabylake DT" },
|
||||||
|
{ PCI_DEVICE_ID_INTEL_KBL_ID_DT_2, "Kabylake DT 2" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
|
|
Loading…
Reference in New Issue