aboutsummaryrefslogtreecommitdiff
path: root/util/mkelfImage/include
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-17 15:33:41 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-17 15:33:41 +0000
commit927377febe49f9dbf2dc85283583d85beca2f367 (patch)
treeb3a2cc2bb627a6165bec7a3c321a542eaeb70ece /util/mkelfImage/include
parentb743885b43cf735a54da6ac1eddcf81c84f28522 (diff)
Add support for high coreboot table to mkelfimage
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4015 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/mkelfImage/include')
-rw-r--r--util/mkelfImage/include/linuxbios_tables.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/mkelfImage/include/linuxbios_tables.h b/util/mkelfImage/include/linuxbios_tables.h
index c324cf543a..8ee3257ee0 100644
--- a/util/mkelfImage/include/linuxbios_tables.h
+++ b/util/mkelfImage/include/linuxbios_tables.h
@@ -79,4 +79,13 @@ struct lb_hwrpb {
uint64_t hwrpb;
};
+#define LB_TAG_FORWARD 0x0011
+struct lb_forward {
+ uint32_t tag;
+ uint32_t size;
+ uint64_t forward;
+};
+
+
+
#endif /* LINUXBIOS_TABLES_H */