On Mon, Apr 07, 2014 at 04:48:43PM -0400, Kevin O'Connor wrote:
This patch series isolates acpi.c to the code that generates acpi tables and isolates smbios.c to the code that generates smbios tables. The code not specific to table generation (eg, parsing logic) is moved to biostables.c. Finally the bios table generation code is marked so that developers are warned against trying to add enhancements.
I've also added a patch here to refactor the way the bios tables are copied to their final locations when seabios does generate them. The code will now use the same mechanism that coreboot/csm would use when copying tables.
FYI, I have pushed this patch series to seabios master.
-Kevin