Add timestamp table pointer to the coreboot table.
authorVadim Bendebury <vbendeb@chromium.org>
Fri, 23 Sep 2011 16:56:11 +0000 (09:56 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 29 Mar 2012 18:17:45 +0000 (20:17 +0200)
commit2e43867a20107014cba1f32137adfee8af35a05d
treeb5f6690e7d65036fe2c23fbd8ecc2b2d161d8f56
parentb93f74bb0776c9911f9b5f5d965610a76a0b31cc
Add timestamp table pointer to the coreboot table.

This change exports the timestamp table pointer through coreboot
table to make it possible for u-boot to add timestamps to the
table.

Inclusion of cbmem.h allows to drop external declarations in
coreboot_table.c.

Change-Id: Ia070198cee7a6ffdaeece03d9d15bd91e033b6d1
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: http://review.coreboot.org/716
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/arch/x86/boot/coreboot_table.c
src/include/boot/coreboot_tables.h