coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
manifest.h File Reference

Go to the source code of this file.

Macros

#define HASH_IDX_ROM_STAGE   0
 Make sure the index matches the actual order in the manifest generated using the HashCb.cmd file. More...
 
#define HASH_IDX_RAM_STAGE   1
 
#define HASH_IDX_PAYLOAD   2
 
#define HASH_IDX_OPROM   3
 
#define HASH_IDX_FSP   4
 
#define HASH_IDX_MICROCODE   5
 
#define HASH_IDX_SPD0   6
 
#define HASH_IDX_LOGO   7
 
#define HASH_IDX_DSDT   8
 
#define HASH_IDX_POSTCAR_STAGE   9
 
#define HASH_IDX_PUBLICKEY   10
 
#define HASH_IDX_BOOTBLOCK   11 /* Should always be the last one */
 

Macro Definition Documentation

◆ HASH_IDX_BOOTBLOCK

#define HASH_IDX_BOOTBLOCK   11 /* Should always be the last one */

Definition at line 21 of file manifest.h.

◆ HASH_IDX_DSDT

#define HASH_IDX_DSDT   8

Definition at line 18 of file manifest.h.

◆ HASH_IDX_FSP

#define HASH_IDX_FSP   4

Definition at line 14 of file manifest.h.

◆ HASH_IDX_LOGO

#define HASH_IDX_LOGO   7

Definition at line 17 of file manifest.h.

◆ HASH_IDX_MICROCODE

#define HASH_IDX_MICROCODE   5

Definition at line 15 of file manifest.h.

◆ HASH_IDX_OPROM

#define HASH_IDX_OPROM   3

Definition at line 13 of file manifest.h.

◆ HASH_IDX_PAYLOAD

#define HASH_IDX_PAYLOAD   2

Definition at line 12 of file manifest.h.

◆ HASH_IDX_POSTCAR_STAGE

#define HASH_IDX_POSTCAR_STAGE   9

Definition at line 19 of file manifest.h.

◆ HASH_IDX_PUBLICKEY

#define HASH_IDX_PUBLICKEY   10

Definition at line 20 of file manifest.h.

◆ HASH_IDX_RAM_STAGE

#define HASH_IDX_RAM_STAGE   1

Definition at line 11 of file manifest.h.

◆ HASH_IDX_ROM_STAGE

#define HASH_IDX_ROM_STAGE   0

Make sure the index matches the actual order in the manifest generated using the HashCb.cmd file.

Definition at line 10 of file manifest.h.

◆ HASH_IDX_SPD0

#define HASH_IDX_SPD0   6

Definition at line 16 of file manifest.h.