2015-07-18 9:03 GMT+02:00 Kevin Wilson wkevils@gmail.com:
Is there a way, from a device running Linux, to which I have access to the command line, to know whether the BIOS is coreboot or not ? by some utility, or by some sysfs entry ?
We usually have coreboot related vendor names for ACPI tables (eg. dsdt table id 'COREBOOT'). Those are visible early on in dmesg, I think. Also our cbmem utility (coreboot source tree, util/cbmem) can print a coreboot specific table's content.
Neither of these are guaranteed to be around (it would be possible to cloak things thoroughly), but it's likely that they are on coreboot, and pretty much non-existent otherwise.
Patrick