summaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/coreboot_table.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-17 14:38:48 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-17 14:38:48 +0000
commitefab4ba3bb3e26de55a7f2e62bbc224c0a7d6e7f (patch)
tree19c9fec432896de0e0dd45c4b726843107bc4064 /src/arch/i386/boot/coreboot_table.h
parent5d6645ae4435337fd55e60f62daab2e3b372351e (diff)
downloadcoreboot-efab4ba3bb3e26de55a7f2e62bbc224c0a7d6e7f.tar.xz
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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4011 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/coreboot_table.h')
-rw-r--r--src/arch/i386/boot/coreboot_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/boot/coreboot_table.h b/src/arch/i386/boot/coreboot_table.h
index 4c8c44a18c..9a9be84d43 100644
--- a/src/arch/i386/boot/coreboot_table.h
+++ b/src/arch/i386/boot/coreboot_table.h
@@ -17,7 +17,6 @@ struct lb_memory *lb_memory(struct lb_header *header);
void lb_memory_range(struct lb_memory *mem,
uint32_t type, uint64_t start, uint64_t size);
struct lb_mainboard *lb_mainboard(struct lb_header *header);
-unsigned long lb_table_fini(struct lb_header *header);
/* Routines to extract part so the coreboot table or information
* from the coreboot table.