tbbr_oid.h 4.47 KB
Newer Older
1
/*
2
 * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved.
3
 *
dp-arm's avatar
dp-arm committed
4
 * SPDX-License-Identifier: BSD-3-Clause
5
6
 */

7
8
#ifndef TBBR_OID_H
#define TBBR_OID_H
9
10

/*
Juan Castillo's avatar
Juan Castillo committed
11
12
13
14
 * The following is a list of OID values defined and reserved by ARM, which
 * are used to define the extension fields of the certificate structure, as
 * defined in the Trusted Board Boot Requirements (TBBR) specification,
 * ARM DEN0006C-1.
15
16
17
 */


Juan Castillo's avatar
Juan Castillo committed
18
/* TrustedFirmwareNVCounter - Non-volatile counter extension */
19
#define TRUSTED_FW_NVCOUNTER_OID		"1.3.6.1.4.1.4128.2100.1"
Juan Castillo's avatar
Juan Castillo committed
20
/* NonTrustedFirmwareNVCounter - Non-volatile counter extension */
21
#define NON_TRUSTED_FW_NVCOUNTER_OID		"1.3.6.1.4.1.4128.2100.2"
22
23


Juan Castillo's avatar
Juan Castillo committed
24
25
26
27
28
/*
 * Non-Trusted Firmware Updater Certificate
 */

/* APFirmwareUpdaterConfigHash - BL2U */
29
#define AP_FWU_CFG_HASH_OID			"1.3.6.1.4.1.4128.2100.101"
Juan Castillo's avatar
Juan Castillo committed
30
/* SCPFirmwareUpdaterConfigHash - SCP_BL2U */
31
#define SCP_FWU_CFG_HASH_OID			"1.3.6.1.4.1.4128.2100.102"
Juan Castillo's avatar
Juan Castillo committed
32
/* FirmwareUpdaterHash - NS_BL2U */
33
#define FWU_HASH_OID				"1.3.6.1.4.1.4128.2100.103"
Juan Castillo's avatar
Juan Castillo committed
34
35
36
37
38
39
40
41
42
/* TrustedWatchdogRefreshTime */
#define TRUSTED_WATCHDOG_TIME_OID		"1.3.6.1.4.1.4128.2100.104"


/*
 * Trusted Boot Firmware Certificate
 */

/* TrustedBootFirmwareHash - BL2 */
43
#define TRUSTED_BOOT_FW_HASH_OID		"1.3.6.1.4.1.4128.2100.201"
Soby Mathew's avatar
Soby Mathew committed
44
45
#define TRUSTED_BOOT_FW_CONFIG_HASH_OID		"1.3.6.1.4.1.4128.2100.202"
#define HW_CONFIG_HASH_OID			"1.3.6.1.4.1.4128.2100.203"
46
#define FW_CONFIG_HASH_OID			"1.3.6.1.4.1.4128.2100.204"
Juan Castillo's avatar
Juan Castillo committed
47
48
49
50
51
52
53
54

/*
 * Trusted Key Certificate
 */

/* PrimaryDebugCertificatePK */
#define PRIMARY_DEBUG_PK_OID			"1.3.6.1.4.1.4128.2100.301"
/* TrustedWorldPK */
55
#define TRUSTED_WORLD_PK_OID			"1.3.6.1.4.1.4128.2100.302"
Juan Castillo's avatar
Juan Castillo committed
56
/* NonTrustedWorldPK */
57
#define NON_TRUSTED_WORLD_PK_OID		"1.3.6.1.4.1.4128.2100.303"
Juan Castillo's avatar
Juan Castillo committed
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76


/*
 * Trusted Debug Certificate
 */

/* DebugScenario */
#define TRUSTED_DEBUG_SCENARIO_OID		"1.3.6.1.4.1.4128.2100.401"
/* SoC Specific */
#define TRUSTED_DEBUG_SOC_SPEC_OID		"1.3.6.1.4.1.4128.2100.402"
/* SecondaryDebugCertPK */
#define SECONDARY_DEBUG_PK_OID			"1.3.6.1.4.1.4128.2100.403"


/*
 * SoC Firmware Key Certificate
 */

/* SoCFirmwareContentCertPK */
77
#define SOC_FW_CONTENT_CERT_PK_OID		"1.3.6.1.4.1.4128.2100.501"
Juan Castillo's avatar
Juan Castillo committed
78
79
80
81

/*
 * SoC Firmware Content Certificate
 */
82

Juan Castillo's avatar
Juan Castillo committed
83
84
85
86
87
/* APRomPatchHash - BL1_PATCH */
#define APROM_PATCH_HASH_OID			"1.3.6.1.4.1.4128.2100.601"
/* SoCConfigHash */
#define SOC_CONFIG_HASH_OID			"1.3.6.1.4.1.4128.2100.602"
/* SoCAPFirmwareHash - BL31 */
88
#define SOC_AP_FW_HASH_OID			"1.3.6.1.4.1.4128.2100.603"
89
90
/* SoCFirmwareConfigHash = SOC_FW_CONFIG */
#define SOC_FW_CONFIG_HASH_OID			"1.3.6.1.4.1.4128.2100.604"
91

Juan Castillo's avatar
Juan Castillo committed
92
93
94
95
96
/*
 * SCP Firmware Key Certificate
 */

/* SCPFirmwareContentCertPK */
97
#define SCP_FW_CONTENT_CERT_PK_OID		"1.3.6.1.4.1.4128.2100.701"
Juan Castillo's avatar
Juan Castillo committed
98
99
100
101
102
103


/*
 * SCP Firmware Content Certificate
 */

104
/* SCPFirmwareHash - SCP_BL2 */
105
#define SCP_FW_HASH_OID				"1.3.6.1.4.1.4128.2100.801"
106
/* SCPRomPatchHash - SCP_BL1_PATCH */
Juan Castillo's avatar
Juan Castillo committed
107
108
109
110
111
112
113
114
#define SCP_ROM_PATCH_HASH_OID			"1.3.6.1.4.1.4128.2100.802"


/*
 * Trusted OS Firmware Key Certificate
 */

/* TrustedOSFirmwareContentCertPK */
115
#define TRUSTED_OS_FW_CONTENT_CERT_PK_OID	"1.3.6.1.4.1.4128.2100.901"
Juan Castillo's avatar
Juan Castillo committed
116
117
118
119
120
121
122


/*
 * Trusted OS Firmware Content Certificate
 */

/* TrustedOSFirmwareHash - BL32 */
123
#define TRUSTED_OS_FW_HASH_OID			"1.3.6.1.4.1.4128.2100.1001"
124
125
126
127
/* TrustedOSExtra1FirmwareHash - BL32 Extra1 */
#define TRUSTED_OS_FW_EXTRA1_HASH_OID		"1.3.6.1.4.1.4128.2100.1002"
/* TrustedOSExtra2FirmwareHash - BL32 Extra2 */
#define TRUSTED_OS_FW_EXTRA2_HASH_OID		"1.3.6.1.4.1.4128.2100.1003"
128
129
/* TrustedOSFirmwareConfigHash - TOS_FW_CONFIG */
#define TRUSTED_OS_FW_CONFIG_HASH_OID		"1.3.6.1.4.1.4128.2100.1004"
Juan Castillo's avatar
Juan Castillo committed
130
131
132
133
134
135
136


/*
 * Non-Trusted Firmware Key Certificate
 */

/* NonTrustedFirmwareContentCertPK */
137
#define NON_TRUSTED_FW_CONTENT_CERT_PK_OID	"1.3.6.1.4.1.4128.2100.1101"
Juan Castillo's avatar
Juan Castillo committed
138
139
140
141
142


/*
 * Non-Trusted Firmware Content Certificate
 */
143

Juan Castillo's avatar
Juan Castillo committed
144
/* NonTrustedWorldBootloaderHash - BL33 */
145
#define NON_TRUSTED_WORLD_BOOTLOADER_HASH_OID	"1.3.6.1.4.1.4128.2100.1201"
146
147
/* NonTrustedFirmwareConfigHash - NT_FW_CONFIG */
#define NON_TRUSTED_FW_CONFIG_HASH_OID		"1.3.6.1.4.1.4128.2100.1202"
148

149
150
151
152
153
154
155
156
157
158
159
160
/*
 * Secure Partitions Content Certificate
 */
#define SP_PKG1_HASH_OID			"1.3.6.1.4.1.4128.2100.1301"
#define SP_PKG2_HASH_OID			"1.3.6.1.4.1.4128.2100.1302"
#define SP_PKG3_HASH_OID			"1.3.6.1.4.1.4128.2100.1303"
#define SP_PKG4_HASH_OID			"1.3.6.1.4.1.4128.2100.1304"
#define SP_PKG5_HASH_OID			"1.3.6.1.4.1.4128.2100.1305"
#define SP_PKG6_HASH_OID			"1.3.6.1.4.1.4128.2100.1306"
#define SP_PKG7_HASH_OID			"1.3.6.1.4.1.4128.2100.1307"
#define SP_PKG8_HASH_OID			"1.3.6.1.4.1.4128.2100.1308"

161
#endif /* TBBR_OID_H */