[coreboot-gerrit] Change in coreboot[master]: drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-Fi

Furquan Shaikh (Code Review) gerrit at coreboot.org
Thu May 31 04:59:36 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/26723


Change subject: drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-Fi
......................................................................

drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-Fi

This change adds PCI ID for Intel TP2 Wi-Fi and adds that to
pci_device_ids in Intel wifi driver.

Change-Id: I51abf615fca6001d564e7cd672cc16f3a0fb8dd6
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/drivers/intel/wifi/wifi.c
M src/include/device/pci_ids.h
2 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/26723/1

diff --git a/src/drivers/intel/wifi/wifi.c b/src/drivers/intel/wifi/wifi.c
index 1cf89cf..3ef66aa 100644
--- a/src/drivers/intel/wifi/wifi.c
+++ b/src/drivers/intel/wifi/wifi.c
@@ -261,6 +261,8 @@
 	PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI,
 	PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI,
 	PCI_DEVICE_ID_JP_9000_SERIES_3_WIFI,
+	/* Thunder Peak 2 */
+	PCI_DEVICE_ID_TP_9260_SERIES_WIFI,
 	/* Harrison Peak */
 	PCI_DEVICE_ID_HrP_9560_SERIES_1_WIFI,
 	PCI_DEVICE_ID_HrP_9560_SERIES_2_WIFI,
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index c5ede36..40f2ea4 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2986,6 +2986,7 @@
 #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_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/26723
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: I51abf615fca6001d564e7cd672cc16f3a0fb8dd6
Gerrit-Change-Number: 26723
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180531/da295b58/attachment.html>


More information about the coreboot-gerrit mailing list