Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46851
to look at the new patch set (#2).
Change subject: soc/intel/common/block/usb4: Add TCSS XHCI driver for SSDT generation ......................................................................
soc/intel/common/block/usb4: Add TCSS XHCI driver for SSDT generation
In order to generate ACPI entries for USB devices attached to the USB4/TBT/TCSS/North XHCI device it needs to have a driver that will enumerate static devices on the bus. This driver does that and nothing else.
BUG=b:151731851 TEST=boot on volteer and check for USB devices on _SB.PCI0.TXHC.RHUB
Signed-off-by: Duncan Laurie dlaurie@google.com Change-Id: I5a2ff1cd1bed557e793d45119232cf87032ddd7b --- M src/soc/intel/common/block/usb4/Kconfig M src/soc/intel/common/block/usb4/Makefile.inc A src/soc/intel/common/block/usb4/xhci.c 3 files changed, 45 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/46851/2