iPXE
UefiTcgPlatform.h
Go to the documentation of this file.
1 /** @file
2  TCG EFI Platform Definition in TCG_EFI_Platform_1_20_Final and
3  TCG PC Client Platform Firmware Profile Specification, Revision 1.05
4 
5  Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
6  SPDX-License-Identifier: BSD-2-Clause-Patent
7 
8 **/
9 
10 #ifndef __UEFI_TCG_PLATFORM_H__
11 #define __UEFI_TCG_PLATFORM_H__
12 
13 FILE_LICENCE ( BSD2_PATENT );
14 
17 #include <ipxe/efi/Uefi.h>
18 
19 //
20 // Standard event types
21 //
22 #define EV_PREBOOT_CERT ((TCG_EVENTTYPE) 0x00000000)
23 #define EV_POST_CODE ((TCG_EVENTTYPE) 0x00000001)
24 #define EV_NO_ACTION ((TCG_EVENTTYPE) 0x00000003)
25 #define EV_SEPARATOR ((TCG_EVENTTYPE) 0x00000004)
26 #define EV_ACTION ((TCG_EVENTTYPE) 0x00000005)
27 #define EV_EVENT_TAG ((TCG_EVENTTYPE) 0x00000006)
28 #define EV_S_CRTM_CONTENTS ((TCG_EVENTTYPE) 0x00000007)
29 #define EV_S_CRTM_VERSION ((TCG_EVENTTYPE) 0x00000008)
30 #define EV_CPU_MICROCODE ((TCG_EVENTTYPE) 0x00000009)
31 #define EV_PLATFORM_CONFIG_FLAGS ((TCG_EVENTTYPE) 0x0000000A)
32 #define EV_TABLE_OF_DEVICES ((TCG_EVENTTYPE) 0x0000000B)
33 #define EV_COMPACT_HASH ((TCG_EVENTTYPE) 0x0000000C)
34 #define EV_NONHOST_CODE ((TCG_EVENTTYPE) 0x0000000F)
35 #define EV_NONHOST_CONFIG ((TCG_EVENTTYPE) 0x00000010)
36 #define EV_NONHOST_INFO ((TCG_EVENTTYPE) 0x00000011)
37 #define EV_OMIT_BOOT_DEVICE_EVENTS ((TCG_EVENTTYPE) 0x00000012)
38 
39 //
40 // EFI specific event types
41 //
42 #define EV_EFI_EVENT_BASE ((TCG_EVENTTYPE) 0x80000000)
43 #define EV_EFI_VARIABLE_DRIVER_CONFIG (EV_EFI_EVENT_BASE + 1)
44 #define EV_EFI_VARIABLE_BOOT (EV_EFI_EVENT_BASE + 2)
45 #define EV_EFI_BOOT_SERVICES_APPLICATION (EV_EFI_EVENT_BASE + 3)
46 #define EV_EFI_BOOT_SERVICES_DRIVER (EV_EFI_EVENT_BASE + 4)
47 #define EV_EFI_RUNTIME_SERVICES_DRIVER (EV_EFI_EVENT_BASE + 5)
48 #define EV_EFI_GPT_EVENT (EV_EFI_EVENT_BASE + 6)
49 #define EV_EFI_ACTION (EV_EFI_EVENT_BASE + 7)
50 #define EV_EFI_PLATFORM_FIRMWARE_BLOB (EV_EFI_EVENT_BASE + 8)
51 #define EV_EFI_HANDOFF_TABLES (EV_EFI_EVENT_BASE + 9)
52 #define EV_EFI_PLATFORM_FIRMWARE_BLOB2 (EV_EFI_EVENT_BASE + 0xA)
53 #define EV_EFI_HANDOFF_TABLES2 (EV_EFI_EVENT_BASE + 0xB)
54 #define EV_EFI_HCRTM_EVENT (EV_EFI_EVENT_BASE + 0x10)
55 #define EV_EFI_VARIABLE_AUTHORITY (EV_EFI_EVENT_BASE + 0xE0)
56 #define EV_EFI_SPDM_FIRMWARE_BLOB (EV_EFI_EVENT_BASE + 0xE1)
57 #define EV_EFI_SPDM_FIRMWARE_CONFIG (EV_EFI_EVENT_BASE + 0xE2)
58 
59 #define EFI_CALLING_EFI_APPLICATION \
60  "Calling EFI Application from Boot Option"
61 #define EFI_RETURNING_FROM_EFI_APPLICATION \
62  "Returning from EFI Application from Boot Option"
63 #define EFI_EXIT_BOOT_SERVICES_INVOCATION \
64  "Exit Boot Services Invocation"
65 #define EFI_EXIT_BOOT_SERVICES_FAILED \
66  "Exit Boot Services Returned with Failure"
67 #define EFI_EXIT_BOOT_SERVICES_SUCCEEDED \
68  "Exit Boot Services Returned with Success"
69 
70 #define EV_POSTCODE_INFO_POST_CODE "POST CODE"
71 #define POST_CODE_STR_LEN (sizeof(EV_POSTCODE_INFO_POST_CODE) - 1)
72 
73 #define EV_POSTCODE_INFO_SMM_CODE "SMM CODE"
74 #define SMM_CODE_STR_LEN (sizeof(EV_POSTCODE_INFO_SMM_CODE) - 1)
75 
76 #define EV_POSTCODE_INFO_ACPI_DATA "ACPI DATA"
77 #define ACPI_DATA_LEN (sizeof(EV_POSTCODE_INFO_ACPI_DATA) - 1)
78 
79 #define EV_POSTCODE_INFO_BIS_CODE "BIS CODE"
80 #define BIS_CODE_LEN (sizeof(EV_POSTCODE_INFO_BIS_CODE) - 1)
81 
82 #define EV_POSTCODE_INFO_UEFI_PI "UEFI PI"
83 #define UEFI_PI_LEN (sizeof(EV_POSTCODE_INFO_UEFI_PI) - 1)
84 
85 #define EV_POSTCODE_INFO_OPROM "Embedded Option ROM"
86 #define OPROM_LEN (sizeof(EV_POSTCODE_INFO_OPROM) - 1)
87 
88 #define EV_POSTCODE_INFO_EMBEDDED_UEFI_DRIVER "Embedded UEFI Driver"
89 #define EMBEDDED_UEFI_DRIVER_LEN (sizeof(EV_POSTCODE_INFO_EMBEDDED_UEFI_DRIVER) - 1)
90 
91 #define FIRMWARE_DEBUGGER_EVENT_STRING "UEFI Debug Mode"
92 #define FIRMWARE_DEBUGGER_EVENT_STRING_LEN (sizeof(FIRMWARE_DEBUGGER_EVENT_STRING) - 1)
93 
94 //
95 // Set structure alignment to 1-byte
96 //
97 #pragma pack (1)
98 
102 ///
103 /// Event Log Entry Structure Definition
104 ///
105 typedef struct tdTCG_PCR_EVENT {
106  TCG_PCRINDEX PCRIndex; ///< PCRIndex event extended to
107  TCG_EVENTTYPE EventType; ///< TCG EFI event type
108  TCG_DIGEST Digest; ///< Value extended into PCRIndex
109  UINT32 EventSize; ///< Size of the event data
110  UINT8 Event[1]; ///< The event data
111 } TCG_PCR_EVENT;
112 
113 #define TSS_EVENT_DATA_MAX_SIZE 256
114 
115 ///
116 /// TCG_PCR_EVENT_HDR
117 ///
118 typedef struct tdTCG_PCR_EVENT_HDR {
124 
125 ///
126 /// EFI_PLATFORM_FIRMWARE_BLOB
127 ///
128 /// BlobLength should be of type UINTN but we use UINT64 here
129 /// because PEI is 32-bit while DXE is 64-bit on x64 platforms
130 ///
135 
136 ///
137 /// UEFI_PLATFORM_FIRMWARE_BLOB
138 ///
139 /// This structure is used in EV_EFI_PLATFORM_FIRMWARE_BLOB
140 /// event to facilitate the measurement of firmware volume.
141 ///
146 
147 ///
148 /// UEFI_PLATFORM_FIRMWARE_BLOB2
149 ///
150 /// This structure is used in EV_EFI_PLATFORM_FIRMWARE_BLOB2
151 /// event to facilitate the measurement of firmware volume.
152 ///
155  // UINT8 BlobDescription[BlobDescriptionSize];
156  // EFI_PHYSICAL_ADDRESS BlobBase;
157  // UINT64 BlobLength;
159 
160 ///
161 /// EFI_IMAGE_LOAD_EVENT
162 ///
163 /// This structure is used in EV_EFI_BOOT_SERVICES_APPLICATION,
164 /// EV_EFI_BOOT_SERVICES_DRIVER and EV_EFI_RUNTIME_SERVICES_DRIVER
165 ///
166 typedef struct tdEFI_IMAGE_LOAD_EVENT {
173 
174 ///
175 /// UEFI_IMAGE_LOAD_EVENT
176 ///
177 /// This structure is used in EV_EFI_BOOT_SERVICES_APPLICATION,
178 /// EV_EFI_BOOT_SERVICES_DRIVER and EV_EFI_RUNTIME_SERVICES_DRIVER
179 ///
180 typedef struct tdUEFI_IMAGE_LOAD_EVENT {
187 
188 ///
189 /// EFI_HANDOFF_TABLE_POINTERS
190 ///
191 /// This structure is used in EV_EFI_HANDOFF_TABLES event to facilitate
192 /// the measurement of given configuration tables.
193 ///
198 
199 ///
200 /// UEFI_HANDOFF_TABLE_POINTERS
201 ///
202 /// This structure is used in EV_EFI_HANDOFF_TABLES event to facilitate
203 /// the measurement of given configuration tables.
204 ///
209 
210 ///
211 /// UEFI_HANDOFF_TABLE_POINTERS2
212 ///
213 /// This structure is used in EV_EFI_HANDOFF_TABLES2 event to facilitate
214 /// the measurement of given configuration tables.
215 ///
218  // UINT8 TableDescription[TableDescriptionSize];
219  // UINT64 NumberOfTables;
220  // EFI_CONFIGURATION_TABLE TableEntry[1];
222 
223 ///
224 /// EFI_VARIABLE_DATA
225 ///
226 /// This structure serves as the header for measuring variables. The name of the
227 /// variable (in Unicode format) should immediately follow, then the variable
228 /// data.
229 /// This is defined in TCG EFI Platform Spec for TPM1.1 or 1.2 V1.22
230 ///
231 typedef struct tdEFI_VARIABLE_DATA {
236  INT8 VariableData[1]; ///< Driver or platform-specific data
238 
239 ///
240 /// UEFI_VARIABLE_DATA
241 ///
242 /// This structure serves as the header for measuring variables. The name of the
243 /// variable (in Unicode format) should immediately follow, then the variable
244 /// data.
245 /// This is defined in TCG PC Client Firmware Profile Spec 00.21
246 ///
247 typedef struct tdUEFI_VARIABLE_DATA {
252  INT8 VariableData[1]; ///< Driver or platform-specific data
254 
255 //
256 // For TrEE1.0 compatibility
257 //
258 typedef struct {
260  UINT64 UnicodeNameLength; // The TCG Definition used UINTN
261  UINT64 VariableDataLength; // The TCG Definition used UINTN
262  CHAR16 UnicodeName[1];
263  INT8 VariableData[1];
265 
266 typedef struct tdEFI_GPT_DATA {
270 } EFI_GPT_DATA;
271 
272 typedef struct tdUEFI_GPT_DATA {
276 } UEFI_GPT_DATA;
277 
278 #define TCG_DEVICE_SECURITY_EVENT_DATA_SIGNATURE "SPDM Device Sec"
279 #define TCG_DEVICE_SECURITY_EVENT_DATA_VERSION 1
280 
281 #define TCG_DEVICE_SECURITY_EVENT_DATA_DEVICE_TYPE_NULL 0
282 #define TCG_DEVICE_SECURITY_EVENT_DATA_DEVICE_TYPE_PCI 1
283 #define TCG_DEVICE_SECURITY_EVENT_DATA_DEVICE_TYPE_USB 2
284 
285 ///
286 /// TCG_DEVICE_SECURITY_EVENT_DATA_HEADER
287 /// This is the header of TCG_DEVICE_SECURITY_EVENT_DATA, which is
288 /// used in EV_EFI_SPDM_FIRMWARE_BLOB and EV_EFI_SPDM_FIRMWARE_CONFIG.
289 ///
290 typedef struct {
296  // SPDM_MEASUREMENT_BLOCK SpdmMeasurementBlock;
298 
299 #define TCG_DEVICE_SECURITY_EVENT_DATA_PCI_CONTEXT_VERSION 0
300 
301 ///
302 /// TCG_DEVICE_SECURITY_EVENT_DATA_PCI_CONTEXT
303 /// This is the PCI context data of TCG_DEVICE_SECURITY_EVENT_DATA, which is
304 /// used in EV_EFI_SPDM_FIRMWARE_BLOB and EV_EFI_SPDM_FIRMWARE_CONFIG.
305 ///
306 typedef struct {
312  UINT8 ClassCode[3];
316 
317 #define TCG_DEVICE_SECURITY_EVENT_DATA_USB_CONTEXT_VERSION 0
318 
319 ///
320 /// TCG_DEVICE_SECURITY_EVENT_DATA_USB_CONTEXT
321 /// This is the USB context data of TCG_DEVICE_SECURITY_EVENT_DATA, which is
322 /// used in EV_EFI_SPDM_FIRMWARE_BLOB and EV_EFI_SPDM_FIRMWARE_CONFIG.
323 ///
324 typedef struct {
327  // UINT8 DeviceDescriptor[DescLen];
328  // UINT8 BodDescriptor[DescLen];
329  // UINT8 ConfigurationDescriptor[DescLen][NumOfConfiguration];
331 
332 //
333 // Crypto Agile Log Entry Format
334 //
335 typedef struct tdTCG_PCR_EVENT2 {
342 
343 //
344 // TCG PCR Event2 Header
345 // Follow TCG EFI Protocol Spec 5.2 Crypto Agile Log Entry Format
346 //
347 typedef struct tdTCG_PCR_EVENT2_HDR {
353 
354 //
355 // Log Header Entry Data
356 //
357 typedef struct {
358  //
359  // TCG defined hashing algorithm ID.
360  //
362  //
363  // The size of the digest for the respective hashing algorithm.
364  //
367 
368 #define TCG_EfiSpecIDEventStruct_SIGNATURE_02 "Spec ID Event02"
369 #define TCG_EfiSpecIDEventStruct_SIGNATURE_03 "Spec ID Event03"
370 
371 #define TCG_EfiSpecIDEventStruct_SPEC_VERSION_MAJOR_TPM12 1
372 #define TCG_EfiSpecIDEventStruct_SPEC_VERSION_MINOR_TPM12 2
373 #define TCG_EfiSpecIDEventStruct_SPEC_ERRATA_TPM12 2
374 
375 #define TCG_EfiSpecIDEventStruct_SPEC_VERSION_MAJOR_TPM2 2
376 #define TCG_EfiSpecIDEventStruct_SPEC_VERSION_MINOR_TPM2 0
377 #define TCG_EfiSpecIDEventStruct_SPEC_ERRATA_TPM2 0
378 #define TCG_EfiSpecIDEventStruct_SPEC_ERRATA_TPM2_REV_105 105
379 
380 typedef struct {
382  //
383  // The value for the Platform Class.
384  // The enumeration is defined in the TCG ACPI Specification Client Common Header.
385  //
387  //
388  // The TCG EFI Platform Specification minor version number this BIOS supports.
389  // Any BIOS supporting version (1.22) MUST set this value to 02h.
390  // Any BIOS supporting version (2.0) SHALL set this value to 0x00.
391  //
393  //
394  // The TCG EFI Platform Specification major version number this BIOS supports.
395  // Any BIOS supporting version (1.22) MUST set this value to 01h.
396  // Any BIOS supporting version (2.0) SHALL set this value to 0x02.
397  //
399  //
400  // The TCG EFI Platform Specification errata for this specification this BIOS supports.
401  // Any BIOS supporting version and errata (1.22) MUST set this value to 02h.
402  // Any BIOS supporting version and errata (2.0) SHALL set this value to 0x00.
403  //
405  //
406  // Specifies the size of the UINTN fields used in various data structures used in this specification.
407  // 0x01 indicates UINT32 and 0x02 indicates UINT64.
408  //
410  //
411  // This field is added in "Spec ID Event03".
412  // The number of hashing algorithms used in this event log (except the first event).
413  // All events in this event log use all hashing algorithms defined here.
414  //
415  // UINT32 numberOfAlgorithms;
416  //
417  // This field is added in "Spec ID Event03".
418  // An array of size numberOfAlgorithms of value pairs.
419  //
420  // TCG_EfiSpecIdEventAlgorithmSize digestSize[numberOfAlgorithms];
421  //
422  // Size in bytes of the VendorInfo field.
423  // Maximum value SHALL be FFh bytes.
424  //
425  // UINT8 vendorInfoSize;
426  //
427  // Provided for use by the BIOS implementer.
428  // The value might be used, for example, to provide more detailed information about the specific BIOS such as BIOS revision numbers, etc.
429  // The values within this field are not standardized and are implementer-specific.
430  // Platform-specific or -unique information SHALL NOT be provided in this field.
431  //
432  // UINT8 vendorInfo[vendorInfoSize];
434 
438  // UINT8 taggedEventData[taggedEventDataSize];
440 
441 #define TCG_Sp800_155_PlatformId_Event_SIGNATURE "SP800-155 Event"
442 #define TCG_Sp800_155_PlatformId_Event2_SIGNATURE "SP800-155 Event2"
443 
446  //
447  // Where Vendor ID is an integer defined
448  // at http://www.iana.org/assignments/enterprisenumbers
449  //
451  //
452  // 16-byte identifier of a given platform's static configuration of code
453  //
455  //
456  // Below structure is newly added in TCG_Sp800_155_PlatformId_Event2.
457  //
458  // UINT8 PlatformManufacturerStrSize;
459  // UINT8 PlatformManufacturerStr[PlatformManufacturerStrSize];
460  // UINT8 PlatformModelSize;
461  // UINT8 PlatformModel[PlatformModelSize];
462  // UINT8 PlatformVersionSize;
463  // UINT8 PlatformVersion[PlatformVersionSize];
464  // UINT8 PlatformModelSize;
465  // UINT8 PlatformModel[PlatformModelSize];
466  // UINT8 FirmwareManufacturerStrSize;
467  // UINT8 FirmwareManufacturerStr[FirmwareManufacturerStrSize];
468  // UINT32 FirmwareManufacturerId;
469  // UINT8 FirmwareVersion;
470  // UINT8 FirmwareVersion[FirmwareVersionSize]];
472 
473 #define TCG_EfiStartupLocalityEvent_SIGNATURE "StartupLocality"
474 
475 //
476 // The Locality Indicator which sent the TPM2_Startup command
477 //
478 #define LOCALITY_0_INDICATOR 0x00
479 #define LOCALITY_3_INDICATOR 0x03
480 
481 //
482 // Startup Locality Event
483 //
486  //
487  // The Locality Indicator which sent the TPM2_Startup command
488  //
491 
492 //
493 // Restore original structure alignment
494 //
495 #pragma pack ()
496 
497 #endif
EFI_CONFIGURATION_TABLE TableEntry[1]
Event Log Entry Structure Definition.
EFI_PHYSICAL_ADDRESS ImageLocationInMemory
struct tdUEFI_HANDOFF_TABLE_POINTERS2 UEFI_HANDOFF_TABLE_POINTERS2
UEFI_HANDOFF_TABLE_POINTERS2.
EFI_PHYSICAL_ADDRESS BlobBase
EFI_CONFIGURATION_TABLE TableEntry[1]
EFI_DEVICE_PATH_PROTOCOL DevicePath[1]
FILE_LICENCE(BSD2_PATENT)
128 bit buffer containing a unique identifier value.
Definition: Base.h:215
INT8 VariableData[1]
Driver or platform-specific data.
UEFI_VARIABLE_DATA.
struct tdTCG_PCR_EVENT2 TCG_PCR_EVENT2
EFI_IMAGE_LOAD_EVENT.
GPT Partition Entry.
Definition: UefiGpt.h:88
unsigned int UINT32
Definition: ProcessorBind.h:98
EFI_PHYSICAL_ADDRESS BlobBase
unsigned short CHAR16
EFI_PLATFORM_FIRMWARE_BLOB.
This protocol can be used on any device handle to obtain generic path/location information concerning...
Definition: DevicePath.h:45
EFI_PARTITION_TABLE_HEADER EfiPartitionHeader
UEFI_HANDOFF_TABLE_POINTERS.
unsigned char UINT8
UINT64 EFI_PHYSICAL_ADDRESS
64-bit physical memory address.
Definition: UefiBaseType.h:52
TCG_DEVICE_SECURITY_EVENT_DATA_USB_CONTEXT This is the USB context data of TCG_DEVICE_SECURITY_EVENT_...
struct tdEFI_IMAGE_LOAD_EVENT EFI_IMAGE_LOAD_EVENT
EFI_IMAGE_LOAD_EVENT.
struct tdEFI_PLATFORM_FIRMWARE_BLOB EFI_PLATFORM_FIRMWARE_BLOB
EFI_PLATFORM_FIRMWARE_BLOB.
GPT Partition Table Header.
Definition: UefiGpt.h:33
struct tdEFI_HANDOFF_TABLE_POINTERS EFI_HANDOFF_TABLE_POINTERS
EFI_HANDOFF_TABLE_POINTERS.
UINT32 EventSize
Size of the event data.
TCG_EVENTTYPE EventType
TPM_PCRINDEX TCG_PCRINDEX
TCG_EVENTTYPE EventType
TCG_PCRINDEX PCRIndex
PCRIndex event extended to.
UEFI_PLATFORM_FIRMWARE_BLOB2.
UEFI_PLATFORM_FIRMWARE_BLOB.
TCG_DIGEST Digest
Value extended into PCRIndex.
struct tdUEFI_HANDOFF_TABLE_POINTERS UEFI_HANDOFF_TABLE_POINTERS
UEFI_HANDOFF_TABLE_POINTERS.
struct tdTCG_PCClientTaggedEvent TCG_PCClientTaggedEvent
TCG_EVENTTYPE EventType
TCG EFI event type.
EFI_PARTITION_ENTRY Partitions[1]
EFI_DEVICE_PATH_PROTOCOL DevicePath[1]
TPM_DIGEST TCG_DIGEST
struct tdEFI_GPT_DATA EFI_GPT_DATA
unsigned short UINT16
struct tdUEFI_VARIABLE_DATA UEFI_VARIABLE_DATA
UEFI_VARIABLE_DATA.
TCG_PCRINDEX PCRIndex
TCG_DEVICE_SECURITY_EVENT_DATA_PCI_CONTEXT This is the PCI context data of TCG_DEVICE_SECURITY_EVENT_...
struct tdTCG_EfiStartupLocalityEvent TCG_EfiStartupLocalityEvent
struct tdUEFI_GPT_DATA UEFI_GPT_DATA
EFI_VARIABLE_DATA.
UINT8_t Signature[6]
Signature.
Definition: pxe_api.h:61
TPML_DIGEST_VALUES Digest
TPM2.0 Specification data structures (Trusted Platform Module Library Specification,...
UEFI_IMAGE_LOAD_EVENT.
EFI_PARTITION_ENTRY Partitions[1]
Root include file for Mde Package UEFI, UEFI_APPLICATION type modules.
UINT64 UINTN
Unsigned value of native width.
unsigned long long UINT64
Definition: ProcessorBind.h:96
struct tdTCG_Sp800_155_PlatformId_Event2 TCG_Sp800_155_PlatformId_Event2
TPML_DIGEST_VALUES Digests
Part 2, section 5.4: TPM_DIGEST.
Definition: Tpm12.h:441
TCG_PCR_EVENT_HDR.
TPM Specification data structures (TCG TPM Specification Version 1.2 Revision 103) See http://trusted...
UINT32 TCG_EVENTTYPE
EFI_HANDOFF_TABLE_POINTERS.
struct tdTCG_PCR_EVENT2_HDR TCG_PCR_EVENT2_HDR
struct tdEFI_VARIABLE_DATA EFI_VARIABLE_DATA
EFI_VARIABLE_DATA.
INT8 VariableData[1]
Driver or platform-specific data.
struct tdTCG_PCR_EVENT_HDR TCG_PCR_EVENT_HDR
TCG_PCR_EVENT_HDR.
Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Tabl...
Definition: UefiSpec.h:2016
TCG_DEVICE_SECURITY_EVENT_DATA_HEADER This is the header of TCG_DEVICE_SECURITY_EVENT_DATA,...
EFI_PARTITION_TABLE_HEADER EfiPartitionHeader
EFI_PHYSICAL_ADDRESS ImageLocationInMemory
UINT32 TPM_PCRINDEX
Index to a PCR register.
Definition: Tpm12.h:135
struct tdUEFI_IMAGE_LOAD_EVENT UEFI_IMAGE_LOAD_EVENT
UEFI_IMAGE_LOAD_EVENT.
UINT8 Event[1]
The event data.
u8 signature
Signature.
Definition: CIB_PRM.h:35
struct tdUEFI_PLATFORM_FIRMWARE_BLOB2 UEFI_PLATFORM_FIRMWARE_BLOB2
UEFI_PLATFORM_FIRMWARE_BLOB2.
struct tdUEFI_PLATFORM_FIRMWARE_BLOB UEFI_PLATFORM_FIRMWARE_BLOB
UEFI_PLATFORM_FIRMWARE_BLOB.
signed char INT8
UEFI_HANDOFF_TABLE_POINTERS2.
struct tdTCG_PCR_EVENT TCG_PCR_EVENT
Event Log Entry Structure Definition.
TCG_EVENTTYPE EventType