Attention is currently required from: Varshit B Pandya, Subrata Banik, Paul Menzel, Nick Vaccaro. Hello Varshit B Pandya, build bot (Jenkins), Subrata Banik, Nick Vaccaro,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62746
to look at the new patch set (#3).
Change subject: drivers/wifi/generic: Fix properties in generic-under-PCI device case ......................................................................
drivers/wifi/generic: Fix properties in generic-under-PCI device case
In the devicetree case where a generic device underneath the Intel PCI CNVi device carries the device properties, the incorrect device was passed to wifi_ssdt_write_properties.
Also while here, update the UUID for `DmaProperty` to match what Microsoft defined here: https://docs.microsoft.com/en-us/windows-hardware/drivers/pci/dsd-for-pcie-r...
BUG=b:215424986, b:220639445 TEST=dump SSDT and see that _PRW for CNVi device is no longer garbage, but contains the value from the devicetree (GPE0_PME_B0).
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: Iafd86458d2f65ccb7e74d1308d37fd3ebbf7f520 --- M src/drivers/wifi/generic/acpi.c M src/drivers/wifi/generic/generic.c 2 files changed, 30 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/62746/3