From 6ead253fbd39ef8f4a09795d8d921960e2498a7e Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 23 Aug 2014 01:08:09 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/6747 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/include/boot/coreboot_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include/boot') diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h index 19fc10cb4f..3dc8fb6d25 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 -- cgit v1.2.3