The Extensible Firmware Interface vs early Linux
The Extensible Firmware Interface vs early Linux
Posted Aug 22, 2011 12:41 UTC (Mon) by marcH (subscriber, #57642)In reply to: The Extensible Firmware Interface vs early Linux by giraffedata
Parent article: The Extensible Firmware Interface - an introduction
Granted, you can imagine dream and modular firmware code that can be selectively trimmed down on a per-platform basis. EFI might get there but why would you do this for (expensive) PC motherboards? A development effort to lose some of your customers?!
By the way USB + managed flash is among the most expensive solutions; this matters for low cost embedded systems.
Posted Aug 22, 2011 19:53 UTC (Mon)
by giraffedata (guest, #1954)
[Link] (1 responses)
I think you're pointing out the dilemma of standardization. You pick one of many paths in order to reap the benefits of uniformity, but at the cost of going down a path that isn't ideal for some, or even all, particular cases. Of course, we standardize all the time and companies that were relying on the protocol that didn't get chosen suck it up and switch.
Unless you're talking about losing customers because it costs more, you've misunderstood the proposal, because customers can still use all of those boot protocols -- the ROM loads from the USB device the bootloader that knows how to load Windows from a SATA drive.
I agree my scheme is not appropriate for embedded systems. It would add very little and cost a lot.
Posted Aug 22, 2011 22:35 UTC (Mon)
by marcH (subscriber, #57642)
[Link]
Yes something like that.
> you've misunderstood the proposal, because customers can still use all of those boot protocols -- the ROM loads from the USB device the bootloader that knows how to load Windows from a SATA drive.
I think I understood the proposal; it looks like we have different customers in mind. I am considering the "ROM loads from X" part while you are considering the "bootloader that knows..." part.
The Extensible Firmware Interface vs early Linux
A significant number of the interfaces in this list are used for booting. If you "simplify" your firmware design by hardcoding to any of these you will make users of the others unhappy.
A development effort to lose some of your customers?!
By the way USB + managed flash is among the most expensive solutions; this matters for low cost embedded systems.
The Extensible Firmware Interface vs early Linux