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

2013-11-04 Thread Gerd Hoffmann
Looks like this breaks isapc support in qemu. To test: check out qemu 1.6 (latest version has other bugs) Any chance this is just the size of the bios, i.e. isapc not being able to deal with a 256k bios? cheers, Gerd ___ SeaBIOS mailing list

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

2013-11-04 Thread Michael S. Tsirkin
On Mon, Nov 04, 2013 at 09:24:53AM +0200, Michael S. Tsirkin wrote: 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()

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

2013-11-04 Thread Michael S. Tsirkin
On Mon, Nov 04, 2013 at 09:52:42AM +0100, Gerd Hoffmann wrote: Looks like this breaks isapc support in qemu. To test: check out qemu 1.6 (latest version has other bugs) Any chance this is just the size of the bios, i.e. isapc not being able to deal with a 256k bios? cheers, Gerd

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

2013-11-04 Thread Gerd Hoffmann
On Mo, 2013-11-04 at 14:06 +0200, Michael S. Tsirkin wrote: On Mon, Nov 04, 2013 at 09:52:42AM +0100, Gerd Hoffmann wrote: Looks like this breaks isapc support in qemu. To test: check out qemu 1.6 (latest version has other bugs) Any chance this is just the size of the bios, i.e. isapc

Re: [SeaBIOS] XHCI USB 3.0 boot device support?

2013-11-04 Thread Paul Menzel
Am Montag, den 04.11.2013, 10:53 +0100 schrieb Gerd Hoffmann: On Fr, 2013-11-01 at 15:26 -0700, Prop 395 wrote: Is there currently any activity to get XHCI going in SeaBIOS? What needs to be implemented to get it working? If someone can give me some pointers, I will do what I can to help.