[PATCH 2/4] coreboot: Add support for detecting Coreboot BIOS signatures

Philip Prindeville philipp_subx at redfish-solutions.com
Sun Dec 18 16:56:18 EST 2011


On 12/18/11 2:46 PM, David Woodhouse wrote:
> On Sun, 2011-12-18 at 13:46 -0700, Philip Prindeville wrote:
>> Add support for Coreboot BIOS detection. This in turn can be used by
>> platform drivers to verify they are running on the correct hardware,
>> as many of the low-volume SBC's (especially in the Atom and Geode
>> universe) don't always identify themselves via DMI or PCI-ID.
> It's Coreboot. So doesn't that mean we can just fix it to pass a
> device-tree to the kernel properly?
>
> Don't we only need this kind of hack for boards with crappy
> closed-source firmware?
>

Well, if we want to hold it up while someone adds device-tree support to x86... my understanding was it was PPC that used device-tree mostly at this point.

Until then, it's not clear that older platforms that are considered 'stable' are going to have new BIOS issued to their users going forward, or that any of the thousands of boards out there are going to be updated by their users.

Why not have support for existing boards that are out there?

Many of these boards are also produced by small engineering houses that aren't particularly quick to update their manufacturing processes to whatever the latest version of coreboot trunk is.

I agree that going forward, new boards coming out should support device-tree once it's stable and widely adopted, but let's not have the perfect become the enemy of the good.

-Philip




More information about the Linux-geode mailing list