aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701/board_mboot.h
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-12-09 09:56:44 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-11 11:43:39 +0000
commit07e6098d487fc9135fc47e316a6d7e0332d814a0 (patch)
tree9be834f61f03aaf51b96c7a67be7145d54d69e01 /src/mainboard/facebook/fbg1701/board_mboot.h
parent8245bd25a35466248c00bc7a4d0cf96f8391924a (diff)
mb/facebook/fbg1701: Move verified items to board_verified_boot.h
Items in onboard.h are related to verified or measured boot. Move the items to board_verified_boot.h and remove onboard.h. BUG=N/A TEST=build Change-Id: Icfc8d6d8351f0654c277e81c7f3cc2b0a947866a Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37614 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/board_mboot.h')
-rw-r--r--src/mainboard/facebook/fbg1701/board_mboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/facebook/fbg1701/board_mboot.h b/src/mainboard/facebook/fbg1701/board_mboot.h
index 5cfb091451..69272de78b 100644
--- a/src/mainboard/facebook/fbg1701/board_mboot.h
+++ b/src/mainboard/facebook/fbg1701/board_mboot.h
@@ -14,6 +14,7 @@
*/
#include <mboot.h>
+#include "board_verified_boot.h"
const mboot_measure_item_t mb_log_list[] = {
{ "config", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_0, EV_NO_ACTION, NULL },