coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board_mboot.h
Go to the documentation of this file.
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  { "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
15 };
const mboot_measure_item_t mb_log_list[]
Definition: board_mboot.h:6
@ CBFS_TYPE_RAW
@ CBFS_TYPE_CMOS_LAYOUT
#define NULL
Definition: stddef.h:19