<p>Furquan Shaikh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26723">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-Fi<br><br>This change adds PCI ID for Intel TP2 Wi-Fi and adds that to<br>pci_device_ids in Intel wifi driver.<br><br>Change-Id: I51abf615fca6001d564e7cd672cc16f3a0fb8dd6<br>Signed-off-by: Furquan Shaikh <furquan@google.com><br>---<br>M src/drivers/intel/wifi/wifi.c<br>M src/include/device/pci_ids.h<br>2 files changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/26723/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/drivers/intel/wifi/wifi.c b/src/drivers/intel/wifi/wifi.c</span><br><span>index 1cf89cf..3ef66aa 100644</span><br><span>--- a/src/drivers/intel/wifi/wifi.c</span><br><span>+++ b/src/drivers/intel/wifi/wifi.c</span><br><span>@@ -261,6 +261,8 @@</span><br><span>     PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI,</span><br><span>         PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI,</span><br><span>         PCI_DEVICE_ID_JP_9000_SERIES_3_WIFI,</span><br><span style="color: hsl(120, 100%, 40%);">+  /* Thunder Peak 2 */</span><br><span style="color: hsl(120, 100%, 40%);">+  PCI_DEVICE_ID_TP_9260_SERIES_WIFI,</span><br><span>   /* Harrison Peak */</span><br><span>  PCI_DEVICE_ID_HrP_9560_SERIES_1_WIFI,</span><br><span>        PCI_DEVICE_ID_HrP_9560_SERIES_2_WIFI,</span><br><span>diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h</span><br><span>index c5ede36..40f2ea4 100644</span><br><span>--- a/src/include/device/pci_ids.h</span><br><span>+++ b/src/include/device/pci_ids.h</span><br><span>@@ -2986,6 +2986,7 @@</span><br><span> #define PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI       0x9df0</span><br><span> #define PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI   0x31dc</span><br><span> #define PCI_DEVICE_ID_JP_9000_SERIES_3_WIFI   0xa370</span><br><span style="color: hsl(120, 100%, 40%);">+#define PCI_DEVICE_ID_TP_9260_SERIES_WIFI       0x2526</span><br><span> #define PCI_DEVICE_ID_HrP_9560_SERIES_1_WIFI  0x34f0</span><br><span> #define PCI_DEVICE_ID_HrP_9560_SERIES_2_WIFI  0xa0f0</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26723">change 26723</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26723"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I51abf615fca6001d564e7cd672cc16f3a0fb8dd6 </div>
<div style="display:none"> Gerrit-Change-Number: 26723 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Furquan Shaikh <furquan@google.com> </div>