Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63641 )
Change subject: drivers/usb/pci_xhci: Add Sabrina xhci pci device id ......................................................................
drivers/usb/pci_xhci: Add Sabrina xhci pci device id
BUG=None TEST=Build and boot to OS in Skyrim. Ensure that the XHCI controllers are enumerated successfully and ACPI device objects are added in SSDT.
Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com Change-Id: I7ad4555212ed38ea0f9029275345e4945855a8c3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63641 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Jon Murphy jpmurphy@google.com Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/drivers/usb/pci_xhci/pci_xhci.c 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Raul Rangel: Looks good to me, approved Jon Murphy: Looks good to me, but someone else must approve
diff --git a/src/drivers/usb/pci_xhci/pci_xhci.c b/src/drivers/usb/pci_xhci/pci_xhci.c index 1952130..63a98c7 100644 --- a/src/drivers/usb/pci_xhci/pci_xhci.c +++ b/src/drivers/usb/pci_xhci/pci_xhci.c @@ -257,6 +257,9 @@ PCI_DID_AMD_FAM17H_MODEL18H_XHCI1, PCI_DID_AMD_FAM17H_MODEL20H_XHCI0, PCI_DID_AMD_FAM17H_MODEL60H_XHCI, + PCI_DID_AMD_FAM17H_MODELA0H_XHCI0, + PCI_DID_AMD_FAM17H_MODELA0H_XHCI1, + PCI_DID_AMD_FAM17H_MODELA0H_XHCI2, 0 };
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.