payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / facebook / fbg1701 / board_mboot.h
blob2865824a906f41a097ab06bee0d312d51f813f29
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <mboot.h>
4 #include "board_verified_boot.h"
6 const mboot_measure_item_t mb_log_list[] = {
7 { "config", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_0, EV_NO_ACTION, NULL },
8 { "revision", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_0, EV_NO_ACTION, NULL },
9 { "cmos_layout.bin", CBFS_TYPE_CMOS_LAYOUT, MBOOT_PCR_INDEX_0,
10 EV_NO_ACTION, NULL },
11 #if CONFIG(VENDORCODE_ELTAN_VBOOT)
12 { "oemmanifest.bin", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_7, EV_NO_ACTION,
13 NULL },
14 #endif