[coreboot-gerrit] Change in coreboot[master]: drivers/intel/wifi: Add DID for Intel WIFI module 8260, 8275

Subrata Banik (Code Review) gerrit at coreboot.org
Fri Sep 28 19:14:26 CEST 2018


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/28793


Change subject: drivers/intel/wifi: Add DID for Intel WIFI module 8260, 8275
......................................................................

drivers/intel/wifi: Add DID for Intel WIFI module 8260, 8275

Change-Id: I38d83370e96cff6822a96da5fa3d9af797ba1dc1
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/drivers/intel/wifi/wifi.c
M src/include/device/pci_ids.h
2 files changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/28793/1

diff --git a/src/drivers/intel/wifi/wifi.c b/src/drivers/intel/wifi/wifi.c
index df425fa..cdce6e2 100644
--- a/src/drivers/intel/wifi/wifi.c
+++ b/src/drivers/intel/wifi/wifi.c
@@ -312,6 +312,11 @@
 	/* Stone Peak 2 */
 	PCI_DEVICE_ID_SP_7265_SERIES_1_WIFI,
 	PCI_DEVICE_ID_SP_7265_SERIES_2_WIFI,
+	/* Stone Field Peak */
+	PCI_DEVICE_ID_SFP_8260_SERIES_1_WIFI,
+	PCI_DEVICE_ID_SFP_8260_SERIES_2_WIFI,
+	/* Windstorm Peak */
+	PCI_DEVICE_ID_WSP_8275_SERIES_1_WIFI,
 	/* Jefferson Peak */
 	PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI,
 	PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI,
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index a6ed6d9..dc3abae 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2995,6 +2995,9 @@
 #define PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI	0x9df0
 #define PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI	0x31dc
 #define PCI_DEVICE_ID_JP_9000_SERIES_3_WIFI	0xa370
+#define PCI_DEVICE_ID_SFP_8260_SERIES_1_WIFI	0x24f3
+#define PCI_DEVICE_ID_SFP_8260_SERIES_2_WIFI	0x24f4
+#define PCI_DEVICE_ID_WSP_8275_SERIES_1_WIFI	0x24fd
 #define PCI_DEVICE_ID_TP_9260_SERIES_WIFI	0x2526
 #define PCI_DEVICE_ID_HrP_9560_SERIES_1_WIFI	0x34f0
 #define PCI_DEVICE_ID_HrP_9560_SERIES_2_WIFI	0xa0f0

-- 
To view, visit https://review.coreboot.org/28793
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I38d83370e96cff6822a96da5fa3d9af797ba1dc1
Gerrit-Change-Number: 28793
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180928/76865a8c/attachment-0001.html>


More information about the coreboot-gerrit mailing list