summaryrefslogtreecommitdiffstats
path: root/src/include/boot/tables.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-03-20 14:08:04 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-03-22 00:17:55 +0100
commit3e4e3038584fb2055c482fd346bb821b3d6236fc (patch)
tree6de73a59507af4ce7986f68918d97a080ddb8453 /src/include/boot/tables.h
parent93a6665e0cf29971b92550ff020b8c2f67c17202 (diff)
downloadcoreboot-3e4e3038584fb2055c482fd346bb821b3d6236fc.tar.gz
coreboot-3e4e3038584fb2055c482fd346bb821b3d6236fc.tar.bz2
coreboot-3e4e3038584fb2055c482fd346bb821b3d6236fc.zip
Unify coreboot table generation
coreboot tables are, unlike general system tables, a platform independent concept. Hence, use the same code for coreboot table generation on all platforms. lib/coreboot_tables.c is based on the x86 version of the file, because some important fixes were missed on the ARMv7 version lately. Change-Id: Icc38baf609f10536a320d21ac64408bef44bb77d Signed-off-by: Stefan Reinauer <reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/2863 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Aaron Durbin <adurbin@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/include/boot/tables.h')
-rw-r--r--src/include/boot/tables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index 869da26f8ce8..f9e91a4e189c 100644
--- a/src/include/boot/tables.h
+++ b/src/include/boot/tables.h
@@ -2,7 +2,6 @@
#define BOOT_TABLES_H
#include <boot/coreboot_tables.h>
-#include <arch/coreboot_tables.h>
struct lb_memory *write_tables(void);