coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board_verified_boot.h File Reference
#include <vboot_check.h>
Include dependency graph for board_verified_boot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOTBLOCK   (const char *)"bootblock"
 
#define FSP   (const char *)"fsp.bin"
 
#define CMOS_LAYOUT   (const char *)"cmos_layout.bin"
 
#define RAMSTAGE   (const char *)CONFIG_CBFS_PREFIX"/ramstage"
 
#define ROMSTAGE   (const char *)CONFIG_CBFS_PREFIX"/romstage"
 
#define PAYLOAD   (const char *)CONFIG_CBFS_PREFIX"/payload"
 
#define POSTCAR   (const char *)CONFIG_CBFS_PREFIX"/postcar"
 
#define OP_ROM_VBT   (const char *)"vbt.bin"
 
#define MICROCODE   (const char *)"cpu_microcode_blob.bin"
 

Macro Definition Documentation

◆ BOOTBLOCK

#define BOOTBLOCK   (const char *)"bootblock"

Definition at line 9 of file board_verified_boot.h.

◆ CMOS_LAYOUT

#define CMOS_LAYOUT   (const char *)"cmos_layout.bin"

Definition at line 11 of file board_verified_boot.h.

◆ FSP

#define FSP   (const char *)"fsp.bin"

Definition at line 10 of file board_verified_boot.h.

◆ MICROCODE

#define MICROCODE   (const char *)"cpu_microcode_blob.bin"

Definition at line 17 of file board_verified_boot.h.

◆ OP_ROM_VBT

#define OP_ROM_VBT   (const char *)"vbt.bin"

Definition at line 16 of file board_verified_boot.h.

◆ PAYLOAD

#define PAYLOAD   (const char *)CONFIG_CBFS_PREFIX"/payload"

Definition at line 14 of file board_verified_boot.h.

◆ POSTCAR

#define POSTCAR   (const char *)CONFIG_CBFS_PREFIX"/postcar"

Definition at line 15 of file board_verified_boot.h.

◆ RAMSTAGE

#define RAMSTAGE   (const char *)CONFIG_CBFS_PREFIX"/ramstage"

Definition at line 12 of file board_verified_boot.h.

◆ ROMSTAGE

#define ROMSTAGE   (const char *)CONFIG_CBFS_PREFIX"/romstage"

Definition at line 13 of file board_verified_boot.h.