coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board_mboot.h File Reference
#include <mboot.h>
#include "board_verified_boot.h"
Include dependency graph for board_mboot.h:

Go to the source code of this file.

Variables

const mboot_measure_item_t mb_log_list []
 

Variable Documentation

◆ mb_log_list

const mboot_measure_item_t mb_log_list[]
Initial value:
= {
{ "config", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_0, EV_NO_ACTION, NULL },
{ "revision", CBFS_TYPE_RAW, MBOOT_PCR_INDEX_0, EV_NO_ACTION, NULL },
{ "cmos_layout.bin", CBFS_TYPE_CMOS_LAYOUT, MBOOT_PCR_INDEX_0,
EV_NO_ACTION, NULL },
}
@ CBFS_TYPE_RAW
@ CBFS_TYPE_CMOS_LAYOUT
#define NULL
Definition: stddef.h:19

Definition at line 6 of file board_mboot.h.