summaryrefslogtreecommitdiffstats
path: root/src/mainboard/facebook/fbg1701/manifest.h
blob: 0b5c23f98fac152b0bf3e9d9a247578c2fe9edd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __MANIFEST_H__
#define __MANIFEST_H__

/**
 * Make sure the index matches the actual order in the manifest generated
 * using the HashCb.cmd file
 */
#define HASH_IDX_ROM_STAGE	0
#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 */
#endif