acpi fixes:
* move acpi to right position * change acpi checksums * clean hpet area before creating table * calculate hpet checksum git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1364 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -58,14 +58,14 @@ struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_m
|
||||
remove_logical_cpus(processor_map);
|
||||
low_table_end = write_smp_table(low_table_end, processor_map);
|
||||
|
||||
/* Write ACPI tables */
|
||||
low_table_end = write_acpi_tables(low_table_end);
|
||||
|
||||
/* Don't write anything in the traditional x86 BIOS data segment */
|
||||
if (low_table_end < 0x500) {
|
||||
low_table_end = 0x500;
|
||||
}
|
||||
|
||||
/* Write ACPI tables */
|
||||
low_table_end = write_acpi_tables(low_table_end);
|
||||
|
||||
/* The linuxbios table must be in 0-4K or 960K-1M */
|
||||
write_linuxbios_table(processor_map, mem,
|
||||
low_table_start, low_table_end,
|
||||
|
Reference in New Issue
Block a user