Attention is currently required from: Robert Zieba, Raul Rangel, Martin Roth.
Hello build bot (Jenkins), Raul Rangel, Martin Roth, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69914
to look at the new patch set (#13).
Change subject: device/xhci: Add functions to work with resource pointers ......................................................................
device/xhci: Add functions to work with resource pointers
The XHCI device functions currently use functions that require a access to the device tree. Create variant of these functions that can operate with a resource* as an argument and refactor the existing device*-based functions to operate by calling the resource*-based variants. This is useful for stages like SMM that may not have access to the device tree.
BRANCH=guybrush BUG=b:186792595 TEST=Ran on skyrim device, verified that XHCI ACPI tables are still generated correctly.
Change-Id: If5a74f9529d5dc6031ec968ef5f40a9cad5ffbc4 Signed-off-by: Robert Zieba robertzieba@google.com --- M src/device/Makefile.inc M src/device/xhci.c A src/device/xhci_resource.c M src/include/device/xhci.h 4 files changed, 162 insertions(+), 95 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/69914/13