Attention is currently required from: Subrata Banik, Nick Vaccaro. Hello build bot (Jenkins), Subrata Banik, Nick Vaccaro,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62435
to look at the new patch set (#2).
Change subject: drivers/{pcie,wifi}/generic: Update untrusted property name ......................................................................
drivers/{pcie,wifi}/generic: Update untrusted property name
In order to align with established standards for establishing DMA boundaries[1] from ACPI, the UntrustedDevice property has been renamed to DmaProperty, which follows Microsoft's implementation. After discussions with Microsoft, they have agreed to make the `UID` property optional, so it is left out here, and instead it can be applied to:
1) Internal PCI devices 2) PCIe root ports 3) Downstream PCI(e) devices
[1]: https://docs.microsoft.com/en-us/windows-hardware/drivers/pci/dsd-for-pcie-r...
BUG=b:215424986
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: Id70e916532e3d3d70305fc61473da28c702fc397 --- M src/drivers/pcie/generic/Kconfig M src/drivers/pcie/generic/generic.c M src/drivers/wifi/generic/acpi.c M src/drivers/wifi/generic/chip.h 4 files changed, 7 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/62435/2