/[Development]
ViewVC logotype

Revision 4013


Jump to revision: Previous Next
Author: stepan
Date: Tue Mar 17 14:39:36 2009 UTC (4 years, 2 months ago)
Changed paths: 2
Log Message:
This patch adds "high coreboot table support" to coreboot version 2.

Some bootloaders seem to overwrite memory starting at 0x600, thus destroying
the coreboot table integrity, rendering the table useless.

By moving the table to the high tables area (if it's activated), this problem
is fixed.

In order to move the table, a 40 bytes mini coreboot table with a single sub
table is placed at 0x500/0x530 that points to the real coreboot table. This is
comparable to the ACPI RSDT or the MP floating table.

This patch also adds "table forward" support to flashrom and nvramtool.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>




Changed paths

Path Details
Directorytrunk/util/nvramtool/coreboot_tables.h modified , text changed
Directorytrunk/util/nvramtool/lbtable.c modified , text changed

Stefan Reinauer">Stefan Reinauer
ViewVC Help
Powered by ViewVC 1.1.15