Hello Pratikkumar V Prajapati, Hima B Chilmakuru, AndreX Andraos, Bora Guvendik, build bot (Jenkins), Hannah Williams,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/25146
to look at the new patch set (#3).
Change subject: drivers/intel/wifi: Add Jefferson Peak Device ID
......................................................................
drivers/intel/wifi: Add Jefferson Peak Device ID
The following PCI device ID can be included for jefferson peak wifi
devices driver support, and they are:
9df0 for jefferson peak on Cannonlake-LP w/CNVi
A370 for jefferson peak on Cannonlake-H w/CNVi
31dc for jefferson peak on Geminilake w/CNVi
BUG=None
TEST=None
Change-Id: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M src/drivers/intel/wifi/wifi.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/25146/3
--
To view, visit https://review.coreboot.org/25146
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Gerrit-Change-Number: 25146
Gerrit-PatchSet: 3
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: AndreX Andraos <andrex.andraos(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Hima B Chilmakuru <hima.b.chilmakuru(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Pratikkumar V Prajapati <pratikkumar.v.prajapati(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello Pratikkumar V Prajapati, Hima B Chilmakuru, AndreX Andraos, Bora Guvendik, Hannah Williams,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/25146
to look at the new patch set (#2).
Change subject: drivers/intel/wifi: Add Jefferson Peak Device ID
......................................................................
drivers/intel/wifi: Add Jefferson Peak Device ID
The following PCI device ID can be included for jefferson peak wifi
devices driver support, and they are:
9df0 for jefferson peak on Cannonlake-LP w/CNVi
A370 for jefferson peak on Cannonlake-H w/CNVi
31dc for jefferson peak on Geminilake w/CNVi
BUG=None
TEST=None
Change-Id: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M src/drivers/intel/wifi/wifi.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/25146/2
--
To view, visit https://review.coreboot.org/25146
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Gerrit-Change-Number: 25146
Gerrit-PatchSet: 2
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: AndreX Andraos <andrex.andraos(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Hima B Chilmakuru <hima.b.chilmakuru(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Pratikkumar V Prajapati <pratikkumar.v.prajapati(a)intel.com>
Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/25146
Change subject: drivers/intel/wifi: Add Jefferson Peak Device ID
......................................................................
drivers/intel/wifi: Add Jefferson Peak Device ID
The following PCI device ID can be included for jefferson Peak support,
they are:
9df0 for jefferson peak on Cannonlake-LP w/CNVi
A370 for jefferson peak on Cannonlake-H w/CNVi
31dc for jefferson peak on Geminilake w/CNVi
BUG=None
TEST=None
Change-Id: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M src/drivers/intel/wifi/wifi.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/25146/1
diff --git a/src/drivers/intel/wifi/wifi.c b/src/drivers/intel/wifi/wifi.c
index 3b21165..5a43b7c 100644
--- a/src/drivers/intel/wifi/wifi.c
+++ b/src/drivers/intel/wifi/wifi.c
@@ -238,6 +238,7 @@
0x4236, 0x4237, 0x4238, 0x4239, 0x423b, 0x423d,
0x08b1, 0x08b2, /* Wilkins Peak 2 */
0x095a, 0x095b, /* Stone Peak 2 */
+ 0x9df0, 0x31dc, 0x0A370 /* Jefferson Peak */
0
};
--
To view, visit https://review.coreboot.org/25146
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: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Gerrit-Change-Number: 25146
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>