summaryrefslogtreecommitdiffstats
path: root/src/include/boot
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-23 01:08:09 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-11-26 23:18:47 +0100
commit6ead253fbd39ef8f4a09795d8d921960e2498a7e (patch)
tree1211b4726c557b45699a1eaf3a0f2dec2e567256 /src/include/boot
parent46a86f284fe30b9fd6c5709a6c57408766d1c05a (diff)
downloadcoreboot-6ead253fbd39ef8f4a09795d8d921960e2498a7e.tar.gz
coreboot-6ead253fbd39ef8f4a09795d8d921960e2498a7e.tar.bz2
coreboot-6ead253fbd39ef8f4a09795d8d921960e2498a7e.zip
Export board-status info.
Rather than hunting version across compile tree in board_status, export it by coreboot itself. Change-Id: I7f055e6fc077134001ebdb11df7381bbdc71a1fc Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6747 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/include/boot')
-rw-r--r--src/include/boot/coreboot_tables.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h
index 19fc10cb4fe1..3dc8fb6d2553 100644
--- a/src/include/boot/coreboot_tables.h
+++ b/src/include/boot/coreboot_tables.h
@@ -140,6 +140,14 @@ struct lb_string {
uint8_t string[0];
};
+#define LB_TAG_VERSION_TIMESTAMP 0x0026
+struct lb_timestamp {
+ uint32_t tag;
+ uint32_t size;
+ uint32_t timestamp;
+};
+
+
/* 0xe is taken by v3 */
#define LB_TAG_SERIAL 0x000f