HomeSort by relevance Sort by last modified time
    Searched defs:TCG_EVENTTYPE (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiTpm.h 38 #define EV_POST_CODE ((TCG_EVENTTYPE) 0x00000001)
39 #define EV_SEPARATOR ((TCG_EVENTTYPE) 0x00000004)
40 #define EV_S_CRTM_CONTENTS ((TCG_EVENTTYPE) 0x00000007)
41 #define EV_S_CRTM_VERSION ((TCG_EVENTTYPE) 0x00000008)
46 #define EV_EFI_EVENT_BASE ((TCG_EVENTTYPE) 0x80000000)
62 typedef UINT32 TCG_EVENTTYPE;
72 TCG_EVENTTYPE EventType; // TCG EFI event type
83 TCG_EVENTTYPE EventType;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 25 #define EV_POST_CODE ((TCG_EVENTTYPE) 0x00000001)
26 #define EV_NO_ACTION ((TCG_EVENTTYPE) 0x00000003)
27 #define EV_SEPARATOR ((TCG_EVENTTYPE) 0x00000004)
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_TABLE_OF_DEVICES ((TCG_EVENTTYPE) 0x0000000B)
36 #define EV_EFI_EVENT_BASE ((TCG_EVENTTYPE) 0x80000000)
86 typedef UINT32 TCG_EVENTTYPE;
94 TCG_EVENTTYPE EventType; ///< TCG EFI event type
    [all...]

Completed in 91 milliseconds