From 9029265cf5d835f2b87fe7e25124706b59df9394 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 13 Jun 2013 14:37:15 +0200 Subject: libpayload: Fill gaps in the xHCI driver Well, it turned out to be more as some gaps ;) but we finally have xHCI running. It's well tested against a QM77 Ivy Bridge board. We have no SuperSpeed support (yet). On Ivy Bridge, SuperSpeed is not advertised and USB 3 devices will just work at HighSpeed. There are still some bit fields in xhci_private.h, so this might need little more work to run on ARM. Change-Id: I7a2cb3f226d24573659142565db38b13acdc218c Signed-off-by: Nico Huber Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/3452 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- payloads/libpayload/drivers/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'payloads/libpayload/drivers/Makefile.inc') diff --git a/payloads/libpayload/drivers/Makefile.inc b/payloads/libpayload/drivers/Makefile.inc index 0f014d647d..a1891beb73 100644 --- a/payloads/libpayload/drivers/Makefile.inc +++ b/payloads/libpayload/drivers/Makefile.inc @@ -73,6 +73,10 @@ libc-$(CONFIG_USB_OHCI) += usb/ohci_rh.c libc-$(CONFIG_USB_EHCI) += usb/ehci.c libc-$(CONFIG_USB_EHCI) += usb/ehci_rh.c libc-$(CONFIG_USB_XHCI) += usb/xhci.c +libc-$(CONFIG_USB_XHCI) += usb/xhci_debug.c +libc-$(CONFIG_USB_XHCI) += usb/xhci_devconf.c +libc-$(CONFIG_USB_XHCI) += usb/xhci_events.c +libc-$(CONFIG_USB_XHCI) += usb/xhci_commands.c libc-$(CONFIG_USB_XHCI) += usb/xhci_rh.c libc-$(CONFIG_USB_HID) += usb/usbhid.c libc-$(CONFIG_USB_MSC) += usb/usbmsc.c -- cgit v1.2.3