]> xenbits.xensource.com Git - seabios.git/commit
Remove SMBIOS generation on coreboot hack.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 9 Jun 2012 17:46:11 +0000 (13:46 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 9 Jun 2012 17:46:11 +0000 (13:46 -0400)
commit7a88c87f99bd694fc4815854056e0ac529ae905d
tree8c14b15890e70752c44fd27da7fa807a9d88d3c9
parentbfa02cd540e93ad1df46b3a599e121acf7a36c0a
Remove SMBIOS generation on coreboot hack.

Early versions of coreboot did not create an SMBIOS table (which Linux
needs in order to use the ACPI tables), so SeaBIOS had a hack to
generate an SMBIOS table.  However, recent versions of coreboot can
generate an SMBIOS table, so there is no longer a reason to support
this hack.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/Kconfig
src/coreboot.c