All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci
@ 2016-05-06  9:00 Tom Yan
  2016-05-06  9:04 ` Tom Yan
  2016-05-09  8:52 ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Yan @ 2016-05-06  9:00 UTC (permalink / raw)
  To: seabios, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

Strangely, seabios supports booting from usb-uas with usb-ehci:

https://drive.google.com/open?id=0B50PCxfm5KU1dUFTUG9HU0pEcXc

and usb-bot with nec-usb-xhci:

https://drive.google.com/open?id=0B50PCxfm5KU1QnVzdTBIdEFzZW8

but not usb-uas with nec-usb-xhci:

https://drive.google.com/open?id=0B50PCxfm5KU1Z0t1akNXaVZZLTQ

This makes me wonder if it is just a missing feature of a bug.

Btw, not sure if it's relevant, booting usb-uas is not at all
supported in ovmf: https://github.com/tianocore/edk2/issues/85

[-- Attachment #2: echi_uas.png --]
[-- Type: image/png, Size: 22396 bytes --]

[-- Attachment #3: xhci_bot.png --]
[-- Type: image/png, Size: 22406 bytes --]

[-- Attachment #4: xhci_uas.png --]
[-- Type: image/png, Size: 21882 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci
  2016-05-06  9:00 [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci Tom Yan
@ 2016-05-06  9:04 ` Tom Yan
  2016-05-06  9:21   ` Tom Yan
  2016-05-09  8:52 ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Yan @ 2016-05-06  9:04 UTC (permalink / raw)
  To: seabios, qemu-devel

On 6 May 2016 at 17:00, Tom Yan <tom.ty89@gmail.com> wrote:
>
> This makes me wonder if it is just a missing feature of a bug.
>

I meant "or" instead of "of".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci
  2016-05-06  9:04 ` Tom Yan
@ 2016-05-06  9:21   ` Tom Yan
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Yan @ 2016-05-06  9:21 UTC (permalink / raw)
  To: seabios, qemu-devel

Sorry, I forgot to mention that I am using qemu 2.5.1 and seabios 1.9.2.

On 6 May 2016 at 17:04, Tom Yan <tom.ty89@gmail.com> wrote:
> On 6 May 2016 at 17:00, Tom Yan <tom.ty89@gmail.com> wrote:
>>
>> This makes me wonder if it is just a missing feature of a bug.
>>
>
> I meant "or" instead of "of".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [SeaBIOS] seabios does not support booting from usb-uas with nec-usb-xhci
  2016-05-06  9:00 [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci Tom Yan
  2016-05-06  9:04 ` Tom Yan
@ 2016-05-09  8:52 ` Gerd Hoffmann
  2016-05-09 13:06   ` [Qemu-devel] " Tom Yan
  1 sibling, 1 reply; 5+ messages in thread
From: Gerd Hoffmann @ 2016-05-09  8:52 UTC (permalink / raw)
  To: Tom Yan; +Cc: seabios, qemu-devel

On Fr, 2016-05-06 at 17:00 +0800, Tom Yan wrote:
> Strangely, seabios supports booting from usb-uas with usb-ehci:
> 
> https://drive.google.com/open?id=0B50PCxfm5KU1dUFTUG9HU0pEcXc
> 
> and usb-bot with nec-usb-xhci:
> 
> https://drive.google.com/open?id=0B50PCxfm5KU1QnVzdTBIdEFzZW8
> 
> but not usb-uas with nec-usb-xhci:
> 
> https://drive.google.com/open?id=0B50PCxfm5KU1Z0t1akNXaVZZLTQ
> 
> This makes me wonder if it is just a missing feature of a bug.

missing support for usb3 streams in seabios.

cheers,
  Gerd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci
  2016-05-09  8:52 ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
@ 2016-05-09 13:06   ` Tom Yan
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Yan @ 2016-05-09 13:06 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: seabios, qemu-devel

That's what I guessed too. Is there any plan to add it or is it out of
consideration?

On Monday, 9 May 2016, Gerd Hoffmann <kraxel@redhat.com> wrote:

> On Fr, 2016-05-06 at 17:00 +0800, Tom Yan wrote:
> > Strangely, seabios supports booting from usb-uas with usb-ehci:
> >
> > https://drive.google.com/open?id=0B50PCxfm5KU1dUFTUG9HU0pEcXc
> >
> > and usb-bot with nec-usb-xhci:
> >
> > https://drive.google.com/open?id=0B50PCxfm5KU1QnVzdTBIdEFzZW8
> >
> > but not usb-uas with nec-usb-xhci:
> >
> > https://drive.google.com/open?id=0B50PCxfm5KU1Z0t1akNXaVZZLTQ
> >
> > This makes me wonder if it is just a missing feature of a bug.
>
> missing support for usb3 streams in seabios.
>
> cheers,
>   Gerd
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-09 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-06  9:00 [Qemu-devel] seabios does not support booting from usb-uas with nec-usb-xhci Tom Yan
2016-05-06  9:04 ` Tom Yan
2016-05-06  9:21   ` Tom Yan
2016-05-09  8:52 ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
2016-05-09 13:06   ` [Qemu-devel] " Tom Yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.