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?
Kevin O'Connor kevin@koconnor.net writes:
I think it needs to be something like what's below (totally untested). [..]
That solution would be fine for me to. Haven't tested it yet though.
Sven