[SeaBIOS] [PATCH 0/5] Separate legacy bios table generation and deprecate.

Kevin O'Connor kevin at koconnor.net
Fri Apr 11 17:30:38 CEST 2014


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



More information about the SeaBIOS mailing list