public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/7] Mark [Ascii|Unicode]ValueToString as deprecated
@ 2017-02-21 11:35 Hao Wu
  2017-02-21 11:35 ` [PATCH 1/7] IntelFrameworkModulePkg: Replace [Ascii|Unicode]ValueToString Hao Wu
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Hao Wu @ 2017-02-21 11:35 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen Yao

This patch series cleans up the usage of the following 2 PrintLib APIs:
UnicodeValueToString & AsciiValueToString

and replaces them with:
UnicodeValueToStringS & AsciiValueToStringS

The series also marks [Ascii|Unicode]ValueToString with the macro
'DISABLE_NEW_DEPRECATED_INTERFACES', indicating they are deprecated.

Cc: Jiewen Yao <jiewen.yao@intel.com>

Hao Wu (7):
  IntelFrameworkModulePkg: Replace [Ascii|Unicode]ValueToString
  MdeModulePkg: Replace [Ascii|Unicode]ValueToString
  Nt32Pkg: Replace [Ascii|Unicode]ValueToString
  SignedCapsulePkg: Replace [Ascii|Unicode]ValueToString
  MdeModulePkg/PrintDxe: Handle the deprecation of [A|U]ValueToString
  MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToString
  MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToString

 IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/UpdatePage.c       | 12 ++-
 IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c   | 20 ++++-
 IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c                  | 15 +++-
 IntelFrameworkModulePkg/Universal/BdsDxe/MemoryTest.c                 |  6 +-
 MdeModulePkg/Application/UiApp/FrontPage.c                            | 15 +++-
 MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c         | 12 ++-
 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c               | 20 ++++-
 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c           | 10 ++-
 MdeModulePkg/Library/DxeNetLib/DxeNetLib.c                            | 24 ++++-
 MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c             | 12 +++
 MdeModulePkg/Library/UefiHiiLib/HiiLib.c                              | 29 +++++-
 MdeModulePkg/Universal/CapsulePei/UefiCapsule.c                       | 18 +++-
 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c             | 10 ++-
 MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c                 | 37 +++++---
 MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c          | 29 +++++-
 MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c                 | 47 ++++++++--
 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigImpl.c         | 14 ++-
 MdeModulePkg/Universal/PrintDxe/Print.c                               | 92 +++++++++++++++++++-
 MdeModulePkg/Universal/SetupBrowserDxe/Expression.c                   | 11 ++-
 MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c                     |  4 +-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c                        | 38 ++++++--
 MdePkg/Include/Library/PrintLib.h                                     | 12 +++
 MdePkg/Library/BasePrintLib/PrintLib.c                                | 12 +++
 Nt32Pkg/Library/PlatformBootManagerLib/MemoryTest.c                   |  6 +-
 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ParseConfigProfile.c | 10 ++-
 SignedCapsulePkg/Universal/SystemFirmwareUpdate/ParseConfigProfile.c  | 10 ++-
 26 files changed, 443 insertions(+), 82 deletions(-)

-- 
1.9.5.msysgit.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-02-28  8:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-21 11:35 [PATCH 0/7] Mark [Ascii|Unicode]ValueToString as deprecated Hao Wu
2017-02-21 11:35 ` [PATCH 1/7] IntelFrameworkModulePkg: Replace [Ascii|Unicode]ValueToString Hao Wu
2017-02-27  7:36   ` Fan, Jeff
2017-02-21 11:35 ` [PATCH 2/7] MdeModulePkg: " Hao Wu
2017-02-28  8:13   ` Zeng, Star
2017-02-21 11:35 ` [PATCH 3/7] Nt32Pkg: " Hao Wu
2017-02-22  1:57   ` Ni, Ruiyu
2017-02-21 11:35 ` [PATCH 4/7] SignedCapsulePkg: " Hao Wu
2017-02-27  1:09   ` Yao, Jiewen
2017-02-21 11:35 ` [PATCH 5/7] MdeModulePkg/PrintDxe: Handle the deprecation of [A|U]ValueToString Hao Wu
2017-02-21 11:35 ` [PATCH 6/7] MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToString Hao Wu
2017-02-21 11:35 ` [PATCH 7/7] MdePkg/BasePrintLib: " Hao Wu
2017-02-23  1:50 ` [PATCH 0/7] Mark [Ascii|Unicode]ValueToString as deprecated Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox