Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.
Changed old event definitions reference to these new event definitions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2729 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -341,15 +341,22 @@ EFI_STATUS
|
||||
//
|
||||
// EFI Event Types (name defined in spec)
|
||||
//
|
||||
#define EVENT_TIMER 0x80000000
|
||||
#define EVENT_RUNTIME 0x40000000
|
||||
#define EVT_TIMER 0x80000000
|
||||
#define EVT_RUNTIME 0x40000000
|
||||
|
||||
#define EVT_NOTIFY_WAIT 0x00000100
|
||||
#define EVT_NOTIFY_SIGNAL 0x00000200
|
||||
#define EVT_SIGNAL_EXIT_BOOT_SERVICES 0x00000201
|
||||
#define EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE 0x60000202
|
||||
|
||||
#define EVENT_TIMER EVT_TIMER
|
||||
#define EVENT_RUNTIME EVT_RUNTIME
|
||||
#define EVENT_RUNTIME_CONTEXT 0x20000000
|
||||
|
||||
#define EVENT_NOTIFY_WAIT 0x00000100
|
||||
#define EVENT_NOTIFY_SIGNAL 0x00000200
|
||||
|
||||
#define EVENT_SIGNAL_EXIT_BOOT_SERVICES 0x00000201
|
||||
#define EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE 0x60000202
|
||||
#define EVENT_NOTIFY_WAIT EVT_NOTIFY_WAIT
|
||||
#define EVENT_NOTIFY_SIGNAL EVT_NOTIFY_SIGNAL
|
||||
#define EVENT_SIGNAL_EXIT_BOOT_SERVICES EVT_SIGNAL_EXIT_BOOT_SERVICES
|
||||
#define EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
|
||||
|
||||
//
|
||||
// Prior to UEFI 2.0 Tiano extended these enums. This was replaced by
|
||||
|
Reference in New Issue
Block a user