[coreboot] [PATCHES] Small cleanup for MP Tables, avoid duplicate ACPI tables

Patrick Georgi patrick at georgi-clan.de
Thu Apr 23 15:39:05 CEST 2009


Hi,

20090423-1-cleanup-mptable-code.patch removes some duplicate code (see the 
function right below the one that is changed)

20090423-2-only-write-acpi-table-once.patch changes the behaviour of the ACPI 
generating code so it only writes at most one full ACPI table.
In the cases where both HAVE_LOW_TABLES and HAVE_HIGH_TABLES are enabled, the 
table is written to high memory, and an RSDP is written to the low memory that 
points to the high mem one.
All other cases should do exactly the same as before.

Both are
Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>



Patrick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20090423-1-cleanup-mptable-code.patch
Type: text/x-patch
Size: 963 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090423/5096c07d/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20090423-2-only-write-acpi-table-once.patch
Type: text/x-patch
Size: 1186 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090423/5096c07d/attachment-0001.patch>


More information about the coreboot mailing list