X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FUefiLibFramework%2FUefiNotTiano.c;fp=IntelFrameworkPkg%2FLibrary%2FUefiLibFramework%2FUefiNotTiano.c;h=ee679e6ba605d9af6202c0aad08a507ca9c1d884;hp=35539936ed842053532dea88e5bce0f6b079351e;hb=93b0fbc8a1731a3c4ae789bebac4b1d8966719c3;hpb=a197b1ad17703a117e5b67c50c311325a2b3bdcb diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c b/IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c index 35539936ed..ee679e6ba6 100644 --- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c +++ b/IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c @@ -60,7 +60,7 @@ EfiCreateEventLegacyBoot ( ) { return EfiCreateEventLegacyBootEx ( - EFI_TPL_CALLBACK, + TPL_CALLBACK, InternalEmptyFuntion, NULL, LegacyBootEvent @@ -104,7 +104,7 @@ EfiCreateEventLegacyBootEx ( // prior to UEFI 2.0 use Tiano extension to EFI // Status = gBS->CreateEvent ( - EFI_EVENT_SIGNAL_LEGACY_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL, + EFI_EVENT_SIGNAL_LEGACY_BOOT | EVT_NOTIFY_SIGNAL, NotifyTpl, NotifyFunction, NotifyContext, @@ -115,7 +115,7 @@ EfiCreateEventLegacyBootEx ( // For UEFI 2.0 and the future use an Event Group // Status = gBS->CreateEventEx ( - EVENT_NOTIFY_SIGNAL, + EVT_NOTIFY_SIGNAL, NotifyTpl, NotifyFunction, NotifyContext, @@ -150,7 +150,7 @@ EfiCreateEventReadyToBoot ( ) { return EfiCreateEventReadyToBootEx ( - EFI_TPL_CALLBACK, + TPL_CALLBACK, InternalEmptyFuntion, NULL, ReadyToBootEvent @@ -205,7 +205,7 @@ EfiCreateEventReadyToBootEx ( // For UEFI 2.0 and the future use an Event Group // Status = gBS->CreateEventEx ( - EVENT_NOTIFY_SIGNAL, + EVT_NOTIFY_SIGNAL, NotifyTpl, NotifyFunction, NotifyContext,