[SeaBIOS] [PATCH v2 0/3] usb: add xhci support

Gerd Hoffmann kraxel at redhat.com
Tue Sep 3 16:41:37 CEST 2013


  Hi,

Next version of the xhci support patch series.  Dropped patch #2.
Plugged the leaks in patch #3 (last series, now #2).

Gerd Hoffmann (3):
  uas: add (temporary) superspeed stopgap
  usb: add usb_update_pipe()
  usb: add xhci support

 Makefile       |    2 +-
 src/Kconfig    |    6 +
 src/pci_ids.h  |    1 +
 src/usb-uas.c  |    4 +
 src/usb-xhci.c | 1124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/usb-xhci.h |  144 ++++++++
 src/usb.c      |   35 +-
 src/usb.h      |   17 +-
 8 files changed, 1320 insertions(+), 13 deletions(-)
 create mode 100644 src/usb-xhci.c
 create mode 100644 src/usb-xhci.h

-- 
1.8.3.1




More information about the SeaBIOS mailing list