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):
  IntelFrameworkModulePkg: Replace use case of deprecated function
    GetEfiGlobalVariable with GetEfiGlobalVariable2.
  MdeModulePkg: Replace use case of deprecated function
    GetEfiGlobalVariable with GetEfiGlobalVariable2.
  MdeModulePkg: 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

Reply via email to