|
15 | 15 | #define PCI_DEVICE_ID_INTEL_SKL_HQ_IMC 0x1910
|
16 | 16 | #define PCI_DEVICE_ID_INTEL_SKL_SD_IMC 0x190f
|
17 | 17 | #define PCI_DEVICE_ID_INTEL_SKL_SQ_IMC 0x191f
|
| 18 | +#define PCI_DEVICE_ID_INTEL_SKL_E3_IMC 0x1918 |
18 | 19 | #define PCI_DEVICE_ID_INTEL_KBL_Y_IMC 0x590c
|
19 | 20 | #define PCI_DEVICE_ID_INTEL_KBL_U_IMC 0x5904
|
20 | 21 | #define PCI_DEVICE_ID_INTEL_KBL_UQ_IMC 0x5914
|
@@ -657,6 +658,10 @@ static const struct pci_device_id skl_uncore_pci_ids[] = {
|
657 | 658 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_SKL_SQ_IMC),
|
658 | 659 | .driver_data = UNCORE_PCI_DEV_DATA(SNB_PCI_UNCORE_IMC, 0),
|
659 | 660 | },
|
| 661 | + { /* IMC */ |
| 662 | + PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_SKL_E3_IMC), |
| 663 | + .driver_data = UNCORE_PCI_DEV_DATA(SNB_PCI_UNCORE_IMC, 0), |
| 664 | + }, |
660 | 665 | { /* IMC */
|
661 | 666 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_KBL_Y_IMC),
|
662 | 667 | .driver_data = UNCORE_PCI_DEV_DATA(SNB_PCI_UNCORE_IMC, 0),
|
@@ -826,6 +831,7 @@ static const struct imc_uncore_pci_dev desktop_imc_pci_ids[] = {
|
826 | 831 | IMC_DEV(SKL_HQ_IMC, &skl_uncore_pci_driver), /* 6th Gen Core H Quad Core */
|
827 | 832 | IMC_DEV(SKL_SD_IMC, &skl_uncore_pci_driver), /* 6th Gen Core S Dual Core */
|
828 | 833 | IMC_DEV(SKL_SQ_IMC, &skl_uncore_pci_driver), /* 6th Gen Core S Quad Core */
|
| 834 | + IMC_DEV(SKL_E3_IMC, &skl_uncore_pci_driver), /* Xeon E3 V5 Gen Core processor */ |
829 | 835 | IMC_DEV(KBL_Y_IMC, &skl_uncore_pci_driver), /* 7th Gen Core Y */
|
830 | 836 | IMC_DEV(KBL_U_IMC, &skl_uncore_pci_driver), /* 7th Gen Core U */
|
831 | 837 | IMC_DEV(KBL_UQ_IMC, &skl_uncore_pci_driver), /* 7th Gen Core U Quad Core */
|
|
0 commit comments