Home | History | Annotate | Download | only in IndustryStandard

Lines Matching refs:EV_EFI_EVENT_BASE

36 #define EV_EFI_EVENT_BASE                   ((TCG_EVENTTYPE) 0x80000000)

37 #define EV_EFI_VARIABLE_DRIVER_CONFIG (EV_EFI_EVENT_BASE + 1)
38 #define EV_EFI_VARIABLE_BOOT (EV_EFI_EVENT_BASE + 2)
39 #define EV_EFI_BOOT_SERVICES_APPLICATION (EV_EFI_EVENT_BASE + 3)
40 #define EV_EFI_BOOT_SERVICES_DRIVER (EV_EFI_EVENT_BASE + 4)
41 #define EV_EFI_RUNTIME_SERVICES_DRIVER (EV_EFI_EVENT_BASE + 5)
42 #define EV_EFI_GPT_EVENT (EV_EFI_EVENT_BASE + 6)
43 #define EV_EFI_ACTION (EV_EFI_EVENT_BASE + 7)
44 #define EV_EFI_PLATFORM_FIRMWARE_BLOB (EV_EFI_EVENT_BASE + 8)
45 #define EV_EFI_HANDOFF_TABLES (EV_EFI_EVENT_BASE + 9)
46 #define EV_EFI_VARIABLE_AUTHORITY (EV_EFI_EVENT_BASE + 0xE0)