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

Michael S. Tsirkin mst at redhat.com
Mon Sep 23 18:35:57 CEST 2013


On Fri, Sep 13, 2013 at 01:21:08PM +0200, Gerd Hoffmann wrote:
>   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

With this applied, we crossed over the 128K boundary.
So it won't be easy to put this bios into qemu.
Thoughts?

> 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
> 
> 
> _______________________________________________
> SeaBIOS mailing list
> SeaBIOS at seabios.org
> http://www.seabios.org/mailman/listinfo/seabios



More information about the SeaBIOS mailing list