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

Gerd Hoffmann kraxel at redhat.com
Fri Sep 13 13:21:08 CEST 2013


  Hi,

Next version of the xhci support patch series.  Changed xhci device
list to use standard hlist macros.  Delete devices from list in
disconnect() callback, so we should not have inactive/freed devices
in the list.

cheers,
  Gerd

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