summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2015-08-04 09:13:47 +0000
committerdandanbi <dandanbi@Edk2>2015-08-04 09:13:47 +0000
commit8ca1489ba63753f3dfd6552fd7a2c1f4f64e296a (patch)
tree0cd5c2a51e79364a2c3e96b9ee777124c66cbdd7 /IntelFrameworkModulePkg
parent3194d76fd1821d2babf681bc13826fa42a5f29db (diff)
downloadedk2-platforms-8ca1489ba63753f3dfd6552fd7a2c1f4f64e296a.tar.xz
IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18152 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r--IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUi.c4
-rw-r--r--IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf12
2 files changed, 7 insertions, 9 deletions
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