Home | History | Annotate | Download | only in Include

Lines Matching refs:EV_EFI_EVENT_BASE

46 #define EV_EFI_EVENT_BASE                   ((TCG_EVENTTYPE) 0x80000000)

47 #define EV_EFI_VARIABLE_DRIVER_CONFIG (EV_EFI_EVENT_BASE + 1)
48 #define EV_EFI_VARIABLE_BOOT (EV_EFI_EVENT_BASE + 2)
49 #define EV_EFI_BOOT_SERVICES_APPLICATION (EV_EFI_EVENT_BASE + 3)
50 #define EV_EFI_BOOT_SERVICES_DRIVER (EV_EFI_EVENT_BASE + 4)
51 #define EV_EFI_RUNTIME_SERVICES_DRIVER (EV_EFI_EVENT_BASE + 5)
52 #define EV_EFI_GPT_EVENT (EV_EFI_EVENT_BASE + 6)
53 #define EV_EFI_ACTION (EV_EFI_EVENT_BASE + 7)
54 #define EV_EFI_PLATFORM_FIRMWARE_BLOB (EV_EFI_EVENT_BASE + 8)
55 #define EV_EFI_HANDOFF_TABLES (EV_EFI_EVENT_BASE + 9)