X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FFrameworkUefiLib%2FUefiNotTiano.c;h=067a85e719905e21a410597d36d6aad0b0fddf37;hp=f08b1ee75413aff3c5d128544ceef369f8ea824d;hb=7459094d5f6904a0c8445d97519f4a99b654ef43;hpb=8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c index f08b1ee754..067a85e719 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c @@ -1,7 +1,7 @@ /** @file Library functions that abstract areas of conflict between Tiano an UEFI 2.1. - Help Port Framework/Tinao code that has conflicts with UEFI 2.1 by hiding the + Help Port Framework/Tiano code that has conflicts with UEFI 2.1 by hiding the oldconflicts with library functions and supporting implementations of the old (EDK/EFI 1.10) and new (EDK II/UEFI 2.1) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services. @@ -137,7 +137,7 @@ EfiCreateEventLegacyBootEx ( the EDK/EFI 1.10 form and EDK II/UEFI 2.0 form and allows common code to work both ways. - @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex). + @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex). @retval EFI_SUCCESS Event was created. @retval Other Event was not created. @@ -170,7 +170,7 @@ EfiCreateEventReadyToBoot ( @param NotifyTpl The task priority level of the event. @param NotifyFunction The notification function to call when the event is signaled. @param NotifyContext The content to pass to NotifyFunction when the event is signaled. - @param LegacyBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex). + @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex). @retval EFI_SUCCESS Event was created. @retval Other Event was not created.