File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1465,6 +1465,13 @@ static const struct mei_cfg mei_me_pch12_cfg = {
1465
1465
MEI_CFG_DMA_128 ,
1466
1466
};
1467
1467
1468
+ /* LBG with quirk for SPS Firmware exclusion */
1469
+ static const struct mei_cfg mei_me_pch12_sps_cfg = {
1470
+ MEI_CFG_PCH8_HFS ,
1471
+ MEI_CFG_FW_VER_SUPP ,
1472
+ MEI_CFG_FW_SPS ,
1473
+ };
1474
+
1468
1475
/* Tiger Lake and newer devices */
1469
1476
static const struct mei_cfg mei_me_pch15_cfg = {
1470
1477
MEI_CFG_PCH8_HFS ,
@@ -1487,6 +1494,7 @@ static const struct mei_cfg *const mei_cfg_list[] = {
1487
1494
[MEI_ME_PCH8_CFG ] = & mei_me_pch8_cfg ,
1488
1495
[MEI_ME_PCH8_SPS_CFG ] = & mei_me_pch8_sps_cfg ,
1489
1496
[MEI_ME_PCH12_CFG ] = & mei_me_pch12_cfg ,
1497
+ [MEI_ME_PCH12_SPS_CFG ] = & mei_me_pch12_sps_cfg ,
1490
1498
[MEI_ME_PCH15_CFG ] = & mei_me_pch15_cfg ,
1491
1499
};
1492
1500
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ struct mei_me_hw {
80
80
* servers platforms with quirk for
81
81
* SPS firmware exclusion.
82
82
* @MEI_ME_PCH12_CFG: Platform Controller Hub Gen12 and newer
83
+ * @MEI_ME_PCH12_SPS_CFG: Platform Controller Hub Gen12 and newer
84
+ * servers platforms with quirk for
85
+ * SPS firmware exclusion.
83
86
* @MEI_ME_PCH15_CFG: Platform Controller Hub Gen15 and newer
84
87
* @MEI_ME_NUM_CFG: Upper Sentinel.
85
88
*/
@@ -93,6 +96,7 @@ enum mei_cfg_idx {
93
96
MEI_ME_PCH8_CFG ,
94
97
MEI_ME_PCH8_SPS_CFG ,
95
98
MEI_ME_PCH12_CFG ,
99
+ MEI_ME_PCH12_SPS_CFG ,
96
100
MEI_ME_PCH15_CFG ,
97
101
MEI_ME_NUM_CFG ,
98
102
};
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
70
70
{MEI_PCI_DEVICE (MEI_DEV_ID_SPT_2 , MEI_ME_PCH8_CFG )},
71
71
{MEI_PCI_DEVICE (MEI_DEV_ID_SPT_H , MEI_ME_PCH8_SPS_CFG )},
72
72
{MEI_PCI_DEVICE (MEI_DEV_ID_SPT_H_2 , MEI_ME_PCH8_SPS_CFG )},
73
- {MEI_PCI_DEVICE (MEI_DEV_ID_LBG , MEI_ME_PCH12_CFG )},
73
+ {MEI_PCI_DEVICE (MEI_DEV_ID_LBG , MEI_ME_PCH12_SPS_CFG )},
74
74
75
75
{MEI_PCI_DEVICE (MEI_DEV_ID_BXT_M , MEI_ME_PCH8_CFG )},
76
76
{MEI_PCI_DEVICE (MEI_DEV_ID_APL_I , MEI_ME_PCH8_CFG )},
You can’t perform that action at this time.
0 commit comments