On Fri, Aug 19, 2011 at 07:53:44AM +0200, Sven Schnelle wrote:
Hi Kevin,
Thanks. I'd like to see SeaBIOS be able to use an smbios table from coreboot. However, I think it needs to be a little smarter - your patch above would result in two smbios tables (one copied from coreboot and one created by SeaBIOS).
what about letting CONFIG_SMBIOS decide wether seabios should copy the SMBIOS table, or generate it and ignore the one from coreboot?
I'd prefer to have the code auto-detect these things where possible.
-Kevin