Reviewed-by: Ruiyu Ni <[email protected]>
-----Original Message----- From: edk2-devel [mailto:[email protected]] On Behalf Of Eric Dong Sent: Thursday, August 27, 2015 10:40 AM To: [email protected] Subject: [edk2] [Patch 0/3] Remove the use cases of deprecated functions. GetVariable and GetEfiGlobalVariable functions has been deprecated, and new function GetVariable2/GetEfiGlobalVariable2 created. This patch replace deprecated functions use case with new functions. Eric Dong (3): MdeModulePkg: Replace use cases of deprecated function GetEfiGlobalVariable with GetEfiGlobalVariable2. IntelFrameworkModulePkg: Replace use case of deprecated function GetEfiGlobalVariable with GetEfiGlobalVariable2. ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c | 4 ++-- .../Application/UiApp/BootMaint/ConsoleOption.c | 18 +++++++++--------- MdeModulePkg/Application/UiApp/BootMaint/Variable.c | 8 ++++---- MdeModulePkg/Application/UiApp/FrontPage.c | 4 ++-- .../Library/UefiBootManagerLib/BmDriverHealth.c | 2 +- .../DriverHealthManagerDxe/DriverHealthManagerDxe.c | 2 +- .../UefiHandleParsingLib/UefiHandleParsingLib.c | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

