summaryrefslogtreecommitdiffstats
path: root/src/include/boot/tables.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-02-27 23:09:55 +0000
committerStefan Reinauer <stepan@openbios.org>2009-02-27 23:09:55 +0000
commit3c7f46b42215502ecaee54c85f6d08dce9e21279 (patch)
tree2f526a49a0182348e5d9a24b0d4d57c1f2f97619 /src/include/boot/tables.h
parent678d6140a5f75bde7b5a6b7ef296ebb7a3dda166 (diff)
downloadcoreboot-3c7f46b42215502ecaee54c85f6d08dce9e21279.tar.gz
coreboot-3c7f46b42215502ecaee54c85f6d08dce9e21279.tar.bz2
coreboot-3c7f46b42215502ecaee54c85f6d08dce9e21279.zip
Generic approach of putting BIOS tables at the end of memory
(in addition to their low locations) This adds the kontron 986LCD-M and the i945 as a sample. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3960 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/boot/tables.h')
-rw-r--r--src/include/boot/tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index f9e91a4e189c..afd72b4ae9ca 100644
--- a/src/include/boot/tables.h
+++ b/src/include/boot/tables.h
@@ -3,6 +3,9 @@
#include <boot/coreboot_tables.h>
+void lb_add_memory_range(struct lb_memory *mem,
+ uint32_t type, uint64_t start, uint64_t size);
+
struct lb_memory *write_tables(void);
#endif /* BOOT_TABLES_H */