The Extensible Firmware Interface vs early Linux
Posted Aug 19, 2011 16:10 UTC (Fri) by
giraffedata (subscriber, #1954)
In reply to:
The Extensible Firmware Interface vs early Linux by etienne
Parent article:
The Extensible Firmware Interface - an introduction
Well, they have first to recognise that the USB disk first sector contains executable code, else they will often jump to a lot of zero instructions.
I think I'd prefer that it not do that check. It's an opportunity for something to become incompatible.
at the bootloader level you do not have USB, you have OHCI, UHCI, EHCI or xHCI - and more in the embedded world.
But that is just between the bootstrap ROM and the USB host controller, both of which are permanently attached to the same piece of hardware in my scheme. So there's no chance of incompatibility.
The standardness of USB that I'm interested in is between the host controller/hub and the USB stick, such that you can 1) easily get media; and 2) easily write the media using pretty much any computer.
(
Log in to post comments)