xref: /aosp_15_r20/external/coreboot/src/mainboard/facebook/fbg1701/board_mboot.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <mboot.h>
4 #include "board_verified_boot.h"
5 
6 const mboot_measure_item_t mb_log_list[] = {
7 	{ "revision", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_0, EV_NO_ACTION, NULL },
8 	{ "cmos_layout.bin", CBFS_TYPE_CMOS_LAYOUT, MBOOT_PCR_INDEX_0,
9 		EV_NO_ACTION, NULL },
10 #if CONFIG(VENDORCODE_ELTAN_VBOOT)
11 	{ "oemmanifest.bin", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_7, EV_NO_ACTION,
12 		NULL },
13 #endif
14 };
15