Attention is currently required from: Tarun Tuli, Kapil Porwal, Paul Menzel.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74306 )
Change subject: soc/intel/meteorlake: Hook up UPD CnviWifiCore
......................................................................
Patch Set 3:
(1 comment)
File src/soc/intel/meteorlake/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/74306/comment/e06bfcb2_7d84bac9
PS3, Line 565: s_cfg->CnviWifiCore = config->cnvi_wifi_core;
nit: we can avoid assert
```
if (is_devfn_enabled(PCI_DEVFN_CNVI_WIFI)) {
s_cfg->CnviMode = 1;
s_cfg->CnviWifiCore = config->cnvi_wifi_core;
} else {
s_cfg->CnviMode = 0;
s_cfg->CnviWifiCore = 0;
}
```
--
To view, visit
https://review.coreboot.org/c/coreboot/+/74306
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5b4662c2a064f7c9074797c8a2541dcf1dd686fe
Gerrit-Change-Number: 74306
Gerrit-PatchSet: 3
Gerrit-Owner: Kapil Porwal
kapilporwal@google.com
Gerrit-Reviewer: Eric Lai
eric_lai@quanta.corp-partner.google.com
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Kapil Porwal
kapilporwal@google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Comment-Date: Wed, 12 Apr 2023 08:13:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment