From 07e6098d487fc9135fc47e316a6d7e0332d814a0 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Mon, 9 Dec 2019 09:56:44 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37614 Reviewed-by: Frans Hendriks Tested-by: build bot (Jenkins) --- src/mainboard/facebook/fbg1701/board_mboot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/facebook/fbg1701/board_mboot.h') 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 +#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 }, -- cgit v1.2.3