From: Dandan Bi Date: Tue, 4 Aug 2015 09:13:47 +0000 (+0000) Subject: IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib X-Git-Tag: edk2-stable201903~9132 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8ca1489ba63753f3dfd6552fd7a2c1f4f64e296a IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18152 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c b/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c index 7ca4b8dec3..6798c9e981 100644 --- a/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c +++ b/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c @@ -216,7 +216,7 @@ OrderLegacyBootOption4SameType ( is udpated with the new Legacy Boot order. The EFI Variable of "Boot####" and gEfiGlobalVariableGuid is also updated. - @param CallbackData The context data for BMM. + @param NVMapData The data for egacy BBS boot. @return EFI_SUCCESS The function completed successfully. @retval EFI_NOT_FOUND If L"LegacyDevOrder" and gEfiLegacyDevOrderVariableGuid EFI Variable can be found. @@ -647,8 +647,6 @@ GetMenuEntry ( @param HiiHandle Hii Handle of the package to be updated. @param MenuOption The Menu whose string tokens need to be created - @retval EFI_SUCCESS String tokens created successfully - @retval others contain some errors **/ VOID CreateLegacyMenuStringToken ( diff --git a/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf b/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf index 31090713fa..9582da5330 100644 --- a/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf +++ b/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf @@ -54,14 +54,14 @@ BaseMemoryLib [Guids] - gEfiIfrTianoGuid - gEfiIfrBootMaintenanceGuid - gEfiLegacyDevOrderVariableGuid + gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Extended IFR Guid Opcode + gEfiIfrBootMaintenanceGuid ## CONSUMES ## HII # BootMaint HII Package + gEfiLegacyDevOrderVariableGuid ## PRODUCES ## Variable:L"LegacyDevOrder" [Protocols] - gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES - gEfiLegacyBiosProtocolGuid - gEfiHiiConfigRoutingProtocolGuid + gEfiHiiConfigAccessProtocolGuid ## PRODUCES + gEfiLegacyBiosProtocolGuid ## CONSUMES + gEfiHiiConfigRoutingProtocolGuid ## CONSUMES [Depex] gEfiHiiDatabaseProtocolGuid