public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ni, Ruiyu" <ruiyu.ni@Intel.com>
To: edk2-devel@lists.01.org
Subject: Re: [Patch 00/17] Clean up source files by FormatDosFiles.py script
Date: Mon, 25 Jun 2018 09:52:55 +0800	[thread overview]
Message-ID: <09a67046-0415-0dec-57f7-a21d221102d3@Intel.com> (raw)
In-Reply-To: <1528104651-16448-1-git-send-email-liming.gao@intel.com>

On 6/4/2018 5:30 PM, Liming Gao wrote:
> FormatDosFiles.py has been sent to edk2 community. The changes in one package
> will have one commit. 17 package changes are in
> https://github.com/lgao4/edk2/tree/CleanupCode
> 
> Package maintains can use this script to clean up his package files.
> 1. Do not use tab characters
> 2. No trailing white space in one line
> 3. All files must end with CRLF
> 
> The source files with the below postfix are dos format to be clean.
> .h .c .nasm .nasmb .asm .S .inf .dec .dsc .fdf .uni .asl .aslc .vfr .idf
> .txt .bat .py
> 
> Liming Gao (17):
>    CryptoPkg: Clean up source files
>    FatBinPkg: Clean up source files
>    FatPkg: Clean up source files
>    IntelFrameworkModulePkg: Clean up source files
>    IntelFrameworkPkg: Clean up source files
>    IntelFsp2Pkg: Clean up source files
>    IntelFsp2WrapperPkg: Clean up source files
>    IntelSiliconPkg: Clean up source files
>    MdeModulePkg: Clean up source files
>    MdePkg: Clean up source files
>    NetworkPkg: Clean up source files
>    PcAtChipsetPkg: Clean up source files
>    SecurityPkg: Clean up source files
>    ShellBinPkg: Clean up source files
>    ShellPkg: Clean up source files
>    SourceLevelDebugPkg: Clean up source files
>    UefiCpuPkg: Clean up source files
> 
>   CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf      |   8 +-
>   CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni      |   4 +-
>   CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni |   6 +-
>   CryptoPkg/CryptoPkg.dsc                            |   6 +-
>   CryptoPkg/CryptoPkg.uni                            |   4 +-
>   CryptoPkg/CryptoPkgExtra.uni                       |   6 +-
>   CryptoPkg/Include/Library/BaseCryptLib.h           |   4 +-
>   CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni    |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c   |   4 +-
>   .../Library/BaseCryptLib/Cipher/CryptAesNull.c     |  12 +-
>   CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c  |   6 +-
>   .../Library/BaseCryptLib/Cipher/CryptArc4Null.c    |   6 +-
>   CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c |   4 +-
>   .../Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c   |   6 +-
>   .../Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c  |  10 +-
>   CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf     |   8 +-
>   CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni     |   6 +-
>   CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c      |   8 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c        |  10 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c    |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c |   4 +-
>   .../Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c  |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c    |   8 +-
>   .../Library/BaseCryptLib/Pk/CryptRsaExtNull.c      |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c      |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c  |  10 +-
>   CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c |   4 +-
>   CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c |   4 +-
>   CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf |   4 +-
>   CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni |   6 +-
>   CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf     |   4 +-
>   CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni     |   6 +-
>   .../Library/BaseCryptLib/SysCall/TimerWrapper.c    |  12 +-
>   .../BaseCryptLibRuntimeCryptProtocol.inf           |   8 +-
>   .../BaseCryptLibRuntimeCryptProtocol.uni           |   6 +-
>   .../Cipher/CryptAesNull.c                          |  12 +-
>   .../Cipher/CryptArc4Null.c                         |   6 +-
>   .../Hash/CryptMd4Null.c                            |   4 +-
>   .../Hash/CryptSha1Null.c                           |   6 +-
>   .../Hmac/CryptHmacMd5Null.c                        |   6 +-
>   .../Hmac/CryptHmacSha1Null.c                       |  10 +-
>   .../InternalCryptLib.h                             |   4 +-
>   .../Pk/CryptDhNull.c                               |   4 +-
>   .../Pk/CryptPkcs7VerifyNull.c                      |   4 +-
>   .../Pk/CryptRsaExtNull.c                           |   4 +-
>   .../Pk/CryptX509Null.c                             |  10 +-
>   .../Library/IntrinsicLib/BaseIntrinsicLib.uni      |   4 +-
>   CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c  |   8 +-
>   CryptoPkg/Library/OpensslLib/OpensslLib.uni        |   4 +-
>   CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni  |   4 +-
>   FatBinPkg/FatBinPkg.dec                            |   4 +-
>   FatPkg/EnhancedFatDxe/FatExtra.uni                 |   6 +-
>   FatPkg/EnhancedFatDxe/Misc.c                       |   4 +-
>   FatPkg/EnhancedFatDxe/Open.c                       |   4 +-
>   FatPkg/EnhancedFatDxe/UnicodeCollation.c           |   4 +-
>   FatPkg/FatPei/FatLiteAccess.c                      |  70 +--
>   FatPkg/FatPei/FatLiteApi.c                         |  96 ++--
>   FatPkg/FatPei/FatLiteLib.c                         |  58 +-
>   FatPkg/FatPei/FatLitePeim.h                        | 188 +++----
>   FatPkg/FatPei/FatPeiExtra.uni                      |   6 +-
>   FatPkg/FatPei/Part.c                               |  42 +-
>   FatPkg/FatPkg.dsc                                  |   4 +-
>   FatPkg/FatPkg.uni                                  |   4 +-
>   FatPkg/FatPkgExtra.uni                             |   6 +-
>   .../Bus/Isa/IsaBusDxe/InternalIsaBus.h             |  56 +-
>   .../Bus/Isa/IsaBusDxe/InternalIsaIo.h              |  66 +--
>   IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c |  66 +--
>   .../Bus/Isa/IsaBusDxe/IsaBusDxe.uni                |   4 +-
>   .../Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni           |   6 +-
>   IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c  | 124 ++---
>   .../Bus/Isa/IsaFloppyDxe/IsaFloppy.c               |  32 +-
>   .../Bus/Isa/IsaFloppyDxe/IsaFloppy.h               | 166 +++---
>   .../Bus/Isa/IsaFloppyDxe/IsaFloppyBlock.c          |  18 +-
>   .../Bus/Isa/IsaFloppyDxe/IsaFloppyCtrl.c           |  88 +--
>   .../Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.uni          |   4 +-
>   .../Bus/Isa/IsaFloppyDxe/IsaFloppyDxeExtra.uni     |   6 +-
>   IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/Fdc.h |   6 +-
>   .../Bus/Isa/IsaFloppyPei/FloppyPeim.c              |  76 +--
>   .../Bus/Isa/IsaFloppyPei/FloppyPeim.h              |   6 +-
>   .../Bus/Isa/IsaFloppyPei/IsaFloppyPei.uni          |   4 +-
>   .../Bus/Isa/IsaFloppyPei/IsaFloppyPeiExtra.uni     |   6 +-
>   .../Bus/Isa/IsaIoDxe/IsaDriver.c                   |  52 +-
>   .../Bus/Isa/IsaIoDxe/IsaDriver.h                   |  50 +-
>   IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIo.c   | 132 ++---
>   IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIo.h   |  66 +--
>   .../Bus/Isa/IsaIoDxe/IsaIoDxe.uni                  |   4 +-
>   .../Bus/Isa/IsaIoDxe/IsaIoDxeExtra.uni             |   6 +-
>   .../Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf          |   6 +-
>   .../Bus/Isa/IsaSerialDxe/IsaSerialDxe.uni          |   4 +-
>   .../Bus/Isa/IsaSerialDxe/IsaSerialDxeExtra.uni     |   6 +-
>   .../Bus/Isa/IsaSerialDxe/Serial.c                  |  58 +-
>   .../Bus/Isa/IsaSerialDxe/Serial.h                  |   6 +-
>   .../Bus/Isa/Ps2KeyboardDxe/ComponentName.c         |   4 +-
>   .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c         |  20 +-
>   .../Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c          |   4 +-
>   .../Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c           |  60 +-
>   .../Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.uni      |   4 +-
>   .../Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxeExtra.uni |   6 +-
>   .../Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf      |   4 +-
>   .../Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c   | 110 ++--
>   .../Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.h   | 104 ++--
>   .../Ps2MouseAbsolutePointer.c                      |  12 +-
>   .../Ps2MouseAbsolutePointer.h                      |  10 +-
>   .../Ps2MouseAbsolutePointerDxe.uni                 |   4 +-
>   .../Ps2MouseAbsolutePointerDxeExtra.uni            |   6 +-
>   .../Bus/Isa/Ps2MouseDxe/CommPs2.c                  | 108 ++--
>   .../Bus/Isa/Ps2MouseDxe/CommPs2.h                  | 106 ++--
>   .../Bus/Isa/Ps2MouseDxe/Ps2Mouse.c                 |  16 +-
>   .../Bus/Isa/Ps2MouseDxe/Ps2Mouse.h                 |  10 +-
>   .../Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.uni            |   4 +-
>   .../Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni       |   6 +-
>   IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ata.c    | 136 ++---
>   IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Atapi.c  | 150 ++---
>   .../Bus/Pci/IdeBusDxe/ComponentName.c              |  18 +-
>   .../Bus/Pci/IdeBusDxe/ComponentName.h              |   6 +-
>   .../Bus/Pci/IdeBusDxe/DriverConfiguration.c        |  74 +--
>   .../Bus/Pci/IdeBusDxe/DriverDiagnostics.c          |  44 +-
>   IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c    |  36 +-
>   IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h    |  64 +--
>   IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBus.c |  64 +--
>   IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBus.h | 126 ++---
>   .../Bus/Pci/IdeBusDxe/IdeBusDxe.inf                |   8 +-
>   .../Bus/Pci/IdeBusDxe/IdeBusDxeExtra.uni           |   6 +-
>   .../Bus/Pci/IdeBusDxe/IdeData.h                    |  22 +-
>   .../Bus/Pci/VgaMiniPortDxe/ComponentName.c         |   4 +-
>   .../Bus/Pci/VgaMiniPortDxe/VgaMiniPort.c           |   8 +-
>   .../Bus/Pci/VgaMiniPortDxe/VgaMiniPort.h           |   6 +-
>   .../Bus/Pci/VgaMiniPortDxe/VgaMiniPort.uni         |   4 +-
>   .../Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf      |   4 +-
>   .../Bus/Pci/VgaMiniPortDxe/VgaMiniPortExtra.uni    |   6 +-
>   .../Csm/BiosThunk/BlockIoDxe/BiosBlkIo.c           |  26 +-
>   .../Csm/BiosThunk/BlockIoDxe/BiosBlkIo.h           |  20 +-
>   .../Csm/BiosThunk/BlockIoDxe/BiosInt13.c           |  20 +-
>   .../Csm/BiosThunk/BlockIoDxe/BlockIoDxe.uni        |   4 +-
>   .../Csm/BiosThunk/BlockIoDxe/BlockIoDxeExtra.uni   |   6 +-
>   .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c       | 250 ++++-----
>   .../Csm/BiosThunk/KeyboardDxe/BiosKeyboard.h       |  62 +--
>   .../Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf      |   4 +-
>   .../Csm/BiosThunk/KeyboardDxe/KeyboardDxe.uni      |   4 +-
>   .../Csm/BiosThunk/KeyboardDxe/KeyboardDxeExtra.uni |   6 +-
>   .../Csm/BiosThunk/Snp16Dxe/BiosSnp16.c             | 202 +++----
>   .../Csm/BiosThunk/Snp16Dxe/BiosSnp16.h             | 330 +++++------
>   .../Csm/BiosThunk/Snp16Dxe/BiosSnp16.uni           |   4 +-
>   .../Csm/BiosThunk/Snp16Dxe/BiosSnp16Extra.uni      |   6 +-
>   .../Csm/BiosThunk/Snp16Dxe/Misc.c                  |  42 +-
>   .../Csm/BiosThunk/Snp16Dxe/Pxe.h                   | 182 +++---
>   .../Csm/BiosThunk/Snp16Dxe/PxeUndi.c               | 276 +++++-----
>   .../Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf            |   4 +-
>   .../Csm/BiosThunk/VideoDxe/BiosVideo.c             |  74 +--
>   .../Csm/BiosThunk/VideoDxe/BiosVideoDxe.uni        |   4 +-
>   .../Csm/BiosThunk/VideoDxe/BiosVideoDxeExtra.uni   |   6 +-
>   .../Csm/LegacyBiosDxe/Ipf/IpfBootSupport.c         |   4 +-
>   .../Csm/LegacyBiosDxe/LegacyBbs.c                  |   4 +-
>   .../Csm/LegacyBiosDxe/LegacyBios.c                 |  42 +-
>   .../Csm/LegacyBiosDxe/LegacyBiosDxe.uni            |   4 +-
>   .../Csm/LegacyBiosDxe/LegacyBiosDxeExtra.uni       |   6 +-
>   .../Csm/LegacyBiosDxe/LegacyBiosInterface.h        |  22 +-
>   .../Csm/LegacyBiosDxe/LegacyBootSupport.c          |  32 +-
>   .../Csm/LegacyBiosDxe/LegacyIde.c                  |   8 +-
>   .../Csm/LegacyBiosDxe/LegacyPci.c                  |  68 +--
>   IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Thunk.c  |  40 +-
>   .../Include/Guid/AcpiVariableCompatibility.h       |   6 +-
>   IntelFrameworkModulePkg/Include/Guid/BdsHii.h      |  12 +-
>   IntelFrameworkModulePkg/Include/Guid/BdsLibHii.h   |  12 +-
>   .../Include/Guid/BlockIoVendor.h                   |  12 +-
>   .../Include/Guid/CapsuleDataFile.h                 |  12 +-
>   .../Include/Guid/DataHubStatusCodeRecord.h         |  16 +-
>   .../Include/Guid/HdBootVariable.h                  |  12 +-
>   .../Guid/IntelFrameworkModulePkgTokenSpace.h       |  14 +-
>   .../Include/Guid/LastEnumLang.h                    |  14 +-
>   IntelFrameworkModulePkg/Include/Guid/LegacyBios.h  |  10 +-
>   .../Include/Guid/LegacyDevOrder.h                  |  12 +-
>   .../Include/Guid/TianoDecompress.h                 |  18 +-
>   .../Include/Library/GenericBdsLib.h                | 126 ++---
>   .../Include/Library/PlatformBdsLib.h               |  18 +-
>   IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h |  50 +-
>   IntelFrameworkModulePkg/Include/Protocol/IsaIo.h   | 110 ++--
>   .../Include/Protocol/OEMBadging.h                  |  18 +-
>   .../Include/Protocol/VgaMiniPort.h                 |  32 +-
>   .../IntelFrameworkModulePkg.dec                    |  30 +-
>   .../IntelFrameworkModulePkg.dsc                    |  16 +-
>   .../IntelFrameworkModulePkgExtra.uni               |   6 +-
>   .../BaseUefiTianoCustomDecompressLib.c             | 148 ++---
>   .../BaseUefiTianoCustomDecompressLibInternals.h    |  10 +-
>   .../Library/DxeCapsuleLib/DxeCapsuleLib.c          |  20 +-
>   .../Library/DxeCapsuleLib/DxeCapsuleLib.uni        |   4 +-
>   .../ReportStatusCodeLib.c                          |   8 +-
>   .../Library/GenericBdsLib/BdsBoot.c                |  54 +-
>   .../Library/GenericBdsLib/BdsConnect.c             |  14 +-
>   .../Library/GenericBdsLib/BdsConsole.c             |  28 +-
>   .../Library/GenericBdsLib/BdsMisc.c                |  76 +--
>   .../Library/GenericBdsLib/GenericBdsLib.inf        |  16 +-
>   .../Library/GenericBdsLib/GenericBdsLib.uni        |   4 +-
>   .../Library/GenericBdsLib/GenericBdsStrings.uni    |  10 +-
>   .../Library/GenericBdsLib/InternalBdsLib.h         |  26 +-
>   .../LegacyBootMaintUiLib/LegacyBootMaintUi.c       |  64 +--
>   .../LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf  |   6 +-
>   .../LegacyBootMaintUiStrings.uni                   |  12 +-
>   .../LegacyBootManagerLib/InternalLegacyBm.h        |   4 +-
>   .../Library/LegacyBootManagerLib/LegacyBm.c        |  38 +-
>   .../LegacyBootManagerLib/LegacyBootManagerLib.inf  |   8 +-
>   .../F86GuidedSectionExtraction.c                   |  32 +-
>   .../GuidedSectionExtraction.c                      |  24 +-
>   .../LzmaCustomDecompressLib/LZMA-SDK-README.txt    |   2 +-
>   .../LzmaCustomDecompressLib/LzmaDecompress.c       |  34 +-
>   .../LzmaDecompressLibInternal.h                    |  32 +-
>   .../PeiDxeDebugLibReportStatusCode/DebugLib.c      |  46 +-
>   .../PeiDxeDebugLibReportStatusCode.inf             |   4 +-
>   .../Library/PeiRecoveryLib/PeiRecoveryLib.c        |   8 +-
>   .../Library/PeiRecoveryLib/PeiRecoveryLib.inf      |   8 +-
>   .../Library/PeiS3Lib/PeiS3Lib.c                    |  12 +-
>   .../Library/PeiS3Lib/PeiS3Lib.inf                  |   4 +-
>   .../Library/PlatformBdsLibNull/PlatformBdsLib.uni  |   4 +-
>   .../PlatformBdsLibNull/PlatformBdsLibNull.inf      |  14 +-
>   .../SmmRuntimeDxeReportStatusCodeLibFramework.inf  |   4 +-
>   .../SmmRuntimeDxeSupport.c                         |  56 +-
>   .../Universal/Acpi/AcpiS3SaveDxe/AcpiS3Save.c      |  16 +-
>   .../Universal/Acpi/AcpiS3SaveDxe/AcpiS3Save.h      |  14 +-
>   .../Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf |   4 +-
>   .../Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.uni |   4 +-
>   .../Acpi/AcpiS3SaveDxe/AcpiS3SaveDxeExtra.uni      |   6 +-
>   .../Acpi/AcpiS3SaveDxe/AcpiVariableThunkPlatform.c |  14 +-
>   .../Universal/Acpi/AcpiSupportDxe/AcpiSupport.c    |  12 +-
>   .../Universal/Acpi/AcpiSupportDxe/AcpiSupport.h    |  16 +-
>   .../AcpiSupportAcpiSupportProtocol.c               |  70 +--
>   .../Acpi/AcpiSupportDxe/AcpiSupportDxe.inf         |   4 +-
>   .../Acpi/AcpiSupportDxe/AcpiSupportDxe.uni         |   4 +-
>   .../Acpi/AcpiSupportDxe/AcpiSupportDxeExtra.uni    |   6 +-
>   IntelFrameworkModulePkg/Universal/BdsDxe/Bds.h     |  22 +-
>   .../Universal/BdsDxe/BdsDxe.inf                    |  24 +-
>   .../Universal/BdsDxe/BdsDxe.uni                    |   8 +-
>   .../Universal/BdsDxe/BdsDxeExtra.uni               |   6 +-
>   .../Universal/BdsDxe/BdsEntry.c                    |  42 +-
>   .../Universal/BdsDxe/BootMaint/BBSsupport.c        |  14 +-
>   .../Universal/BdsDxe/BootMaint/BBSsupport.h        |   4 +-
>   .../Universal/BdsDxe/BootMaint/Bm.vfr              |  16 +-
>   .../Universal/BdsDxe/BootMaint/BmLib.c             |   6 +-
>   .../Universal/BdsDxe/BootMaint/Bmstring.uni        |  10 +-
>   .../Universal/BdsDxe/BootMaint/BootMaint.c         | 102 ++--
>   .../Universal/BdsDxe/BootMaint/BootMaint.h         |  64 +--
>   .../Universal/BdsDxe/BootMaint/BootOption.c        |  50 +-
>   .../Universal/BdsDxe/BootMaint/ConsoleOption.c     |  78 +--
>   .../Universal/BdsDxe/BootMaint/FE.vfr              |  12 +-
>   .../Universal/BdsDxe/BootMaint/FileExplorer.c      |  16 +-
>   .../Universal/BdsDxe/BootMaint/UpdatePage.c        |  54 +-
>   .../Universal/BdsDxe/BootMaint/Variable.c          |  30 +-
>   .../Universal/BdsDxe/BootMngr/BootManager.c        |  12 +-
>   .../Universal/BdsDxe/BootMngr/BootManager.h        |   6 +-
>   .../BdsDxe/BootMngr/BootManagerStrings.uni         |  10 +-
>   .../Universal/BdsDxe/Capsules.c                    |  30 +-
>   .../Universal/BdsDxe/DeviceMngr/DeviceManager.c    | 256 ++++-----
>   .../Universal/BdsDxe/DeviceMngr/DeviceManager.h    |  70 +--
>   .../BdsDxe/DeviceMngr/DeviceManagerStrings.uni     |  14 +-
>   .../Universal/BdsDxe/FrontPage.c                   |  62 +--
>   .../Universal/BdsDxe/FrontPage.h                   |   6 +-
>   .../Universal/BdsDxe/FrontPageStrings.uni          |  10 +-
>   IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.c  |  12 +-
>   .../Universal/BdsDxe/HwErrRecSupport.c             |   6 +-
>   .../Universal/BdsDxe/Language.c                    |  10 +-
>   .../Universal/BdsDxe/MemoryTest.c                  |  12 +-
>   .../Universal/BdsDxe/Strings.uni                   |  12 +-
>   .../Universal/Console/VgaClassDxe/ComponentName.c  |  20 +-
>   .../Universal/Console/VgaClassDxe/VgaClass.c       |  60 +-
>   .../Universal/Console/VgaClassDxe/VgaClass.h       |  48 +-
>   .../Universal/Console/VgaClassDxe/VgaClassDxe.inf  |  20 +-
>   .../Universal/Console/VgaClassDxe/VgaClassDxe.uni  |   4 +-
>   .../Console/VgaClassDxe/VgaClassDxeExtra.uni       |   6 +-
>   IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIo.c | 204 +++----
>   IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIo.h | 156 +++---
>   .../Universal/CpuIoDxe/CpuIoDxeExtra.uni           |   6 +-
>   .../Universal/DataHubDxe/DataHub.c                 | 104 ++--
>   .../Universal/DataHubDxe/DataHub.h                 |  20 +-
>   .../Universal/DataHubDxe/DataHubDxe.inf            |   4 +-
>   .../Universal/DataHubDxe/DataHubDxeExtra.uni       |   6 +-
>   .../Universal/DataHubStdErrDxe/DataHubStdErr.c     |   4 +-
>   .../DataHubStdErrDxe/DataHubStdErrDxeExtra.uni     |   6 +-
>   .../Universal/FirmwareVolume/FwVolDxe/FwPadFile.c  |  12 +-
>   .../Universal/FirmwareVolume/FwVolDxe/FwVol.c      |   8 +-
>   .../FirmwareVolume/FwVolDxe/FwVolAttrib.c          |   4 +-
>   .../FirmwareVolume/FwVolDxe/FwVolDriver.h          |   6 +-
>   .../Universal/FirmwareVolume/FwVolDxe/FwVolDxe.uni |   4 +-
>   .../FirmwareVolume/FwVolDxe/FwVolDxeExtra.uni      |   6 +-
>   .../Universal/FirmwareVolume/FwVolDxe/FwVolWrite.c |   8 +-
>   .../FirmwareVolume/UpdateDriverDxe/FlashUpdate.c   |  14 +-
>   .../UpdateDriverDxe/ParseUpdateProfile.c           |   6 +-
>   .../UpdateDriverDxe/UpdateDispatcher.c             |  20 +-
>   .../UpdateDriverDxe/UpdateDriverDxe.inf            |   6 +-
>   .../UpdateDriverDxe/UpdateDriverDxe.uni            |   4 +-
>   .../UpdateDriverDxe/UpdateDriverDxeExtra.uni       |   6 +-
>   .../Universal/LegacyRegionDxe/LegacyRegion.c       |  16 +-
>   .../Universal/LegacyRegionDxe/LegacyRegionDxe.inf  |  10 +-
>   .../Universal/LegacyRegionDxe/LegacyRegionDxe.uni  |   4 +-
>   .../LegacyRegionDxe/LegacyRegionDxeExtra.uni       |   6 +-
>   .../SectionExtractionDxe/SectionExtraction.c       | 218 ++++----
>   .../SectionExtractionDxe/SectionExtractionDxe.inf  |  10 +-
>   .../SectionExtractionDxe/SectionExtractionDxe.uni  |   4 +-
>   .../SectionExtractionDxeExtra.uni                  |   6 +-
>   .../DataHubStatusCodeWorker.c                      |  10 +-
>   .../DatahubStatusCodeHandlerDxe.c                  |   4 +-
>   .../DatahubStatusCodeHandlerDxe.inf                |  12 +-
>   .../DatahubStatusCodeHandlerDxeExtra.uni           |   6 +-
>   .../StatusCode/Pei/MemoryStausCodeWorker.c         |   4 +-
>   .../Universal/StatusCode/Pei/StatusCodePei.c       |   4 +-
>   .../StatusCode/Pei/StatusCodePeiExtra.uni          |   6 +-
>   .../RuntimeDxe/DataHubStatusCodeWorker.c           |  12 +-
>   .../RuntimeDxe/RtMemoryStatusCodeWorker.c          |  26 +-
>   .../StatusCode/RuntimeDxe/SerialStatusCodeWorker.c |  54 +-
>   .../StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.c   |  14 +-
>   .../StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.h   |  18 +-
>   .../RuntimeDxe/StatusCodeRuntimeDxeExtra.uni       |   6 +-
>   IntelFrameworkPkg/FrameworkSpecConformance.txt     | 136 ++---
>   IntelFrameworkPkg/Include/Framework/BootScript.h   |  18 +-
>   IntelFrameworkPkg/Include/Framework/DxeCis.h       |  16 +-
>   .../Include/Framework/FirmwareVolumeHeader.h       |  12 +-
>   .../Include/Framework/FirmwareVolumeImageFormat.h  |  14 +-
>   .../FrameworkInternalFormRepresentation.h          |  22 +-
>   IntelFrameworkPkg/Include/Framework/Hob.h          |  14 +-
>   IntelFrameworkPkg/Include/Framework/PeiCis.h       |  62 +--
>   IntelFrameworkPkg/Include/Framework/SmmCis.h       |  58 +-
>   IntelFrameworkPkg/Include/Framework/StatusCode.h   |  46 +-
>   IntelFrameworkPkg/Include/FrameworkDxe.h           |  14 +-
>   IntelFrameworkPkg/Include/FrameworkPei.h           |  12 +-
>   IntelFrameworkPkg/Include/FrameworkSmm.h           |  12 +-
>   IntelFrameworkPkg/Include/Guid/BlockIo.h           |  20 +-
>   IntelFrameworkPkg/Include/Guid/Capsule.h           |  14 +-
>   IntelFrameworkPkg/Include/Guid/DataHubRecords.h    | 610 ++++++++++-----------
>   .../Include/Guid/FirmwareFileSystem.h              |  12 +-
>   IntelFrameworkPkg/Include/Guid/SmmCommunicate.h    |  14 +-
>   .../Include/Guid/SmramMemoryReserve.h              |  20 +-
>   IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h |  28 +-
>   IntelFrameworkPkg/Include/Ppi/FindFv.h             |  14 +-
>   IntelFrameworkPkg/Include/Ppi/FvLoadFile.h         |  12 +-
>   IntelFrameworkPkg/Include/Ppi/PciCfg.h             |  20 +-
>   IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h   |  38 +-
>   IntelFrameworkPkg/Include/Ppi/S3Resume.h           |  18 +-
>   IntelFrameworkPkg/Include/Ppi/SectionExtraction.h  |  46 +-
>   IntelFrameworkPkg/Include/Ppi/Security.h           |  22 +-
>   IntelFrameworkPkg/Include/Ppi/Smbus.h              |  52 +-
>   IntelFrameworkPkg/Include/Protocol/AcpiS3Save.h    |  32 +-
>   IntelFrameworkPkg/Include/Protocol/AcpiSupport.h   |  30 +-
>   .../Include/Protocol/BootScriptSave.h              |  14 +-
>   IntelFrameworkPkg/Include/Protocol/CpuIo.h         |  22 +-
>   IntelFrameworkPkg/Include/Protocol/DataHub.h       |  74 +--
>   .../Include/Protocol/FirmwareVolume.h              |  80 +--
>   .../Protocol/FrameworkFirmwareVolumeBlock.h        |  68 +--
>   .../Include/Protocol/FrameworkFormBrowser.h        |  44 +-
>   .../Include/Protocol/FrameworkFormCallback.h       |  30 +-
>   IntelFrameworkPkg/Include/Protocol/FrameworkHii.h  |  94 ++--
>   .../Include/Protocol/FrameworkMpService.h          | 408 +++++++-------
>   IntelFrameworkPkg/Include/Protocol/Legacy8259.h    |  12 +-
>   IntelFrameworkPkg/Include/Protocol/LegacyBios.h    | 278 +++++-----
>   .../Include/Protocol/LegacyBiosPlatform.h          |  70 +--
>   .../Include/Protocol/LegacyInterrupt.h             |  12 +-
>   IntelFrameworkPkg/Include/Protocol/LegacyRegion.h  |  12 +-
>   .../Include/Protocol/SectionExtraction.h           |  38 +-
>   IntelFrameworkPkg/Include/Protocol/SmmAccess.h     |  20 +-
>   IntelFrameworkPkg/Include/Protocol/SmmBase.h       |  32 +-
>   IntelFrameworkPkg/Include/Protocol/SmmControl.h    |  22 +-
>   IntelFrameworkPkg/Include/Protocol/SmmCpuIo.h      |  24 +-
>   .../Include/Protocol/SmmCpuSaveState.h             |  26 +-
>   .../Include/Protocol/SmmGpiDispatch.h              |  24 +-
>   .../Include/Protocol/SmmIchnDispatch.h             |  12 +-
>   .../Include/Protocol/SmmPeriodicTimerDispatch.h    |  16 +-
>   .../Include/Protocol/SmmPowerButtonDispatch.h      |  24 +-
>   .../Include/Protocol/SmmStandbyButtonDispatch.h    |  20 +-
>   IntelFrameworkPkg/Include/Protocol/SmmSwDispatch.h |  18 +-
>   IntelFrameworkPkg/Include/Protocol/SmmSxDispatch.h |  12 +-
>   .../Include/Protocol/SmmUsbDispatch.h              |  20 +-
>   IntelFrameworkPkg/IntelFrameworkPkg.dec            |  10 +-
>   IntelFrameworkPkg/IntelFrameworkPkgExtra.uni       |   6 +-
>   .../Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h    |   8 +-
>   IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c    |  26 +-
>   .../Library/DxeIoLibCpuIo/IoLibMmioBuffer.c        |   6 +-
>   .../DxeSmmDriverEntryPoint/DriverEntryPoint.c      |   8 +-
>   .../DxeSmmDriverEntryPoint.inf                     |   4 +-
>   .../Library/FrameworkUefiLib/Console.c             |  48 +-
>   .../Library/FrameworkUefiLib/FrameworkUefiLib.inf  |   6 +-
>   .../Library/FrameworkUefiLib/UefiDriverModel.c     |  30 +-
>   .../Library/FrameworkUefiLib/UefiLib.c             | 162 +++---
>   .../Library/FrameworkUefiLib/UefiLibPrint.c        | 154 +++---
>   .../Library/FrameworkUefiLib/UefiNotTiano.c        |   8 +-
>   .../Library/PeiHobLibFramework/HobLib.c            |  96 ++--
>   .../PeiHobLibFramework/PeiHobLibFramework.inf      |   6 +-
>   .../Library/PeiSmbusLibSmbusPpi/InternalSmbusLib.h |  18 +-
>   .../Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c      |  24 +-
>   .../PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf    |   4 +-
>   .../Library/PeiSmbusLibSmbusPpi/SmbusLib.c         |  28 +-
>   IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c   |  10 +-
>   IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf            |   4 +-
>   IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf            |   4 +-
>   IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryM.nasm     |  10 +-
>   IntelFsp2Pkg/FspSecCore/SecFsp.c                   |   4 +-
>   IntelFsp2Pkg/FspSecCore/SecFspApiChk.c             |   6 +-
>   IntelFsp2Pkg/FspSecCore/SecMain.c                  |   6 +-
>   IntelFsp2Pkg/Include/FspEas/FspApi.h               |   4 +-
>   IntelFsp2Pkg/Include/Guid/FspHeaderFile.h          |   4 +-
>   IntelFsp2Pkg/Include/Library/FspCommonLib.h        |   4 +-
>   IntelFsp2Pkg/IntelFsp2Pkg.dec                      |   8 +-
>   .../Library/BaseFspCommonLib/BaseFspCommonLib.inf  |   4 +-
>   .../Library/BaseFspCommonLib/FspCommonLib.c        |   4 +-
>   .../Library/BaseFspPlatformLib/FspPlatformMemory.c |   6 +-
>   .../SecFspSecPlatformLibNull/Ia32/Flat32.nasm      |   4 +-
>   IntelFsp2Pkg/Tools/PatchFv.py                      |   8 +-
>   IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec        |   4 +-
>   .../BaseFspWrapperApiTestLibNull.inf               |   2 +-
>   .../FspWrapperHobProcessLibSample.c                |   6 +-
>   .../Feature/VTd/IntelVTdDxe/DmaProtection.c        |   2 +-
>   .../BootManagerMenuApp/BootManagerMenu.c           | 266 ++++-----
>   .../BootManagerMenuApp/BootManagerMenu.h           |  10 +-
>   .../BootManagerMenuApp/BootManagerMenuApp.inf      |  12 +-
>   .../BootManagerMenuApp/BootManagerMenuApp.uni      |   4 +-
>   .../BootManagerMenuApp/BootManagerMenuAppExtra.uni |   6 +-
>   .../BootManagerMenuApp/BootManagerMenuStrings.uni  |   4 +-
>   MdeModulePkg/Application/HelloWorld/HelloWorld.c   |  38 +-
>   MdeModulePkg/Application/HelloWorld/HelloWorld.uni |   4 +-
>   .../Application/HelloWorld/HelloWorldExtra.uni     |   6 +-
>   .../MemoryProfileInfo/MemoryProfileInfoExtra.uni   |   6 +-
>   MdeModulePkg/Application/UiApp/UiApp.inf           |   8 +-
>   .../Application/VariableInfo/VariableInfoExtra.uni |   6 +-
>   MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c   |   6 +-
>   MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h   |  42 +-
>   .../Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf  |   8 +-
>   .../AtaAtapiPassThru/AtaAtapiPassThruDxeExtra.uni  |   6 +-
>   .../Bus/Ata/AtaAtapiPassThru/ComponentName.c       |  18 +-
>   MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h    |  24 +-
>   MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxeExtra.uni  |   6 +-
>   .../Bus/Ata/AtaBusDxe/AtaPassThruExecute.c         |   4 +-
>   MdeModulePkg/Bus/Ata/AtaBusDxe/ComponentName.c     |  18 +-
>   MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c               |  68 +--
>   MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxeExtra.uni     |   6 +-
>   MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.h               |  16 +-
>   MdeModulePkg/Bus/I2c/I2cDxe/I2cDxeExtra.uni        |   6 +-
>   MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c              |  44 +-
>   MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxeExtra.uni    |   6 +-
>   MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c     |  18 +-
>   MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h     |  18 +-
>   MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.c         |  70 +--
>   MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf       |   6 +-
>   MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c |   2 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/ComponentName.c       |   4 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c                |  22 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h                |   4 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf           |   8 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.uni           |   6 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/EhciDxeExtra.uni      |   6 +-
>   MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c           |   4 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.c             | 126 ++---
>   MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h             |  26 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf           |   4 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciPei.uni           |   4 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciPeiExtra.uni      |   6 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciReg.h             |  36 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciSched.c           |  30 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciSched.h           |  14 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciUrb.c             |  36 +-
>   MdeModulePkg/Bus/Pci/EhciPei/EhciUrb.h             |  54 +-
>   MdeModulePkg/Bus/Pci/EhciPei/UsbHcMem.c            |  30 +-
>   MdeModulePkg/Bus/Pci/EhciPei/UsbHcMem.h            |  18 +-
>   MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.c         | 124 ++---
>   MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.h         | 102 ++--
>   MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.uni       |   6 +-
>   MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPeiExtra.uni  |   6 +-
>   .../IncompatiblePciDeviceSupport.c                 |   8 +-
>   .../IncompatiblePciDeviceSupportDxe.inf            |   4 +-
>   .../IncompatiblePciDeviceSupportExtra.uni          |   6 +-
>   .../Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf        |   4 +-
>   .../Bus/Pci/NvmExpressDxe/NvmExpressDxeExtra.uni   |   6 +-
>   MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c |   4 +-
>   .../Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c     |   2 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c            |  10 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf       |   6 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxeExtra.uni  |   6 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c  |   4 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c     |  12 +-
>   .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.c       |   6 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c             |  44 +-
>   MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c            |   6 +-
>   .../Bus/Pci/PciBusDxe/PciOptionRomSupport.c        |   8 +-
>   .../Bus/Pci/PciBusDxe/PciResourceSupport.c         |   4 +-
>   .../Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c     |   2 +-
>   .../Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.uni    |   4 +-
>   .../Pci/PciSioSerialDxe/PciSioSerialDxeExtra.uni   |   6 +-
>   MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c      |  10 +-
>   MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h      |   6 +-
>   MdeModulePkg/Bus/Pci/PciSioSerialDxe/SerialIo.c    |  14 +-
>   .../Bus/Pci/SataControllerDxe/ComponentName.c      |   8 +-
>   .../Bus/Pci/SataControllerDxe/SataController.c     | 218 ++++----
>   .../Bus/Pci/SataControllerDxe/SataController.h     | 212 +++----
>   .../Pci/SataControllerDxe/SataControllerDxe.inf    |   8 +-
>   .../Pci/SataControllerDxe/SataControllerDxe.uni    |   6 +-
>   .../SataControllerDxe/SataControllerDxeExtra.uni   |   6 +-
>   MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.c |   4 +-
>   .../Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf        |   4 +-
>   MdeModulePkg/Bus/Pci/UfsPciHcDxe/ComponentName.c   |   4 +-
>   MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.c     |  78 +--
>   MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.h     |  80 +--
>   MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf   |   4 +-
>   MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.uni   |   4 +-
>   .../Bus/Pci/UfsPciHcDxe/UfsPciHcDxeExtra.uni       |   6 +-
>   MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.c     |   6 +-
>   MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf   |   4 +-
>   MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.uni   |   4 +-
>   .../Bus/Pci/UfsPciHcPei/UfsPciHcPeiExtra.uni       |   6 +-
>   MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c                |   6 +-
>   MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h                |   4 +-
>   MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf           |   8 +-
>   MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.uni           |   4 +-
>   MdeModulePkg/Bus/Pci/UhciDxe/UhciDxeExtra.uni      |   6 +-
>   MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.c             |  42 +-
>   MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.h             |  40 +-
>   MdeModulePkg/Bus/Pci/UhciPei/UhciPei.uni           |   4 +-
>   MdeModulePkg/Bus/Pci/UhciPei/UhciPeiExtra.uni      |   6 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c            |  28 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h            |  14 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c                |  10 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf           |   4 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.uni           |   4 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/XhciDxeExtra.uni      |   6 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c           |  40 +-
>   MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.h           |   8 +-
>   MdeModulePkg/Bus/Pci/XhciPei/XhciPei.uni           |   4 +-
>   MdeModulePkg/Bus/Pci/XhciPei/XhciPeiExtra.uni      |   6 +-
>   MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c         | 116 ++--
>   MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h         |  60 +-
>   MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.uni       |   4 +-
>   MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf    |  10 +-
>   MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusExtra.uni  |   6 +-
>   MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c  |   4 +-
>   MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c       | 126 ++---
>   MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h       |  60 +-
>   MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.uni     |   4 +-
>   MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf  |   8 +-
>   .../Bus/Scsi/ScsiDiskDxe/ScsiDiskExtra.uni         |   6 +-
>   MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c              |   4 +-
>   MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c | 208 +++----
>   MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.h | 176 +++---
>   .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.uni        |   4 +-
>   .../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPeiExtra.uni   |   6 +-
>   MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHcMem.c      |  24 +-
>   MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHcMem.h      |   6 +-
>   MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c        |  78 +--
>   MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.h        |  46 +-
>   .../Bus/Ufs/UfsPassThruDxe/ComponentName.c         |  20 +-
>   MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c  |  18 +-
>   MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h  |   6 +-
>   .../Bus/Ufs/UfsPassThruDxe/UfsPassThru.uni         |   6 +-
>   .../Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf      |   6 +-
>   .../Bus/Ufs/UfsPassThruDxe/UfsPassThruExtra.uni    |   6 +-
>   .../Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c        |  32 +-
>   .../Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.h        |  46 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c           |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.h           |  10 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c          |  10 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c         |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.h         |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.uni       |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPeiExtra.uni  |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPeim.c        |  74 +--
>   MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPeim.h        |  62 +--
>   MdeModulePkg/Bus/Usb/UsbBotPei/UsbPeim.h           |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c            |  20 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h            |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf       |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.uni       |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxeExtra.uni  |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c           |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c         |  60 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c            |  10 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h            |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c        |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.c           |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.h           |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.c         |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h         |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf       |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.uni       |   4 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPeiExtra.uni  |   6 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/UsbIoPeim.c         |  10 +-
>   MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.c           |  88 +--
>   MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h           |  14 +-
>   MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c             |   6 +-
>   MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf         |   6 +-
>   MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.uni         |   4 +-
>   MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxeExtra.uni    |   6 +-
>   MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h   |   4 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c        |  14 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h        |  12 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassBot.c         |   4 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassBot.h         |   4 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c         |   4 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h         |   4 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassDiskInfo.c    |  26 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassDiskInfo.h    |  26 +-
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c        |  78 +--
>   .../Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h        |   8 +-
>   .../Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf    |   4 +-
>   .../Usb/UsbMassStorageDxe/UsbMassStorageDxe.uni    |   4 +-
>   .../UsbMassStorageDxe/UsbMassStorageDxeExtra.uni   |   6 +-
>   .../UsbMouseAbsolutePointer.c                      |  30 +-
>   .../UsbMouseAbsolutePointer.h                      |  10 +-
>   .../UsbMouseAbsolutePointerDxe.inf                 |   4 +-
>   .../UsbMouseAbsolutePointerDxe.uni                 |   4 +-
>   .../UsbMouseAbsolutePointerDxeExtra.uni            |   6 +-
>   MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c        |   4 +-
>   MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c        |  28 +-
>   MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h        |  22 +-
>   MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf   |   4 +-
>   MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.uni   |   4 +-
>   .../Bus/Usb/UsbMouseDxe/UsbMouseDxeExtra.uni       |   6 +-
>   MdeModulePkg/Core/Dxe/Dispatcher/Dependency.c      |   4 +-
>   MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c      |  30 +-
>   MdeModulePkg/Core/Dxe/DxeCore.uni                  |   4 +-
>   MdeModulePkg/Core/Dxe/DxeCoreExtra.uni             |   6 +-
>   MdeModulePkg/Core/Dxe/DxeMain.h                    |  54 +-
>   MdeModulePkg/Core/Dxe/DxeMain.inf                  |   8 +-
>   MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c            |   6 +-
>   MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c  |   6 +-
>   MdeModulePkg/Core/Dxe/Event/Tpl.c                  |   4 +-
>   MdeModulePkg/Core/Dxe/FwVol/FwVol.c                |  30 +-
>   MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.c      |   8 +-
>   MdeModulePkg/Core/Dxe/Gcd/Gcd.c                    |  76 +--
>   MdeModulePkg/Core/Dxe/Hand/DriverSupport.c         |   8 +-
>   MdeModulePkg/Core/Dxe/Hand/Handle.c                |   6 +-
>   MdeModulePkg/Core/Dxe/Hand/Handle.h                |  32 +-
>   MdeModulePkg/Core/Dxe/Hand/Locate.c                |   6 +-
>   MdeModulePkg/Core/Dxe/Image/Image.c                |  94 ++--
>   MdeModulePkg/Core/Dxe/Image/Image.h                |  10 +-
>   MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c    |  12 +-
>   MdeModulePkg/Core/Dxe/Mem/Page.c                   | 106 ++--
>   MdeModulePkg/Core/Dxe/Misc/DebugImageInfo.c        |  20 +-
>   MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c |   6 +-
>   MdeModulePkg/Core/Dxe/Misc/Stall.c                 |  12 +-
>   .../Dxe/SectionExtraction/CoreSectionExtraction.c  |  22 +-
>   MdeModulePkg/Core/DxeIplPeim/Arm/DxeLoadFunc.c     |   8 +-
>   MdeModulePkg/Core/DxeIplPeim/DxeIpl.uni            |   4 +-
>   MdeModulePkg/Core/DxeIplPeim/DxeIplExtra.uni       |   6 +-
>   MdeModulePkg/Core/DxeIplPeim/DxeLoad.c             |  70 +--
>   MdeModulePkg/Core/DxeIplPeim/Ebc/DxeLoadFunc.c     |   4 +-
>   MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c    |   6 +-
>   MdeModulePkg/Core/DxeIplPeim/X64/DxeLoadFunc.c     |   6 +-
>   MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c   |  16 +-
>   MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.h   |  22 +-
>   MdeModulePkg/Core/Pei/BootMode/BootMode.c          |  36 +-
>   MdeModulePkg/Core/Pei/CpuIo/CpuIo.c                | 138 ++---
>   MdeModulePkg/Core/Pei/Dependency/Dependency.c      |  48 +-
>   MdeModulePkg/Core/Pei/Dependency/Dependency.h      |  18 +-
>   MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c      | 248 ++++-----
>   MdeModulePkg/Core/Pei/FwVol/FwVol.c                | 384 ++++++-------
>   MdeModulePkg/Core/Pei/FwVol/FwVol.h                | 104 ++--
>   MdeModulePkg/Core/Pei/Hob/Hob.c                    |  40 +-
>   MdeModulePkg/Core/Pei/Image/Image.c                |  50 +-
>   MdeModulePkg/Core/Pei/Memory/MemoryServices.c      |  44 +-
>   MdeModulePkg/Core/Pei/PciCfg2/PciCfg2.c            |  48 +-
>   MdeModulePkg/Core/Pei/PeiCoreExtra.uni             |   6 +-
>   MdeModulePkg/Core/Pei/PeiMain.h                    | 204 +++----
>   MdeModulePkg/Core/Pei/PeiMain.inf                  |  12 +-
>   MdeModulePkg/Core/Pei/PeiMain/PeiMain.c            |  32 +-
>   MdeModulePkg/Core/Pei/Ppi/Ppi.c                    |  34 +-
>   MdeModulePkg/Core/Pei/Security/Security.c          |  22 +-
>   MdeModulePkg/Core/Pei/StatusCode/StatusCode.c      |  38 +-
>   MdeModulePkg/Core/PiSmmCore/Dependency.c           |  18 +-
>   MdeModulePkg/Core/PiSmmCore/Dispatcher.c           |  90 +--
>   MdeModulePkg/Core/PiSmmCore/Handle.c               |  16 +-
>   .../Core/PiSmmCore/InstallConfigurationTable.c     |  16 +-
>   MdeModulePkg/Core/PiSmmCore/Locate.c               |  16 +-
>   MdeModulePkg/Core/PiSmmCore/Notify.c               |  20 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmCore.c            |  36 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmCore.h            |  26 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf          |  10 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmCoreExtra.uni     |   6 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h |  56 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c             | 138 ++---
>   MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf           |   8 +-
>   MdeModulePkg/Core/PiSmmCore/PiSmmIplExtra.uni      |   6 +-
>   MdeModulePkg/Core/PiSmmCore/Pool.c                 |  16 +-
>   MdeModulePkg/Core/PiSmmCore/Smi.c                  |  16 +-
>   MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c   |  14 +-
>   MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf        |   8 +-
>   MdeModulePkg/Core/RuntimeDxe/RuntimeDxeExtra.uni   |   6 +-
>   MdeModulePkg/Include/Guid/AcpiS3Context.h          |   4 +-
>   .../Include/Guid/BootScriptExecutorVariable.h      |   4 +-
>   MdeModulePkg/Include/Guid/CapsuleVendor.h          |  20 +-
>   MdeModulePkg/Include/Guid/ConnectConInEvent.h      |   4 +-
>   MdeModulePkg/Include/Guid/ConsoleInDevice.h        |  12 +-
>   MdeModulePkg/Include/Guid/ConsoleOutDevice.h       |  10 +-
>   .../Include/Guid/Crc32GuidedSectionExtraction.h    |  12 +-
>   MdeModulePkg/Include/Guid/DebugMask.h              |  20 +-
>   MdeModulePkg/Include/Guid/DriverSampleHii.h        |  14 +-
>   MdeModulePkg/Include/Guid/EndOfS3Resume.h          |  16 +-
>   .../Include/Guid/EventExitBootServiceFailed.h      |   4 +-
>   MdeModulePkg/Include/Guid/FaultTolerantWrite.h     |  12 +-
>   MdeModulePkg/Include/Guid/HiiResourceSampleHii.h   |  14 +-
>   MdeModulePkg/Include/Guid/Ip4Config2Hii.h          |  14 +-
>   MdeModulePkg/Include/Guid/Ip4IScsiConfigHii.h      |  14 +-
>   .../Include/Guid/LoadModuleAtFixedAddress.h        |  18 +-
>   MdeModulePkg/Include/Guid/LzmaDecompress.h         |  16 +-
>   MdeModulePkg/Include/Guid/MdeModuleHii.h           |  10 +-
>   MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h |  12 +-
>   MdeModulePkg/Include/Guid/MemoryProfile.h          |   6 +-
>   MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h |  18 +-
>   MdeModulePkg/Include/Guid/MemoryTypeInformation.h  |  12 +-
>   MdeModulePkg/Include/Guid/MtcVendor.h              |  14 +-
>   MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h     |  10 +-
>   MdeModulePkg/Include/Guid/Performance.h            |  22 +-
>   .../Include/Guid/PiSmmCommunicationRegionTable.h   |  16 +-
>   MdeModulePkg/Include/Guid/PlatDriOverrideHii.h     |  14 +-
>   MdeModulePkg/Include/Guid/S3SmmInitDone.h          |  16 +-
>   MdeModulePkg/Include/Guid/StandardErrorDevice.h    |  12 +-
>   MdeModulePkg/Include/Guid/StatusCodeCallbackGuid.h |  14 +-
>   .../Include/Guid/StatusCodeDataTypeDebug.h         |  22 +-
>   .../Include/Guid/StatusCodeDataTypeVariable.h      |   8 +-
>   MdeModulePkg/Include/Guid/SystemNvDataGuid.h       |  16 +-
>   MdeModulePkg/Include/Guid/UsbKeyBoardLayout.h      |  10 +-
>   MdeModulePkg/Include/Guid/VariableIndexTable.h     |  10 +-
>   MdeModulePkg/Include/Guid/VlanConfigHii.h          |  14 +-
>   MdeModulePkg/Include/Guid/ZeroGuid.h               |  12 +-
>   MdeModulePkg/Include/Library/BootLogoLib.h         |   4 +-
>   MdeModulePkg/Include/Library/CapsuleLib.h          |  22 +-
>   .../Include/Library/CpuExceptionHandlerLib.h       |  26 +-
>   .../Include/Library/CustomizedDisplayLib.h         |  54 +-
>   MdeModulePkg/Include/Library/DpcLib.h              |  12 +-
>   MdeModulePkg/Include/Library/FileExplorerLib.h     |  12 +-
>   MdeModulePkg/Include/Library/HiiLib.h              | 236 ++++----
>   MdeModulePkg/Include/Library/HttpLib.h             |  32 +-
>   MdeModulePkg/Include/Library/IpIoLib.h             |  94 ++--
>   MdeModulePkg/Include/Library/LockBoxLib.h          |   2 +-
>   MdeModulePkg/Include/Library/MemoryProfileLib.h    |  16 +-
>   MdeModulePkg/Include/Library/NetLib.h              |  60 +-
>   .../Include/Library/OemHookStatusCodeLib.h         |  56 +-
>   .../Include/Library/PlatformBootManagerLib.h       |   4 +-
>   MdeModulePkg/Include/Library/PlatformHookLib.h     |  18 +-
>   MdeModulePkg/Include/Library/RecoveryLib.h         |  14 +-
>   MdeModulePkg/Include/Library/ResetSystemLib.h      |  24 +-
>   MdeModulePkg/Include/Library/ResetUtilityLib.h     |   4 +-
>   MdeModulePkg/Include/Library/S3Lib.h               |  12 +-
>   .../Include/Library/SecurityManagementLib.h        |  82 +--
>   .../Include/Library/SmmCorePlatformHookLib.h       |  20 +-
>   MdeModulePkg/Include/Library/TcpIoLib.h            |  20 +-
>   MdeModulePkg/Include/Library/UdpIoLib.h            |   4 +-
>   MdeModulePkg/Include/Library/UefiBootManagerLib.h  |  38 +-
>   MdeModulePkg/Include/Library/UefiHiiServicesLib.h  |  12 +-
>   MdeModulePkg/Include/Ppi/AtaController.h           |  60 +-
>   MdeModulePkg/Include/Ppi/SerialPortPei.h           |   6 +-
>   MdeModulePkg/Include/Ppi/SmmAccess.h               |  36 +-
>   MdeModulePkg/Include/Ppi/SmmCommunication.h        |   6 +-
>   MdeModulePkg/Include/Ppi/SmmControl.h              |   6 +-
>   MdeModulePkg/Include/Ppi/Usb2HostController.h      |  96 ++--
>   MdeModulePkg/Include/Ppi/UsbController.h           |   8 +-
>   MdeModulePkg/Include/Ppi/UsbHostController.h       |  90 +--
>   MdeModulePkg/Include/Ppi/UsbIo.h                   |  42 +-
>   MdeModulePkg/Include/Protocol/DisplayProtocol.h    |  52 +-
>   MdeModulePkg/Include/Protocol/Dpc.h                |  18 +-
>   MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h  |   4 +-
>   MdeModulePkg/Include/Protocol/EbcVmTest.h          |   4 +-
>   MdeModulePkg/Include/Protocol/EsrtManagement.h     |  34 +-
>   MdeModulePkg/Include/Protocol/FaultTolerantWrite.h |  22 +-
>   MdeModulePkg/Include/Protocol/FileExplorer.h       |  14 +-
>   MdeModulePkg/Include/Protocol/FormBrowserEx.h      |  44 +-
>   MdeModulePkg/Include/Protocol/FormBrowserEx2.h     |  18 +-
>   MdeModulePkg/Include/Protocol/GenericMemoryTest.h  |  40 +-
>   MdeModulePkg/Include/Protocol/LoadPe32Image.h      |  16 +-
>   MdeModulePkg/Include/Protocol/PlatformLogo.h       |  10 +-
>   MdeModulePkg/Include/Protocol/Print2.h             |  46 +-
>   .../Include/Protocol/SmmFaultTolerantWrite.h       |  30 +-
>   .../Include/Protocol/SmmFirmwareVolumeBlock.h      |  24 +-
>   .../Include/Protocol/SmmSwapAddressRange.h         |  32 +-
>   MdeModulePkg/Include/Protocol/SmmVariable.h        |  18 +-
>   MdeModulePkg/Include/Protocol/SwapAddressRange.h   |  56 +-
>   MdeModulePkg/Include/Protocol/UfsHostController.h  |  82 +--
>   MdeModulePkg/Include/Protocol/VariableLock.h       |  16 +-
>   .../BasePlatformHookLibNull.c                      |   8 +-
>   .../BaseResetSystemLibNull.c                       |  10 +-
>   .../BaseSerialPortLib16550.c                       | 128 ++---
>   .../BaseSerialPortLib16550.inf                     |   4 +-
>   .../BaseSerialPortLib16550.uni                     |   4 +-
>   MdeModulePkg/Library/BootLogoLib/BootLogoLib.c     |   6 +-
>   MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf   |  12 +-
>   .../Library/BootMaintenanceManagerUiLib/BmLib.c    |   4 +-
>   .../BootMaintenanceManagerUiLib/BootMaintenance.c  |  62 +--
>   .../BootMaintenanceManager.h                       |  70 +--
>   .../BootMaintenanceManager.vfr                     |  14 +-
>   .../BootMaintenanceManagerStrings.uni              |  10 +-
>   .../BootMaintenanceManagerUiLib.inf                |  10 +-
>   .../BootMaintenanceManagerUiLib/BootOption.c       |  64 +--
>   .../BootMaintenanceManagerUiLib/ConsoleOption.c    |  52 +-
>   .../Library/BootMaintenanceManagerUiLib/FormGuid.h |   4 +-
>   .../BootMaintenanceManagerUiLib/UpdatePage.c       |  64 +--
>   .../Library/BootMaintenanceManagerUiLib/Variable.c |  26 +-
>   .../Library/BootManagerUiLib/BootManager.c         |  20 +-
>   .../BootManagerUiLib/BootManagerStrings.uni        |  26 +-
>   .../Library/BootManagerUiLib/BootManagerUiLib.inf  |   4 +-
>   .../CpuExceptionHandlerLibNull.c                   |  24 +-
>   .../CustomizedDisplayLib/CustomizedDisplayLib.c    |  74 +--
>   .../CustomizedDisplayLib/CustomizedDisplayLib.inf  |   8 +-
>   .../CustomizedDisplayLibInternal.c                 |  70 +--
>   .../CustomizedDisplayLibInternal.h                 |  22 +-
>   .../CustomizedDisplayLibModStrs.uni                |  10 +-
>   .../Library/DeviceManagerUiLib/DeviceManager.c     |  56 +-
>   .../DeviceManagerUiLib/DeviceManagerStrings.uni    |   6 +-
>   .../DeviceManagerUiLib/DeviceManagerUiLib.inf      |   8 +-
>   .../Library/DxeCapsuleLibNull/DxeCapsuleLibNull.c  |  10 +-
>   .../DxeCoreMemoryAllocationServices.h              |  16 +-
>   .../DxeCoreMemoryProfileLib.c                      |  16 +-
>   .../DxeCoreMemoryProfileLibNull.c                  |  16 +-
>   .../DxeCoreMemoryProfileServices.h                 |  16 +-
>   .../MemoryAllocationLib.c                          | 116 ++--
>   .../DxeCorePerformanceLib/DxeCorePerformanceLib.c  |   2 +-
>   .../DxeCorePerformanceLib.inf                      |  10 +-
>   .../DxeCorePerformanceLib.uni                      |   4 +-
>   .../DxeCorePerformanceLibInternal.h                |   2 +-
>   .../DxeCrc32GuidedSectionExtractLib.c              |  28 +-
>   .../DxeCrc32GuidedSectionExtractLib.inf            |   4 +-
>   .../DxeCrc32GuidedSectionExtractLib.uni            |   4 +-
>   .../DxeDebugPrintErrorLevelLib.c                   |  76 +--
>   .../DxeDebugPrintErrorLevelLib.inf                 |   8 +-
>   MdeModulePkg/Library/DxeDpcLib/DpcLib.c            |   4 +-
>   MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.uni       |   4 +-
>   .../DxeFileExplorerProtocol.c                      |  14 +-
>   .../DxeFileExplorerProtocol.inf                    |   4 +-
>   MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c       | 136 ++---
>   MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf     |   4 +-
>   MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.uni     |   4 +-
>   MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c       | 132 ++---
>   MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.uni     |   4 +-
>   MdeModulePkg/Library/DxeNetLib/DxeNetLib.c         |  88 +--
>   MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf       |   4 +-
>   MdeModulePkg/Library/DxeNetLib/DxeNetLib.uni       |   4 +-
>   MdeModulePkg/Library/DxeNetLib/NetBuffer.c         |  18 +-
>   .../Library/DxePerformanceLib/DxePerformanceLib.c  |   4 +-
>   .../DxePerformanceLib/DxePerformanceLib.inf        |  10 +-
>   .../DxePerformanceLib/DxePerformanceLib.uni        |   4 +-
>   .../Library/DxePrintLibPrint2Protocol/PrintLib.c   | 176 +++---
>   .../DxeReportStatusCodeLib/ReportStatusCodeLib.c   |   6 +-
>   .../Library/DxeResetSystemLib/DxeResetSystemLib.c  |   8 +-
>   .../DxeSecurityManagementLib.c                     |  68 +--
>   .../DxeSecurityManagementLib.inf                   |   4 +-
>   .../DxeSmmPerformanceLib/DxeSmmPerformanceLib.c    |  18 +-
>   .../DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf  |  10 +-
>   .../DxeSmmPerformanceLib/DxeSmmPerformanceLib.uni  |   4 +-
>   MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.c     |  38 +-
>   MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf   |   4 +-
>   MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.uni   |   4 +-
>   MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf   |   4 +-
>   MdeModulePkg/Library/DxeUdpIoLib/DxeUpdIoLib.uni   |   4 +-
>   .../Library/FileExplorerLib/FileExplorer.c         |  52 +-
>   .../Library/FileExplorerLib/FileExplorer.h         |  22 +-
>   .../Library/FileExplorerLib/FileExplorerLib.inf    |  12 +-
>   .../Library/FileExplorerLib/FileExplorerString.uni |  26 +-
>   .../Library/FileExplorerLib/FileExplorerVfr.vfr    |   4 +-
>   .../Library/LockBoxNullLib/LockBoxNullLib.c        |   4 +-
>   .../Library/LockBoxNullLib/LockBoxNullLib.inf      |   4 +-
>   .../Library/LockBoxNullLib/LockBoxNullLib.uni      |   4 +-
>   .../F86GuidedSectionExtraction.c                   |  32 +-
>   .../GuidedSectionExtraction.c                      |  24 +-
>   .../LzmaCustomDecompressLib/LZMA-SDK-README.txt    |   2 +-
>   .../LzmaCustomDecompressLib/LzmaDecompress.c       |  34 +-
>   .../LzmaDecompressLibInternal.h                    |  32 +-
>   .../OemHookStatusCodeLibNull.c                     |  24 +-
>   .../OemHookStatusCodeLibNull.inf                   |   6 +-
>   .../PeiCrc32GuidedSectionExtractLib.c              |  28 +-
>   .../PeiCrc32GuidedSectionExtractLib.inf            |   4 +-
>   .../PeiDebugPrintHobLib/PeiDebugPrintHobLib.c      |   8 +-
>   .../PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf    |   4 +-
>   .../PeiDxeDebugLibReportStatusCode/DebugLib.c      |  44 +-
>   .../PeiDxeDebugLibReportStatusCode.inf             |   4 +-
>   .../Library/PeiPerformanceLib/PeiPerformanceLib.c  |   2 +-
>   .../PeiPerformanceLib/PeiPerformanceLib.inf        |  12 +-
>   .../PeiPerformanceLib/PeiPerformanceLib.uni        |   4 +-
>   .../PeiRecoveryLibNull/PeiRecoveryLibNull.c        |   6 +-
>   .../PeiRecoveryLibNull/PeiRecoveryLibNull.inf      |  12 +-
>   .../PeiRecoveryLibNull/PeiRecoveryLibNull.uni      |   4 +-
>   .../PeiReportStatusCodeLib.inf                     |   4 +-
>   .../Library/PeiResetSystemLib/PeiResetSystemLib.c  |   8 +-
>   MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c   |   6 +-
>   MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf |   8 +-
>   MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.uni |   4 +-
>   .../MemoryAllocationLib.c                          | 130 ++---
>   .../PiSmmCoreMemoryAllocationServices.h            |  40 +-
>   .../PiSmmCoreMemoryProfileLib.c                    |  16 +-
>   .../PiSmmCoreMemoryProfileLibNull.c                |  16 +-
>   .../PiSmmCoreMemoryProfileServices.h               |  16 +-
>   .../PiSmmCoreSmmServicesTableLib.c                 |   8 +-
>   .../Library/PlatformVarCleanupLib/VfrStrings.uni   |   4 +-
>   .../Library/ResetUtilityLib/ResetUtility.c         |   8 +-
>   .../Library/ResetUtilityLib/ResetUtilityLib.inf    |   4 +-
>   .../ReportStatusCodeLib.c                          |  28 +-
>   .../RuntimeDxeReportStatusCodeLib.inf              |   4 +-
>   .../SmmCorePerformanceLib.inf                      |   8 +-
>   .../SmmCorePerformanceLib.uni                      |   4 +-
>   .../SmmCorePerformanceLibInternal.h                |   4 +-
>   .../SmmCorePlatformHookLibNull.c                   |  10 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxDxeLib.c       |   2 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf     |   4 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxDxeLib.uni     |   4 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxPeiLib.c       |   6 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf     |   4 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxPeiLib.uni     |   4 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxSmmLib.c       |   4 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf     |   2 +-
>   .../Library/SmmLockBoxLib/SmmLockBoxSmmLib.uni     |   4 +-
>   .../MemoryAllocationLib.c                          | 310 +++++------
>   .../SmmMemoryAllocationProfileLib.inf              |   8 +-
>   .../SmmMemoryProfileLib.c                          |  16 +-
>   .../Library/SmmPerformanceLib/SmmPerformanceLib.c  |   6 +-
>   .../SmmPerformanceLib/SmmPerformanceLib.inf        |  10 +-
>   .../SmmPerformanceLib/SmmPerformanceLib.uni        |   4 +-
>   .../SmmReportStatusCodeLib/ReportStatusCodeLib.c   |   6 +-
>   MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c   |  34 +-
>   .../Library/UefiBootManagerLib/BmBootDescription.c |   4 +-
>   .../Library/UefiBootManagerLib/BmConnect.c         |  10 +-
>   .../Library/UefiBootManagerLib/BmConsole.c         |  32 +-
>   .../Library/UefiBootManagerLib/BmDriverHealth.c    |  14 +-
>   MdeModulePkg/Library/UefiBootManagerLib/BmHotkey.c |  12 +-
>   .../Library/UefiBootManagerLib/BmLoadOption.c      |  66 +--
>   MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c   |  24 +-
>   .../Library/UefiBootManagerLib/InternalBm.h        |  24 +-
>   .../UefiBootManagerLib/UefiBootManagerLib.inf      |   4 +-
>   MdeModulePkg/Library/UefiHiiLib/HiiLanguage.c      |  12 +-
>   MdeModulePkg/Library/UefiHiiLib/HiiLib.c           | 388 ++++++-------
>   MdeModulePkg/Library/UefiHiiLib/HiiString.c        | 104 ++--
>   MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h   |  16 +-
>   MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.uni     |   4 +-
>   .../UefiHiiServicesLib/UefiHiiServicesLib.c        |  30 +-
>   .../UefiHiiServicesLib/UefiHiiServicesLib.inf      |  10 +-
>   .../DxeMemoryProfileLib.c                          |  16 +-
>   .../MemoryAllocationLib.c                          | 116 ++--
>   .../UefiMemoryAllocationProfileLib.inf             |   4 +-
>   .../Library/VarCheckPcdLib/VarCheckPcdStructure.h  |   4 +-
>   MdeModulePkg/Logo/LogoExtra.uni                    |   6 +-
>   MdeModulePkg/MdeModulePkg.dec                      |   2 +-
>   MdeModulePkg/MdeModulePkg.dsc                      |  10 +-
>   MdeModulePkg/MdeModulePkgExtra.uni                 |   6 +-
>   .../Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c  |   2 +-
>   .../Acpi/AcpiPlatformDxe/AcpiPlatform.uni          |   4 +-
>   .../Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf       |   6 +-
>   .../Acpi/AcpiPlatformDxe/AcpiPlatformExtra.uni     |   6 +-
>   MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiSdt.c |  98 ++--
>   MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiSdt.h | 102 ++--
>   .../Universal/Acpi/AcpiTableDxe/AcpiTable.h        |   8 +-
>   .../Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf   |   6 +-
>   .../Universal/Acpi/AcpiTableDxe/AcpiTableDxe.uni   |   4 +-
>   .../Acpi/AcpiTableDxe/AcpiTableDxeExtra.uni        |   6 +-
>   .../Acpi/AcpiTableDxe/AcpiTableProtocol.c          |  56 +-
>   MdeModulePkg/Universal/Acpi/AcpiTableDxe/Aml.c     |  12 +-
>   .../Universal/Acpi/AcpiTableDxe/AmlChild.c         |  22 +-
>   .../Universal/Acpi/AcpiTableDxe/AmlNamespace.c     |  42 +-
>   .../Universal/Acpi/AcpiTableDxe/AmlOption.c        |  26 +-
>   .../Universal/Acpi/AcpiTableDxe/AmlString.c        |  26 +-
>   .../BootGraphicsResourceTableDxe.inf               |   4 +-
>   .../BootGraphicsResourceTableDxe.uni               |   4 +-
>   .../BootGraphicsResourceTableDxeExtra.uni          |   6 +-
>   .../BootScriptExecutorDxe.inf                      |   6 +-
>   .../BootScriptExecutorDxe.uni                      |   4 +-
>   .../BootScriptExecutorDxeExtra.uni                 |   6 +-
>   .../Acpi/BootScriptExecutorDxe/ScriptExecute.c     |  14 +-
>   .../Acpi/BootScriptExecutorDxe/ScriptExecute.h     |  28 +-
>   .../Acpi/BootScriptExecutorDxe/X64/SetIdtEntry.c   |   4 +-
>   .../FirmwarePerformanceDxe.c                       |   6 +-
>   .../FirmwarePerformanceDxe.inf                     |   4 +-
>   .../FirmwarePerformanceDxe.uni                     |   4 +-
>   .../FirmwarePerformanceDxeExtra.uni                |   6 +-
>   .../FirmwarePerformancePei.inf                     |   2 +-
>   .../FirmwarePerformancePei.uni                     |   6 +-
>   .../FirmwarePerformancePeiExtra.uni                |   6 +-
>   .../FirmwarePerformanceSmm.c                       |  28 +-
>   .../FirmwarePerformanceSmm.inf                     |   4 +-
>   .../FirmwarePerformanceSmm.uni                     |   4 +-
>   .../FirmwarePerformanceSmmExtra.uni                |   6 +-
>   .../Acpi/S3SaveStateDxe/AcpiS3ContextSave.c        |  38 +-
>   .../Acpi/S3SaveStateDxe/InternalS3SaveState.h      |  30 +-
>   .../Universal/Acpi/S3SaveStateDxe/S3SaveState.c    | 178 +++---
>   .../Acpi/S3SaveStateDxe/S3SaveStateDxe.inf         |   4 +-
>   .../Acpi/S3SaveStateDxe/S3SaveStateDxe.uni         |   4 +-
>   .../Acpi/S3SaveStateDxe/S3SaveStateDxeExtra.uni    |   6 +-
>   .../Acpi/SmmS3SaveState/InternalSmmSaveState.h     |  30 +-
>   .../Universal/Acpi/SmmS3SaveState/SmmS3SaveState.c | 182 +++---
>   .../Acpi/SmmS3SaveState/SmmS3SaveState.inf         |   4 +-
>   .../Acpi/SmmS3SaveState/SmmS3SaveState.uni         |   4 +-
>   .../Acpi/SmmS3SaveState/SmmS3SaveStateExtra.uni    |   6 +-
>   MdeModulePkg/Universal/BdsDxe/Bds.h                |  14 +-
>   MdeModulePkg/Universal/BdsDxe/BdsDxe.inf           |   6 +-
>   MdeModulePkg/Universal/BdsDxe/BdsDxe.uni           |   4 +-
>   MdeModulePkg/Universal/BdsDxe/BdsDxeExtra.uni      |   6 +-
>   MdeModulePkg/Universal/BdsDxe/BdsEntry.c           |  46 +-
>   MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c    |   6 +-
>   MdeModulePkg/Universal/BdsDxe/Language.c           |  10 +-
>   .../BootManagerPolicyDxe/BootManagerPolicyDxe.c    |  12 +-
>   .../BootManagerPolicyDxe/BootManagerPolicyDxe.inf  |   6 +-
>   .../BootManagerPolicyDxe/BootManagerPolicyDxe.uni  |   4 +-
>   .../BootManagerPolicyDxeExtra.uni                  |   6 +-
>   MdeModulePkg/Universal/CapsulePei/Capsule.h        |   8 +-
>   MdeModulePkg/Universal/CapsulePei/CapsulePei.inf   |   8 +-
>   MdeModulePkg/Universal/CapsulePei/CapsulePei.uni   |   4 +-
>   .../Universal/CapsulePei/CapsulePeiExtra.uni       |   6 +-
>   MdeModulePkg/Universal/CapsulePei/CapsuleX64.uni   |   6 +-
>   .../Universal/CapsulePei/CapsuleX64Extra.uni       |   6 +-
>   .../Universal/CapsulePei/Common/CapsuleCoalesce.c  |  32 +-
>   MdeModulePkg/Universal/CapsulePei/UefiCapsule.c    |  62 +--
>   MdeModulePkg/Universal/CapsulePei/X64/X64Entry.c   |  18 +-
>   .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf        |  10 +-
>   .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.uni        |   4 +-
>   .../CapsuleRuntimeDxe/CapsuleRuntimeDxeExtra.uni   |   6 +-
>   .../Universal/CapsuleRuntimeDxe/CapsuleService.c   |  42 +-
>   .../CapsuleRuntimeDxe/X64/SaveLongModeContext.c    |  12 +-
>   .../Universal/Console/ConPlatformDxe/ConPlatform.c |  32 +-
>   .../Universal/Console/ConPlatformDxe/ConPlatform.h |  22 +-
>   .../Console/ConPlatformDxe/ConPlatformDxe.inf      |   4 +-
>   .../Console/ConPlatformDxe/ConPlatformDxeExtra.uni |   6 +-
>   .../Console/ConSplitterDxe/ComponentName.c         |   4 +-
>   .../Universal/Console/ConSplitterDxe/ConSplitter.c |  36 +-
>   .../Console/ConSplitterDxe/ConSplitterDxe.inf      |   4 +-
>   .../Console/ConSplitterDxe/ConSplitterDxeExtra.uni |   6 +-
>   .../Console/ConSplitterDxe/ConSplitterGraphics.c   |  14 +-
>   .../Console/GraphicsConsoleDxe/GraphicsConsole.c   |  46 +-
>   .../Console/GraphicsConsoleDxe/GraphicsConsole.h   |  44 +-
>   .../GraphicsConsoleDxe/GraphicsConsoleDxe.inf      |   4 +-
>   .../GraphicsConsoleDxe/GraphicsConsoleDxeExtra.uni |   6 +-
>   MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c  |   6 +-
>   .../Universal/Console/TerminalDxe/Terminal.h       |  20 +-
>   .../Universal/Console/TerminalDxe/TerminalConIn.c  |   8 +-
>   .../Universal/Console/TerminalDxe/TerminalConOut.c |  10 +-
>   .../Console/TerminalDxe/TerminalDxeExtra.uni       |   6 +-
>   .../Universal/Console/TerminalDxe/Vtutf8.c         |  18 +-
>   MdeModulePkg/Universal/DebugPortDxe/DebugPort.h    |  20 +-
>   .../Universal/DebugPortDxe/DebugPortDxeExtra.uni   |   6 +-
>   .../Universal/DebugSupportDxe/DebugSupport.c       |  12 +-
>   .../DebugSupportDxe/DebugSupportDxeExtra.uni       |   6 +-
>   .../Universal/DebugSupportDxe/Ia32/DebugSupport.h  |  64 +--
>   .../DebugSupportDxe/Ia32/PlDebugSupport.c          |  60 +-
>   .../DebugSupportDxe/Ia32/PlDebugSupport.h          |  16 +-
>   .../Universal/DebugSupportDxe/Ipf/PlDebugSupport.h |   4 +-
>   .../Universal/DebugSupportDxe/X64/PlDebugSupport.h |  16 +-
>   .../Universal/DevicePathDxe/DevicePathDxe.inf      |   4 +-
>   .../Universal/DevicePathDxe/DevicePathDxe.uni      |   4 +-
>   .../Universal/DevicePathDxe/DevicePathDxeExtra.uni |   6 +-
>   .../Universal/Disk/CdExpressPei/CdExpressPei.inf   |   4 +-
>   .../Universal/Disk/CdExpressPei/CdExpressPei.uni   |   4 +-
>   .../Disk/CdExpressPei/CdExpressPeiExtra.uni        |   6 +-
>   .../Universal/Disk/CdExpressPei/PeiCdExpress.c     |  48 +-
>   .../Universal/Disk/CdExpressPei/PeiCdExpress.h     |  44 +-
>   MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.c     |  40 +-
>   MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.h     |   4 +-
>   .../Universal/Disk/DiskIoDxe/DiskIoDxe.inf         |   8 +-
>   .../Universal/Disk/DiskIoDxe/DiskIoDxe.uni         |   4 +-
>   .../Universal/Disk/DiskIoDxe/DiskIoDxeExtra.uni    |   6 +-
>   MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c     |   8 +-
>   MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c     |  20 +-
>   .../Universal/Disk/PartitionDxe/Partition.c        |  58 +-
>   .../Universal/Disk/PartitionDxe/Partition.h        |  10 +-
>   .../Universal/Disk/PartitionDxe/PartitionDxe.inf   |   6 +-
>   .../Universal/Disk/PartitionDxe/PartitionDxe.uni   |   6 +-
>   .../Disk/PartitionDxe/PartitionDxeExtra.uni        |   6 +-
>   .../UnicodeCollation/EnglishDxe/EnglishDxe.inf     |  10 +-
>   .../UnicodeCollation/EnglishDxe/EnglishDxe.uni     |   4 +-
>   .../EnglishDxe/EnglishDxeExtra.uni                 |   6 +-
>   .../EnglishDxe/UnicodeCollationEng.c               |  16 +-
>   .../EnglishDxe/UnicodeCollationEng.h               |  16 +-
>   .../Universal/DisplayEngineDxe/DisplayEngine.uni   |   4 +-
>   .../DisplayEngineDxe/DisplayEngineDxe.inf          |   8 +-
>   .../DisplayEngineDxe/DisplayEngineExtra.uni        |   6 +-
>   .../Universal/DisplayEngineDxe/FormDisplay.c       | 246 ++++-----
>   .../Universal/DisplayEngineDxe/FormDisplay.h       |  36 +-
>   .../Universal/DisplayEngineDxe/InputHandler.c      |  58 +-
>   .../Universal/DisplayEngineDxe/ProcessOptions.c    |  46 +-
>   .../DriverHealthManagerDxe.c                       |   4 +-
>   .../DriverHealthManagerDxe.inf                     |   6 +-
>   .../DriverHealthManagerDxe.uni                     |   4 +-
>   .../DriverHealthManagerDxeExtra.uni                |   6 +-
>   .../DriverHealthManagerStrings.uni                 |   8 +-
>   .../DriverHealthManagerVfr.h                       |   6 +-
>   .../Universal/DriverSampleDxe/DriverSample.c       |  84 +--
>   .../Universal/DriverSampleDxe/DriverSample.uni     |   4 +-
>   .../Universal/DriverSampleDxe/DriverSampleDxe.inf  |   8 +-
>   .../DriverSampleDxe/DriverSampleExtra.uni          |   6 +-
>   .../Universal/DriverSampleDxe/Inventory.vfr        |  46 +-
>   .../Universal/DriverSampleDxe/InventoryStrings.uni |  26 +-
>   MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |  74 +--
>   .../Universal/DriverSampleDxe/VfrStrings.uni       |  42 +-
>   MdeModulePkg/Universal/EbcDxe/EbcDxe.inf           |   8 +-
>   MdeModulePkg/Universal/EbcDxe/EbcDxe.uni           |   4 +-
>   MdeModulePkg/Universal/EbcDxe/EbcDxeExtra.uni      |   6 +-
>   MdeModulePkg/Universal/EbcDxe/EbcExecute.c         |  12 +-
>   MdeModulePkg/Universal/EbcDxe/Ia32/EbcSupport.c    |   4 +-
>   MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c     |   4 +-
>   MdeModulePkg/Universal/EsrtDxe/EsrtDxe.c           |  64 +--
>   MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf         |   6 +-
>   MdeModulePkg/Universal/EsrtDxe/EsrtDxe.uni         |   4 +-
>   MdeModulePkg/Universal/EsrtDxe/EsrtDxeExtra.uni    |   6 +-
>   MdeModulePkg/Universal/EsrtDxe/EsrtImpl.c          |  36 +-
>   MdeModulePkg/Universal/EsrtDxe/EsrtImpl.h          |  52 +-
>   .../FaultTolerantWriteDxe/FaultTolerantWrite.c     |  42 +-
>   .../FaultTolerantWriteDxe/FaultTolerantWrite.h     |  36 +-
>   .../FaultTolerantWriteDxe/FaultTolerantWriteDxe.c  |  66 +--
>   .../FaultTolerantWriteDxe.inf                      |   4 +-
>   .../FaultTolerantWriteDxeExtra.uni                 |   6 +-
>   .../FaultTolerantWriteDxe/FaultTolerantWriteSmm.c  |  94 ++--
>   .../FaultTolerantWriteSmm.inf                      |   8 +-
>   .../FaultTolerantWriteSmmCommon.h                  |  20 +-
>   .../FaultTolerantWriteSmmDxe.c                     | 106 ++--
>   .../FaultTolerantWriteSmmDxe.h                     |  16 +-
>   .../FaultTolerantWriteSmmDxe.inf                   |   8 +-
>   .../FaultTolerantWriteSmmDxeExtra.uni              |   6 +-
>   .../Universal/FaultTolerantWriteDxe/FtwMisc.c      |  38 +-
>   .../SmmFaultTolerantWriteDxeExtra.uni              |   6 +-
>   .../FaultTolerantWriteDxe/UpdateWorkingBlock.c     |  16 +-
>   .../FaultTolerantWritePei/FaultTolerantWritePei.c  |  16 +-
>   .../FaultTolerantWritePeiExtra.uni                 |   6 +-
>   .../Universal/FileExplorerDxe/FileExplorerDxe.inf  |   4 +-
>   .../Universal/FileExplorerDxe/FileExplorerDxe.uni  |   4 +-
>   .../FileExplorerDxe/FileExplorerDxeExtra.uni       |   6 +-
>   .../FvSimpleFileSystemDxe/FvSimpleFileSystem.c     |  16 +-
>   .../FvSimpleFileSystemDxe/FvSimpleFileSystem.uni   |   4 +-
>   .../FvSimpleFileSystemDxe.inf                      |   4 +-
>   .../FvSimpleFileSystemExtra.uni                    |   6 +-
>   .../FvSimpleFileSystemInternal.h                   |   4 +-
>   .../HiiDatabaseDxe/ConfigKeywordHandler.c          | 234 ++++----
>   .../Universal/HiiDatabaseDxe/ConfigRouting.c       | 346 ++++++------
>   MdeModulePkg/Universal/HiiDatabaseDxe/Database.c   |  10 +-
>   MdeModulePkg/Universal/HiiDatabaseDxe/Font.c       |  96 ++--
>   .../Universal/HiiDatabaseDxe/HiiDatabase.h         | 120 ++--
>   .../Universal/HiiDatabaseDxe/HiiDatabase.uni       |   4 +-
>   .../Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf    |  16 +-
>   .../Universal/HiiDatabaseDxe/HiiDatabaseEntry.c    |   4 +-
>   .../Universal/HiiDatabaseDxe/HiiDatabaseExtra.uni  |   6 +-
>   MdeModulePkg/Universal/HiiDatabaseDxe/Image.c      |   8 +-
>   MdeModulePkg/Universal/HiiDatabaseDxe/String.c     |  72 +--
>   .../HiiResourcesSampleDxe/HiiResourcesSample.c     |   6 +-
>   .../HiiResourcesSampleDxe/HiiResourcesSample.uni   |   4 +-
>   .../HiiResourcesSampleDxe.inf                      |   4 +-
>   .../HiiResourcesSampleExtra.uni                    |   6 +-
>   .../Universal/HiiResourcesSampleDxe/Sample.vfr     |   6 +-
>   .../HiiResourcesSampleDxe/SampleStrings.uni        |  26 +-
>   .../Universal/LegacyRegion2Dxe/LegacyRegion2.c     |  28 +-
>   .../Universal/LegacyRegion2Dxe/LegacyRegion2.h     |  14 +-
>   .../LegacyRegion2Dxe/LegacyRegion2Dxe.inf          |  12 +-
>   .../LegacyRegion2Dxe/LegacyRegion2Dxe.uni          |   6 +-
>   .../LegacyRegion2Dxe/LegacyRegion2DxeExtra.uni     |   6 +-
>   .../Universal/LockBox/SmmLockBox/SmmLockBox.c      |  14 +-
>   .../Universal/LockBox/SmmLockBox/SmmLockBox.inf    |   4 +-
>   .../Universal/LockBox/SmmLockBox/SmmLockBox.uni    |   4 +-
>   .../LockBox/SmmLockBox/SmmLockBoxExtra.uni         |   6 +-
>   .../GenericMemoryTestDxe/GenericMemoryTestDxe.uni  |   4 +-
>   .../GenericMemoryTestDxeExtra.uni                  |   6 +-
>   .../GenericMemoryTestDxe/LightMemoryTest.c         |  60 +-
>   .../GenericMemoryTestDxe/LightMemoryTest.h         |  52 +-
>   .../MemoryTest/NullMemoryTestDxe/NullMemoryTest.c  |  64 +--
>   .../MemoryTest/NullMemoryTestDxe/NullMemoryTest.h  |  64 +--
>   .../NullMemoryTestDxe/NullMemoryTestDxe.inf        |   8 +-
>   .../NullMemoryTestDxe/NullMemoryTestDxe.uni        |   4 +-
>   .../NullMemoryTestDxe/NullMemoryTestDxeExtra.uni   |   6 +-
>   MdeModulePkg/Universal/Metronome/Metronome.c       |  46 +-
>   MdeModulePkg/Universal/Metronome/Metronome.h       |  26 +-
>   MdeModulePkg/Universal/Metronome/Metronome.inf     |  18 +-
>   MdeModulePkg/Universal/Metronome/Metronome.uni     |   4 +-
>   .../Universal/Metronome/MetronomeExtra.uni         |   6 +-
>   .../MonotonicCounterRuntimeDxe/MonotonicCounter.c  |   6 +-
>   .../MonotonicCounterRuntimeDxeExtra.uni            |   6 +-
>   MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.c  | 104 ++--
>   MdeModulePkg/Universal/Network/ArpDxe/ArpDriver.h  |  96 ++--
>   MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf   |   4 +-
>   MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.uni   |   4 +-
>   .../Universal/Network/ArpDxe/ArpDxeExtra.uni       |   6 +-
>   MdeModulePkg/Universal/Network/ArpDxe/ArpImpl.c    |   6 +-
>   MdeModulePkg/Universal/Network/ArpDxe/ArpImpl.h    |  78 +--
>   MdeModulePkg/Universal/Network/ArpDxe/ArpMain.c    |  58 +-
>   .../Universal/Network/ArpDxe/ComponentName.c       |  16 +-
>   .../Universal/Network/Dhcp4Dxe/ComponentName.c     |  28 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Driver.c       |   8 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Driver.h       |  20 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf        |   4 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Dxe.uni        |   4 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4DxeExtra.uni   |   6 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Impl.c         |  10 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Impl.h         |   2 +-
>   MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c  |  30 +-
>   MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.h  |   4 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Option.c       |   4 +-
>   .../Universal/Network/Dhcp4Dxe/Dhcp4Option.h       |   6 +-
>   MdeModulePkg/Universal/Network/DpcDxe/Dpc.c        |   4 +-
>   MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.uni   |   4 +-
>   .../Universal/Network/DpcDxe/DpcDxeExtra.uni       |   6 +-
>   .../Universal/Network/IScsiDxe/ComponentName.c     |  18 +-
>   .../Universal/Network/IScsiDxe/ComponentName.h     |   8 +-
>   .../Universal/Network/IScsiDxe/IScsi4Dxe.uni       |   4 +-
>   .../Universal/Network/IScsiDxe/IScsi4DxeExtra.uni  |   6 +-
>   .../Universal/Network/IScsiDxe/IScsiCHAP.h         |   8 +-
>   .../Universal/Network/IScsiDxe/IScsiConfig.c       |  42 +-
>   .../Universal/Network/IScsiDxe/IScsiConfig.h       |  22 +-
>   .../Universal/Network/IScsiDxe/IScsiConfigDxe.vfr  |  64 +--
>   .../Network/IScsiDxe/IScsiConfigDxeStrings.uni     |  30 +-
>   .../Universal/Network/IScsiDxe/IScsiDhcp.c         |  12 +-
>   .../Universal/Network/IScsiDxe/IScsiDhcp.h         |   4 +-
>   .../Universal/Network/IScsiDxe/IScsiDriver.c       |  80 +--
>   .../Universal/Network/IScsiDxe/IScsiDriver.h       |  44 +-
>   .../Universal/Network/IScsiDxe/IScsiDxe.inf        |   4 +-
>   .../Network/IScsiDxe/IScsiExtScsiPassThru.c        |  32 +-
>   .../Universal/Network/IScsiDxe/IScsiIbft.c         |   8 +-
>   .../Universal/Network/IScsiDxe/IScsiMisc.c         |  62 +--
>   .../Universal/Network/IScsiDxe/IScsiMisc.h         |  12 +-
>   .../Universal/Network/IScsiDxe/IScsiProto.c        |  22 +-
>   .../Universal/Network/IScsiDxe/IScsiProto.h        |  18 +-
>   .../Universal/Network/IScsiDxe/IScsiTcp4Io.c       |  14 +-
>   .../Universal/Network/IScsiDxe/IScsiTcp4Io.h       |  12 +-
>   MdeModulePkg/Universal/Network/IScsiDxe/Md5.c      |  62 +--
>   MdeModulePkg/Universal/Network/IScsiDxe/Md5.h      |   6 +-
>   .../Universal/Network/Ip4Dxe/ComponentName.c       |  26 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Common.h  |   4 +-
>   .../Universal/Network/Ip4Dxe/Ip4Config2.vfr        |   6 +-
>   .../Universal/Network/Ip4Dxe/Ip4Config2Impl.c      | 128 ++---
>   .../Universal/Network/Ip4Dxe/Ip4Config2Impl.h      |  18 +-
>   .../Universal/Network/Ip4Dxe/Ip4Config2Nv.c        | 206 +++----
>   .../Universal/Network/Ip4Dxe/Ip4Config2Nv.h        |   4 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Driver.c  |  48 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Driver.h  |  20 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf   |   8 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.uni   |   4 +-
>   .../Universal/Network/Ip4Dxe/Ip4DxeExtra.uni       |   6 +-
>   .../Universal/Network/Ip4Dxe/Ip4DxeStrings.uni     |   4 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.c    |   8 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h    |   4 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4If.c      |  14 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4If.h      |   4 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.c    |   4 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c    |  30 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h    |  20 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Input.c   |  90 +--
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Input.h   |  16 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Option.c  |   6 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Option.h  |   6 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Output.c  |  22 +-
>   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Route.h   |   4 +-
>   .../Universal/Network/MnpDxe/ComponentName.c       |  38 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c  |  16 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.c  |   8 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf   |   4 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.uni   |   4 +-
>   .../Universal/Network/MnpDxe/MnpDxeExtra.uni       |   4 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h    |   6 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpIo.c      |  22 +-
>   MdeModulePkg/Universal/Network/MnpDxe/MnpVlan.c    |   8 +-
>   .../Universal/Network/Mtftp4Dxe/ComponentName.c    |  24 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Driver.c     |   6 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Driver.h     |   8 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf      |   4 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Dxe.uni      |   4 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4DxeExtra.uni |   6 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.c       | 242 ++++----
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.h       |  16 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Option.h     |   8 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Rrq.c        |  46 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Support.c    |  76 +--
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Support.h    |  40 +-
>   .../Universal/Network/Mtftp4Dxe/Mtftp4Wrq.c        |  26 +-
>   .../Universal/Network/SnpDxe/ComponentName.c       |  28 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Initialize.c |  36 +-
>   .../Universal/Network/SnpDxe/Mcast_ip_to_mac.c     |  40 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Nvdata.c     |  62 +--
>   .../Universal/Network/SnpDxe/Receive_filters.c     | 100 ++--
>   MdeModulePkg/Universal/Network/SnpDxe/Reset.c      |  24 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Shutdown.c   |  24 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Snp.c        |   6 +-
>   MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf   |  14 +-
>   MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.uni   |   4 +-
>   .../Universal/Network/SnpDxe/SnpDxeExtra.uni       |   6 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Start.c      |  18 +-
>   .../Universal/Network/SnpDxe/Station_address.c     |  40 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Stop.c       |  30 +-
>   MdeModulePkg/Universal/Network/SnpDxe/Transmit.c   |  54 +-
>   .../Universal/Network/SnpDxe/WaitForPacket.c       |  10 +-
>   .../Universal/Network/Tcp4Dxe/ComponentName.c      |  22 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h  |   8 +-
>   .../Universal/Network/Tcp4Dxe/SockInterface.c      |   8 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h    | 152 ++---
>   .../Universal/Network/Tcp4Dxe/Tcp4Dispatcher.c     |   4 +-
>   .../Universal/Network/Tcp4Dxe/Tcp4Driver.c         | 120 ++--
>   .../Universal/Network/Tcp4Dxe/Tcp4Driver.h         | 114 ++--
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf |   4 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.uni |   4 +-
>   .../Universal/Network/Tcp4Dxe/Tcp4DxeExtra.uni     |   6 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Input.c |   8 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c  | 198 +++----
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.h  | 198 +++----
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c  |   4 +-
>   .../Universal/Network/Tcp4Dxe/Tcp4Option.c         |  16 +-
>   .../Universal/Network/Tcp4Dxe/Tcp4Option.h         |   4 +-
>   .../Universal/Network/Tcp4Dxe/Tcp4Output.c         |  22 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h |   6 +-
>   MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Timer.c |  10 +-
>   .../Universal/Network/Udp4Dxe/ComponentName.c      |  14 +-
>   .../Universal/Network/Udp4Dxe/Udp4Driver.c         |  26 +-
>   .../Universal/Network/Udp4Dxe/Udp4Driver.h         |  18 +-
>   MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf |   4 +-
>   MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.uni |   4 +-
>   .../Universal/Network/Udp4Dxe/Udp4DxeExtra.uni     |   6 +-
>   MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.c  |   8 +-
>   MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.h  |  22 +-
>   MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Main.c  |  20 +-
>   .../Universal/Network/UefiPxeBcDxe/ComponentName.c |   4 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c     |  20 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h     |  32 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcDriver.h   |  12 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcImpl.c     |  68 +--
>   .../Universal/Network/UefiPxeBcDxe/PxeBcMtftp.c    |  26 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h    |  16 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcSupport.c  |   6 +-
>   .../Universal/Network/UefiPxeBcDxe/PxeBcSupport.h  |  12 +-
>   .../Network/UefiPxeBcDxe/UefiPxe4BcDxe.uni         |   4 +-
>   .../Network/UefiPxeBcDxe/UefiPxe4BcDxeExtra.uni    |   6 +-
>   .../Network/UefiPxeBcDxe/UefiPxeBcDxe.inf          |  10 +-
>   .../Network/VlanConfigDxe/VlanConfigDriver.c       |   4 +-
>   .../Network/VlanConfigDxe/VlanConfigDxe.uni        |   4 +-
>   .../Network/VlanConfigDxe/VlanConfigDxeExtra.uni   |   6 +-
>   .../Network/VlanConfigDxe/VlanConfigImpl.c         |   6 +-
>   .../Network/VlanConfigDxe/VlanConfigStrings.uni    |   4 +-
>   MdeModulePkg/Universal/PCD/Dxe/Pcd.c               | 382 ++++++-------
>   MdeModulePkg/Universal/PCD/Dxe/Pcd.inf             | 166 +++---
>   MdeModulePkg/Universal/PCD/Dxe/PcdDxe.uni          |  68 +--
>   MdeModulePkg/Universal/PCD/Dxe/PcdDxeExtra.uni     |   6 +-
>   MdeModulePkg/Universal/PCD/Dxe/Service.c           | 176 +++---
>   MdeModulePkg/Universal/PCD/Dxe/Service.h           | 404 +++++++-------
>   MdeModulePkg/Universal/PCD/Pei/Pcd.c               | 408 +++++++-------
>   MdeModulePkg/Universal/PCD/Pei/Pcd.inf             | 166 +++---
>   MdeModulePkg/Universal/PCD/Pei/PcdPeim.uni         |  66 +--
>   MdeModulePkg/Universal/PCD/Pei/PcdPeimExtra.uni    |   6 +-
>   MdeModulePkg/Universal/PCD/Pei/Service.c           |  82 +--
>   MdeModulePkg/Universal/PCD/Pei/Service.h           | 390 ++++++-------
>   .../PcatSingleSegmentPciCfg2PeiExtra.uni           |   6 +-
>   .../PcatSingleSegmentPciCfg2Pei/PciCfg2.c          |  20 +-
>   .../InternalPlatDriOverrideDxe.h                   |  16 +-
>   .../PlatformDriOverrideDxe/PlatDriOverrideDxe.c    |  68 +--
>   .../PlatformDriOverrideDxe/PlatDriOverrideDxe.uni  |  10 +-
>   .../PlatDriOverrideDxeExtra.uni                    |   6 +-
>   .../PlatformDriOverrideDxe/PlatDriOverrideLib.c    |  24 +-
>   .../PlatformDriOverrideDxe/PlatOverMngr.h          |   6 +-
>   .../PlatformDriOverrideDxe.inf                     |  14 +-
>   MdeModulePkg/Universal/PrintDxe/PrintDxe.uni       |   4 +-
>   MdeModulePkg/Universal/PrintDxe/PrintDxeExtra.uni  |   6 +-
>   .../PropertiesTableAttributesDxe.c                 |   4 +-
>   .../RegularExpressionDxe/RegularExpressionDxe.h    |   2 +-
>   .../RegularExpressionDxe/RegularExpressionDxe.inf  |  16 +-
>   .../Pei/ReportStatusCodeRouterPei.c                |  20 +-
>   .../Pei/ReportStatusCodeRouterPei.h                |  12 +-
>   .../Pei/ReportStatusCodeRouterPeiExtra.uni         |   6 +-
>   .../RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.c  |  20 +-
>   .../RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.h  |  16 +-
>   .../ReportStatusCodeRouterRuntimeDxe.inf           |   4 +-
>   .../ReportStatusCodeRouterRuntimeDxeExtra.uni      |   6 +-
>   .../Smm/ReportStatusCodeRouterSmm.c                |  18 +-
>   .../Smm/ReportStatusCodeRouterSmm.h                |  14 +-
>   .../Smm/ReportStatusCodeRouterSmm.inf              |   4 +-
>   .../Smm/ReportStatusCodeRouterSmmExtra.uni         |   6 +-
>   .../Universal/ResetSystemPei/ResetSystem.c         |   2 +-
>   .../Universal/ResetSystemPei/ResetSystemPei.uni    |   4 +-
>   .../ResetSystemPei/ResetSystemPeiExtra.uni         |   6 +-
>   .../Universal/ResetSystemRuntimeDxe/ResetSystem.c  |  10 +-
>   .../Universal/ResetSystemRuntimeDxe/ResetSystem.h  |   6 +-
>   .../ResetSystemRuntimeDxe.uni                      |   4 +-
>   .../ResetSystemRuntimeDxeExtra.uni                 |   6 +-
>   .../SectionExtractionDxe/SectionExtractionDxe.c    |  22 +-
>   .../SectionExtractionDxeExtra.uni                  |   6 +-
>   .../SectionExtractionPei/SectionExtractionPei.c    |  58 +-
>   .../SectionExtractionPei/SectionExtractionPei.inf  |   4 +-
>   .../SectionExtractionPeiExtra.uni                  |   6 +-
>   .../Universal/SecurityStubDxe/SecurityStub.c       |  80 +--
>   .../Universal/SecurityStubDxe/SecurityStubDxe.uni  |   4 +-
>   .../SecurityStubDxe/SecurityStubDxeExtra.uni       |   6 +-
>   .../Universal/SerialDxe/SerialDxeExtra.uni         |   6 +-
>   .../Universal/SetupBrowserDxe/Expression.c         | 146 ++---
>   .../Universal/SetupBrowserDxe/Expression.h         |  26 +-
>   MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c  |  42 +-
>   .../Universal/SetupBrowserDxe/Presentation.c       | 110 ++--
>   MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     | 222 ++++----
>   MdeModulePkg/Universal/SetupBrowserDxe/Setup.h     | 124 ++---
>   .../Universal/SetupBrowserDxe/SetupBrowser.uni     |   4 +-
>   .../Universal/SetupBrowserDxe/SetupBrowserDxe.inf  |   4 +-
>   .../SetupBrowserDxe/SetupBrowserExtra.uni          |   6 +-
>   MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c       | 172 +++---
>   MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h       |  22 +-
>   MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf     |   4 +-
>   .../Universal/SmbiosDxe/SmbiosDxeExtra.uni         |   6 +-
>   .../SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf  |   4 +-
>   .../SmbiosMeasurementDxeExtra.uni                  |   6 +-
>   .../StatusCodeHandler/Pei/MemoryStausCodeWorker.c  |   4 +-
>   .../StatusCodeHandler/Pei/SerialStatusCodeWorker.c |   6 +-
>   .../StatusCodeHandler/Pei/StatusCodeHandlerPei.c   |   8 +-
>   .../StatusCodeHandler/Pei/StatusCodeHandlerPei.inf |   8 +-
>   .../Pei/StatusCodeHandlerPeiExtra.uni              |   6 +-
>   .../RuntimeDxe/MemoryStatusCodeWorker.c            |   6 +-
>   .../RuntimeDxe/SerialStatusCodeWorker.c            |  54 +-
>   .../RuntimeDxe/StatusCodeHandlerRuntimeDxe.c       |  14 +-
>   .../RuntimeDxe/StatusCodeHandlerRuntimeDxe.h       |   8 +-
>   .../RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf     |   4 +-
>   .../StatusCodeHandlerRuntimeDxeExtra.uni           |   6 +-
>   .../StatusCodeHandler/Smm/MemoryStatusCodeWorker.c |  16 +-
>   .../StatusCodeHandler/Smm/SerialStatusCodeWorker.c |  54 +-
>   .../StatusCodeHandler/Smm/StatusCodeHandlerSmm.c   |   8 +-
>   .../StatusCodeHandler/Smm/StatusCodeHandlerSmm.h   |   6 +-
>   .../StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf |   4 +-
>   .../Smm/StatusCodeHandlerSmmExtra.uni              |   6 +-
>   MdeModulePkg/Universal/TimestampDxe/TimestampDxe.c |  38 +-
>   .../Universal/TimestampDxe/TimestampDxe.inf        |   4 +-
>   .../Universal/TimestampDxe/TimestampDxeExtra.uni   |   6 +-
>   .../Universal/Variable/EmuRuntimeDxe/EmuVariable.c | 144 ++---
>   .../EmuRuntimeDxe/EmuVariableRuntimeDxe.inf        |   4 +-
>   .../EmuRuntimeDxe/EmuVariableRuntimeDxeExtra.uni   |   6 +-
>   .../Variable/EmuRuntimeDxe/InitVariable.c          |  14 +-
>   .../Universal/Variable/EmuRuntimeDxe/Variable.h    |  36 +-
>   .../Universal/Variable/Pei/PeiVariable.uni         |   4 +-
>   .../Universal/Variable/Pei/PeiVariableExtra.uni    |   6 +-
>   .../RuntimeDxe/VariableRuntimeDxeExtra.uni         |   6 +-
>   .../Variable/RuntimeDxe/VariableSmmExtra.uni       |   6 +-
>   .../RuntimeDxe/VariableSmmRuntimeDxeExtra.uni      |   6 +-
>   .../Universal/WatchdogTimerDxe/WatchdogTimer.c     |   6 +-
>   .../Universal/WatchdogTimerDxe/WatchdogTimer.h     |  20 +-
>   .../Universal/WatchdogTimerDxe/WatchdogTimer.inf   |   4 +-
>   .../WatchdogTimerDxe/WatchdogTimerExtra.uni        |   6 +-
>   MdePkg/Include/Base.h                              |   8 +-
>   MdePkg/Include/Ebc/ProcessorBind.h                 |  22 +-
>   MdePkg/Include/Guid/Acpi.h                         |  16 +-
>   MdePkg/Include/Guid/Apriori.h                      |  16 +-
>   MdePkg/Include/Guid/AprioriFileName.h              |  18 +-
>   MdePkg/Include/Guid/CapsuleReport.h                |   8 +-
>   MdePkg/Include/Guid/DebugImageInfoTable.h          |  16 +-
>   MdePkg/Include/Guid/DxeServices.h                  |  16 +-
>   MdePkg/Include/Guid/EventGroup.h                   |  16 +-
>   MdePkg/Include/Guid/EventLegacyBios.h              |  18 +-
>   MdePkg/Include/Guid/FileInfo.h                     |  14 +-
>   MdePkg/Include/Guid/FileSystemInfo.h               |  14 +-
>   MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h    |  16 +-
>   MdePkg/Include/Guid/FirmwareContentsSigned.h       |  16 +-
>   MdePkg/Include/Guid/FirmwareFileSystem2.h          |  26 +-
>   MdePkg/Include/Guid/FirmwareFileSystem3.h          |  16 +-
>   MdePkg/Include/Guid/GlobalVariable.h               |  14 +-
>   MdePkg/Include/Guid/Gpt.h                          |  18 +-
>   MdePkg/Include/Guid/HiiFormMapMethodGuid.h         |  14 +-
>   MdePkg/Include/Guid/HiiKeyBoardLayout.h            |  18 +-
>   MdePkg/Include/Guid/HiiPlatformSetupFormset.h      |  16 +-
>   MdePkg/Include/Guid/HobList.h                      |  16 +-
>   MdePkg/Include/Guid/ImageAuthentication.h          |   4 +-
>   MdePkg/Include/Guid/MdePkgTokenSpace.h             |   4 +-
>   MdePkg/Include/Guid/MemoryAllocationHob.h          |  16 +-
>   MdePkg/Include/Guid/MemoryOverwriteControl.h       |  34 +-
>   MdePkg/Include/Guid/Mps.h                          |  16 +-
>   MdePkg/Include/Guid/PcAnsi.h                       |  16 +-
>   MdePkg/Include/Guid/SalSystemTable.h               |  16 +-
>   MdePkg/Include/Guid/SmBios.h                       |  16 +-
>   MdePkg/Include/Guid/StatusCodeDataTypeId.h         | 158 +++---
>   MdePkg/Include/Guid/VectorHandoffTable.h           |  16 +-
>   MdePkg/Include/Ia32/ProcessorBind.h                |  40 +-
>   MdePkg/Include/IndustryStandard/Acpi10.h           |  20 +-
>   MdePkg/Include/IndustryStandard/Acpi20.h           |  20 +-
>   MdePkg/Include/IndustryStandard/Acpi30.h           |  22 +-
>   MdePkg/Include/IndustryStandard/Acpi40.h           |  22 +-
>   MdePkg/Include/IndustryStandard/Acpi50.h           |  24 +-
>   MdePkg/Include/IndustryStandard/Acpi51.h           |  24 +-
>   MdePkg/Include/IndustryStandard/Acpi60.h           |  24 +-
>   MdePkg/Include/IndustryStandard/Acpi61.h           |  24 +-
>   .../IndustryStandard/AlertStandardFormatTable.h    |  20 +-
>   MdePkg/Include/IndustryStandard/Atapi.h            | 332 +++++------
>   MdePkg/Include/IndustryStandard/DebugPort2Table.h  |   6 +-
>   MdePkg/Include/IndustryStandard/DebugPortTable.h   |   6 +-
>   MdePkg/Include/IndustryStandard/ElTorito.h         |  54 +-
>   .../HighPrecisionEventTimerTable.h                 |  16 +-
>   MdePkg/Include/IndustryStandard/Hsti.h             |   6 +-
>   MdePkg/Include/IndustryStandard/Http11.h           | 130 ++---
>   .../IndustryStandard/IScsiBootFirmwareTable.h      |  26 +-
>   .../Include/IndustryStandard/LegacyBiosMpTable.h   |  20 +-
>   MdePkg/Include/IndustryStandard/Mbr.h              |  14 +-
>   .../MemoryMappedConfigurationSpaceAccessTable.h    |  22 +-
>   .../MemoryOverwriteRequestControlLock.h            |   4 +-
>   MdePkg/Include/IndustryStandard/Pal.h              |  28 +-
>   MdePkg/Include/IndustryStandard/Pci.h              |  14 +-
>   MdePkg/Include/IndustryStandard/Pci22.h            |  94 ++--
>   MdePkg/Include/IndustryStandard/Pci23.h            |  18 +-
>   MdePkg/Include/IndustryStandard/Pci30.h            |  16 +-
>   MdePkg/Include/IndustryStandard/PciCodeId.h        |  14 +-
>   MdePkg/Include/IndustryStandard/PciExpress21.h     |  18 +-
>   MdePkg/Include/IndustryStandard/PciExpress30.h     |  16 +-
>   MdePkg/Include/IndustryStandard/PeImage.h          |  42 +-
>   MdePkg/Include/IndustryStandard/Sal.h              |  38 +-
>   MdePkg/Include/IndustryStandard/Scsi.h             |  20 +-
>   .../SerialPortConsoleRedirectionTable.h            |  16 +-
>   MdePkg/Include/IndustryStandard/SmBios.h           | 310 +++++------
>   MdePkg/Include/IndustryStandard/SmBus.h            |  14 +-
>   .../Include/IndustryStandard/TcgPhysicalPresence.h |  12 +-
>   MdePkg/Include/IndustryStandard/Tls1.h             |   4 +-
>   MdePkg/Include/IndustryStandard/Tpm12.h            |  26 +-
>   MdePkg/Include/IndustryStandard/TpmPtp.h           |   4 +-
>   MdePkg/Include/IndustryStandard/UefiTcgPlatform.h  |   4 +-
>   .../Include/IndustryStandard/WatchdogActionTable.h |  20 +-
>   .../IndustryStandard/WatchdogResourceTable.h       |  16 +-
>   .../WindowsSmmSecurityMitigationTable.h            |   4 +-
>   MdePkg/Include/IndustryStandard/WindowsUxCapsule.h |   4 +-
>   MdePkg/Include/Ipf/ProcessorBind.h                 |  18 +-
>   MdePkg/Include/Library/BaseLib.h                   | 362 ++++++------
>   MdePkg/Include/Library/BaseMemoryLib.h             |  46 +-
>   MdePkg/Include/Library/CacheMaintenanceLib.h       |   6 +-
>   MdePkg/Include/Library/CpuLib.h                    |   4 +-
>   MdePkg/Include/Library/DebugLib.h                  | 170 +++---
>   MdePkg/Include/Library/DebugPrintErrorLevelLib.h   |   6 +-
>   MdePkg/Include/Library/DevicePathLib.h             |  88 +--
>   MdePkg/Include/Library/DxeCoreEntryPoint.h         |  18 +-
>   MdePkg/Include/Library/DxeServicesLib.h            | 178 +++---
>   MdePkg/Include/Library/DxeServicesTableLib.h       |  18 +-
>   MdePkg/Include/Library/ExtendedSalLib.h            |  52 +-
>   MdePkg/Include/Library/ExtractGuidedSectionLib.h   |  94 ++--
>   MdePkg/Include/Library/FileHandleLib.h             |  18 +-
>   MdePkg/Include/Library/HobLib.h                    |   4 +-
>   MdePkg/Include/Library/IoLib.h                     | 126 ++---
>   MdePkg/Include/Library/MemoryAllocationLib.h       |  76 +--
>   MdePkg/Include/Library/PalLib.h                    |  22 +-
>   MdePkg/Include/Library/PcdLib.h                    | 402 +++++++-------
>   MdePkg/Include/Library/PciCf8Lib.h                 |  20 +-
>   MdePkg/Include/Library/PciExpressLib.h             |  18 +-
>   MdePkg/Include/Library/PciLib.h                    |  30 +-
>   MdePkg/Include/Library/PciSegmentLib.h             |  30 +-
>   MdePkg/Include/Library/PeCoffExtraActionLib.h      |   8 +-
>   MdePkg/Include/Library/PeCoffGetEntryPointLib.h    |  14 +-
>   MdePkg/Include/Library/PeCoffLib.h                 | 150 ++---
>   MdePkg/Include/Library/PeiCoreEntryPoint.h         |  16 +-
>   MdePkg/Include/Library/PeiServicesLib.h            |  66 +--
>   .../Include/Library/PeiServicesTablePointerLib.h   |  32 +-
>   MdePkg/Include/Library/PeimEntryPoint.h            |  20 +-
>   MdePkg/Include/Library/PerformanceLib.h            |  24 +-
>   MdePkg/Include/Library/PostCodeLib.h               |  56 +-
>   MdePkg/Include/Library/PrintLib.h                  | 200 +++----
>   MdePkg/Include/Library/ReportStatusCodeLib.h       | 240 ++++----
>   MdePkg/Include/Library/ResourcePublicationLib.h    |   6 +-
>   MdePkg/Include/Library/S3BootScriptLib.h           | 222 ++++----
>   MdePkg/Include/Library/S3IoLib.h                   | 164 +++---
>   MdePkg/Include/Library/S3PciLib.h                  |  10 +-
>   MdePkg/Include/Library/S3SmbusLib.h                |  20 +-
>   MdePkg/Include/Library/S3StallLib.h                |   4 +-
>   MdePkg/Include/Library/SalLib.h                    |   6 +-
>   MdePkg/Include/Library/SerialPortLib.h             |  22 +-
>   MdePkg/Include/Library/SmbusLib.h                  |  26 +-
>   MdePkg/Include/Library/SmmLib.h                    |  30 +-
>   MdePkg/Include/Library/SmmMemLib.h                 |  14 +-
>   MdePkg/Include/Library/SmmPeriodicSmiLib.h         |  98 ++--
>   MdePkg/Include/Library/SmmServicesTableLib.h       |   8 +-
>   MdePkg/Include/Library/SynchronizationLib.h        |   4 +-
>   MdePkg/Include/Library/UefiApplicationEntryPoint.h |  18 +-
>   MdePkg/Include/Library/UefiDecompressLib.h         |  48 +-
>   MdePkg/Include/Library/UefiDriverEntryPoint.h      |  20 +-
>   MdePkg/Include/Library/UefiLib.h                   | 412 +++++++-------
>   MdePkg/Include/Library/UefiRuntimeLib.h            |  12 +-
>   MdePkg/Include/Library/UefiScsiLib.h               |  42 +-
>   MdePkg/Include/Pi/PiDependency.h                   |  28 +-
>   MdePkg/Include/Pi/PiDxeCis.h                       |  78 +--
>   MdePkg/Include/Pi/PiI2c.h                          |  12 +-
>   MdePkg/Include/Pi/PiMultiPhase.h                   |  28 +-
>   MdePkg/Include/Pi/PiPeiCis.h                       | 132 ++---
>   MdePkg/Include/Pi/PiS3BootScript.h                 |   4 +-
>   MdePkg/Include/Pi/PiSmmCis.h                       |  36 +-
>   MdePkg/Include/Pi/PiStatusCode.h                   |  22 +-
>   MdePkg/Include/PiDxe.h                             |  12 +-
>   MdePkg/Include/PiPei.h                             |  14 +-
>   MdePkg/Include/PiSmm.h                             |  12 +-
>   MdePkg/Include/Ppi/BlockIo.h                       | 130 ++---
>   MdePkg/Include/Ppi/BootInRecoveryMode.h            |  16 +-
>   MdePkg/Include/Ppi/Capsule.h                       |  50 +-
>   MdePkg/Include/Ppi/CpuIo.h                         |  48 +-
>   MdePkg/Include/Ppi/Decompress.h                    |  18 +-
>   MdePkg/Include/Ppi/DeviceRecoveryModule.h          |  40 +-
>   MdePkg/Include/Ppi/DxeIpl.h                        |  18 +-
>   MdePkg/Include/Ppi/EndOfPeiPhase.h                 |  20 +-
>   MdePkg/Include/Ppi/FirmwareVolume.h                |  70 +--
>   MdePkg/Include/Ppi/FirmwareVolumeInfo.h            |  20 +-
>   MdePkg/Include/Ppi/FirmwareVolumeInfo2.h           |  20 +-
>   MdePkg/Include/Ppi/GuidedSectionExtraction.h       |  46 +-
>   MdePkg/Include/Ppi/I2cMaster.h                     |  50 +-
>   MdePkg/Include/Ppi/IsaHc.h                         |  22 +-
>   MdePkg/Include/Ppi/LoadFile.h                      |  20 +-
>   MdePkg/Include/Ppi/LoadImage.h                     |  18 +-
>   MdePkg/Include/Ppi/MasterBootMode.h                |  18 +-
>   MdePkg/Include/Ppi/MemoryDiscovered.h              |  18 +-
>   MdePkg/Include/Ppi/Pcd.h                           | 366 ++++++-------
>   MdePkg/Include/Ppi/PcdInfo.h                       |   6 +-
>   MdePkg/Include/Ppi/PciCfg2.h                       |   6 +-
>   MdePkg/Include/Ppi/ReadOnlyVariable2.h             |  36 +-
>   MdePkg/Include/Ppi/RecoveryModule.h                |  24 +-
>   MdePkg/Include/Ppi/ReportStatusCodeHandler.h       |  16 +-
>   MdePkg/Include/Ppi/Reset.h                         |  22 +-
>   MdePkg/Include/Ppi/S3Resume2.h                     |  46 +-
>   MdePkg/Include/Ppi/SecHobData.h                    |   4 +-
>   MdePkg/Include/Ppi/Security2.h                     |  26 +-
>   MdePkg/Include/Ppi/Smbus2.h                        |  48 +-
>   MdePkg/Include/Ppi/Stall.h                         |  18 +-
>   MdePkg/Include/Ppi/StatusCode.h                    |  16 +-
>   MdePkg/Include/Ppi/SuperIo.h                       |  30 +-
>   MdePkg/Include/Ppi/TemporaryRamDone.h              |  16 +-
>   MdePkg/Include/Ppi/TemporaryRamSupport.h           |  14 +-
>   MdePkg/Include/Ppi/VectorHandoffInfo.h             |  20 +-
>   MdePkg/Include/Protocol/AbsolutePointer.h          |  64 +--
>   .../Include/Protocol/AcpiSystemDescriptionTable.h  |  80 +--
>   MdePkg/Include/Protocol/AcpiTable.h                |  54 +-
>   MdePkg/Include/Protocol/AdapterInformation.h       |  16 +-
>   MdePkg/Include/Protocol/Arp.h                      | 116 ++--
>   MdePkg/Include/Protocol/AtaPassThru.h              |  70 +--
>   MdePkg/Include/Protocol/AuthenticationInfo.h       |  38 +-
>   MdePkg/Include/Protocol/Bds.h                      |  50 +-
>   MdePkg/Include/Protocol/Bis.h                      | 332 +++++------
>   MdePkg/Include/Protocol/BlockIo.h                  |  62 +--
>   MdePkg/Include/Protocol/BlockIo2.h                 |  38 +-
>   MdePkg/Include/Protocol/BluetoothConfig.h          | 102 ++--
>   MdePkg/Include/Protocol/BluetoothHc.h              |   4 +-
>   MdePkg/Include/Protocol/BootManagerPolicy.h        |  26 +-
>   .../Include/Protocol/BusSpecificDriverOverride.h   |  24 +-
>   MdePkg/Include/Protocol/Capsule.h                  |  16 +-
>   MdePkg/Include/Protocol/ComponentName.h            |  18 +-
>   MdePkg/Include/Protocol/ComponentName2.h           |  30 +-
>   MdePkg/Include/Protocol/Cpu.h                      |  62 +--
>   MdePkg/Include/Protocol/CpuIo2.h                   |  54 +-
>   MdePkg/Include/Protocol/DebugPort.h                |  52 +-
>   MdePkg/Include/Protocol/DebugSupport.h             | 100 ++--
>   MdePkg/Include/Protocol/Decompress.h               |  42 +-
>   MdePkg/Include/Protocol/DeferredImageLoad.h        |  48 +-
>   MdePkg/Include/Protocol/DeviceIo.h                 |  94 ++--
>   MdePkg/Include/Protocol/DevicePath.h               |  42 +-
>   MdePkg/Include/Protocol/DevicePathFromText.h       |  22 +-
>   MdePkg/Include/Protocol/DevicePathToText.h         |  22 +-
>   MdePkg/Include/Protocol/DevicePathUtilities.h      |  48 +-
>   MdePkg/Include/Protocol/Dhcp4.h                    |  70 +--
>   MdePkg/Include/Protocol/Dhcp6.h                    | 296 +++++-----
>   MdePkg/Include/Protocol/DiskInfo.h                 |  34 +-
>   MdePkg/Include/Protocol/DiskIo.h                   |  20 +-
>   MdePkg/Include/Protocol/DiskIo2.h                  |  16 +-
>   MdePkg/Include/Protocol/Dns4.h                     |  58 +-
>   MdePkg/Include/Protocol/Dns6.h                     |  52 +-
>   MdePkg/Include/Protocol/DriverBinding.h            | 112 ++--
>   MdePkg/Include/Protocol/DriverConfiguration.h      |  24 +-
>   MdePkg/Include/Protocol/DriverConfiguration2.h     |  20 +-
>   MdePkg/Include/Protocol/DriverDiagnostics.h        |  20 +-
>   MdePkg/Include/Protocol/DriverDiagnostics2.h       |  22 +-
>   MdePkg/Include/Protocol/DriverFamilyOverride.h     |  42 +-
>   MdePkg/Include/Protocol/DriverHealth.h             | 220 ++++----
>   .../Include/Protocol/DriverSupportedEfiVersion.h   |  24 +-
>   MdePkg/Include/Protocol/Eap.h                      |  62 +--
>   MdePkg/Include/Protocol/EapConfiguration.h         |   4 +-
>   MdePkg/Include/Protocol/EapManagement.h            | 158 +++---
>   MdePkg/Include/Protocol/Ebc.h                      |  24 +-
>   MdePkg/Include/Protocol/EdidActive.h               |  16 +-
>   MdePkg/Include/Protocol/EdidDiscovered.h           |  18 +-
>   MdePkg/Include/Protocol/EdidOverride.h             |  18 +-
>   MdePkg/Include/Protocol/ExtendedSalBootService.h   |  48 +-
>   .../Include/Protocol/ExtendedSalServiceClasses.h   |  22 +-
>   MdePkg/Include/Protocol/FirmwareVolume2.h          | 118 ++--
>   MdePkg/Include/Protocol/FirmwareVolumeBlock.h      |  62 +--
>   MdePkg/Include/Protocol/FormBrowser2.h             |  48 +-
>   MdePkg/Include/Protocol/Ftp4.h                     | 264 ++++-----
>   MdePkg/Include/Protocol/GraphicsOutput.h           |  92 ++--
>   MdePkg/Include/Protocol/GuidedSectionExtraction.h  |  34 +-
>   MdePkg/Include/Protocol/Hash.h                     |  46 +-
>   MdePkg/Include/Protocol/HiiConfigAccess.h          |  56 +-
>   MdePkg/Include/Protocol/HiiConfigKeyword.h         | 104 ++--
>   MdePkg/Include/Protocol/HiiConfigRouting.h         | 120 ++--
>   MdePkg/Include/Protocol/HiiDatabase.h              | 132 ++---
>   MdePkg/Include/Protocol/HiiFont.h                  |  48 +-
>   MdePkg/Include/Protocol/HiiImage.h                 |  88 +--
>   MdePkg/Include/Protocol/HiiPackageList.h           |  18 +-
>   MdePkg/Include/Protocol/HiiString.h                |  24 +-
>   MdePkg/Include/Protocol/Http.h                     |  14 +-
>   MdePkg/Include/Protocol/HttpBootCallback.h         |   8 +-
>   .../Protocol/I2cBusConfigurationManagement.h       |  20 +-
>   MdePkg/Include/Protocol/I2cEnumerate.h             |  16 +-
>   MdePkg/Include/Protocol/I2cHost.h                  |  18 +-
>   MdePkg/Include/Protocol/I2cIo.h                    |  18 +-
>   MdePkg/Include/Protocol/I2cMaster.h                |  18 +-
>   MdePkg/Include/Protocol/IScsiInitiatorName.h       |  24 +-
>   MdePkg/Include/Protocol/IdeControllerInit.h        | 296 +++++-----
>   .../Protocol/IncompatiblePciDeviceSupport.h        | 132 ++---
>   MdePkg/Include/Protocol/Ip4.h                      |  94 ++--
>   MdePkg/Include/Protocol/Ip4Config.h                | 106 ++--
>   MdePkg/Include/Protocol/Ip4Config2.h               | 162 +++---
>   MdePkg/Include/Protocol/Ip6Config.h                | 248 ++++-----
>   MdePkg/Include/Protocol/IpSec.h                    | 178 +++---
>   MdePkg/Include/Protocol/IpSecConfig.h              | 526 +++++++++---------
>   MdePkg/Include/Protocol/IsaHc.h                    |  16 +-
>   MdePkg/Include/Protocol/Kms.h                      |  96 ++--
>   MdePkg/Include/Protocol/LegacyRegion2.h            |  20 +-
>   MdePkg/Include/Protocol/LoadFile.h                 |  20 +-
>   MdePkg/Include/Protocol/LoadFile2.h                |  20 +-
>   MdePkg/Include/Protocol/LoadedImage.h              |  32 +-
>   MdePkg/Include/Protocol/ManagedNetwork.h           |  16 +-
>   MdePkg/Include/Protocol/McaInitPmi.h               |  12 +-
>   MdePkg/Include/Protocol/Metronome.h                |  54 +-
>   MdePkg/Include/Protocol/MonotonicCounter.h         |  16 +-
>   MdePkg/Include/Protocol/Mtftp4.h                   |  12 +-
>   .../Include/Protocol/NetworkInterfaceIdentifier.h  |   8 +-
>   MdePkg/Include/Protocol/NvmExpressPassthru.h       |   8 +-
>   MdePkg/Include/Protocol/Pcd.h                      | 372 ++++++-------
>   MdePkg/Include/Protocol/PcdInfo.h                  |   4 +-
>   .../Protocol/PciHostBridgeResourceAllocation.h     | 138 ++---
>   MdePkg/Include/Protocol/PciHotPlugInit.h           | 134 ++---
>   MdePkg/Include/Protocol/PciHotPlugRequest.h        | 126 ++---
>   MdePkg/Include/Protocol/PciIo.h                    | 238 ++++----
>   MdePkg/Include/Protocol/PciPlatform.h              |  30 +-
>   MdePkg/Include/Protocol/PciRootBridgeIo.h          | 184 +++----
>   MdePkg/Include/Protocol/PlatformDriverOverride.h   |  96 ++--
>   .../Protocol/PlatformToDriverConfiguration.h       |  74 +--
>   MdePkg/Include/Protocol/PxeBaseCode.h              | 268 ++++-----
>   MdePkg/Include/Protocol/PxeBaseCodeCallBack.h      |  54 +-
>   MdePkg/Include/Protocol/RealTimeClock.h            |  18 +-
>   MdePkg/Include/Protocol/ReportStatusCodeHandler.h  |  24 +-
>   MdePkg/Include/Protocol/Reset.h                    |  16 +-
>   MdePkg/Include/Protocol/Rng.h                      |  10 +-
>   MdePkg/Include/Protocol/Runtime.h                  |  50 +-
>   MdePkg/Include/Protocol/S3SaveState.h              |  54 +-
>   MdePkg/Include/Protocol/S3SmmSaveState.h           |  24 +-
>   MdePkg/Include/Protocol/ScsiIo.h                   |  26 +-
>   MdePkg/Include/Protocol/ScsiPassThru.h             |  36 +-
>   MdePkg/Include/Protocol/ScsiPassThruExt.h          |  54 +-
>   MdePkg/Include/Protocol/Security.h                 |  52 +-
>   MdePkg/Include/Protocol/Security2.h                |  28 +-
>   MdePkg/Include/Protocol/SecurityPolicy.h           |  14 +-
>   MdePkg/Include/Protocol/SerialIo.h                 |  48 +-
>   MdePkg/Include/Protocol/ServiceBinding.h           |  46 +-
>   MdePkg/Include/Protocol/Shell.h                    |  16 +-
>   MdePkg/Include/Protocol/ShellDynamicCommand.h      |   4 +-
>   MdePkg/Include/Protocol/SimpleFileSystem.h         |  46 +-
>   MdePkg/Include/Protocol/SimpleNetwork.h            |  50 +-
>   MdePkg/Include/Protocol/SimplePointer.h            |  50 +-
>   MdePkg/Include/Protocol/SimpleTextOut.h            |  38 +-
>   MdePkg/Include/Protocol/Smbios.h                   |  46 +-
>   MdePkg/Include/Protocol/SmbusHc.h                  |  68 +--
>   MdePkg/Include/Protocol/SmmAccess2.h               |  20 +-
>   MdePkg/Include/Protocol/SmmBase2.h                 |  26 +-
>   MdePkg/Include/Protocol/SmmCommunication.h         |  18 +-
>   MdePkg/Include/Protocol/SmmConfiguration.h         |  30 +-
>   MdePkg/Include/Protocol/SmmControl2.h              |  22 +-
>   MdePkg/Include/Protocol/SmmCpu.h                   |  26 +-
>   MdePkg/Include/Protocol/SmmGpiDispatch2.h          |   8 +-
>   MdePkg/Include/Protocol/SmmPciRootBridgeIo.h       |   6 +-
>   .../Include/Protocol/SmmPeriodicTimerDispatch2.h   |  26 +-
>   .../Include/Protocol/SmmReportStatusCodeHandler.h  |   4 +-
>   MdePkg/Include/Protocol/SmmStatusCode.h            |  16 +-
>   MdePkg/Include/Protocol/SmmSwDispatch2.h           |  24 +-
>   MdePkg/Include/Protocol/StatusCode.h               |  16 +-
>   MdePkg/Include/Protocol/StorageSecurityCommand.h   |   4 +-
>   MdePkg/Include/Protocol/SuperIo.h                  |  70 +--
>   MdePkg/Include/Protocol/SuperIoControl.h           |  18 +-
>   MdePkg/Include/Protocol/TapeIo.h                   |  46 +-
>   MdePkg/Include/Protocol/Tcg2Protocol.h             |  38 +-
>   MdePkg/Include/Protocol/TcgService.h               |  68 +--
>   MdePkg/Include/Protocol/Tcp4.h                     |  12 +-
>   MdePkg/Include/Protocol/Timer.h                    |  94 ++--
>   MdePkg/Include/Protocol/Timestamp.h                |  54 +-
>   MdePkg/Include/Protocol/TrEEProtocol.h             |  46 +-
>   MdePkg/Include/Protocol/Udp4.h                     |  72 +--
>   MdePkg/Include/Protocol/Udp6.h                     |  66 +--
>   MdePkg/Include/Protocol/UgaDraw.h                  |  14 +-
>   MdePkg/Include/Protocol/UgaIo.h                    |  42 +-
>   MdePkg/Include/Protocol/UnicodeCollation.h         |  38 +-
>   MdePkg/Include/Protocol/Usb2HostController.h       |  66 +--
>   MdePkg/Include/Protocol/UsbHostController.h        | 318 +++++------
>   MdePkg/Include/Protocol/UsbIo.h                    | 122 ++---
>   MdePkg/Include/Protocol/UserCredential.h           | 132 ++---
>   MdePkg/Include/Protocol/UserCredential2.h          | 146 ++---
>   MdePkg/Include/Protocol/UserManager.h              | 166 +++---
>   MdePkg/Include/Protocol/Variable.h                 |  46 +-
>   MdePkg/Include/Protocol/VariableWrite.h            |  46 +-
>   MdePkg/Include/Protocol/VlanConfig.h               |  34 +-
>   MdePkg/Include/Protocol/WatchdogTimer.h            |  66 +--
>   MdePkg/Include/Uefi.h                              |  18 +-
>   MdePkg/Include/Uefi/UefiAcpiDataTable.h            |  12 +-
>   MdePkg/Include/Uefi/UefiBaseType.h                 | 102 ++--
>   MdePkg/Include/Uefi/UefiGpt.h                      |  16 +-
>   .../Include/Uefi/UefiInternalFormRepresentation.h  | 142 ++---
>   MdePkg/Include/Uefi/UefiMultiPhase.h               |   4 +-
>   MdePkg/Include/Uefi/UefiPxe.h                      |  12 +-
>   MdePkg/Include/Uefi/UefiSpec.h                     |  68 +--
>   MdePkg/Include/X64/ProcessorBind.h                 |  44 +-
>   MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c  |   6 +-
>   .../BaseCacheMaintenanceLib.inf                    |   4 +-
>   MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c  |   4 +-
>   MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c  |   4 +-
>   MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S        |   4 +-
>   MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.asm      |   6 +-
>   MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S           |   4 +-
>   MdePkg/Library/BaseCpuLib/Arm/CpuSleep.asm         |   4 +-
>   MdePkg/Library/BaseCpuLib/BaseCpuLib.inf           |  18 +-
>   MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.S        |   4 +-
>   .../Library/BaseDebugLibNull/BaseDebugLibNull.inf  |   4 +-
>   MdePkg/Library/BaseDebugLibNull/DebugLib.c         |  38 +-
>   .../BaseDebugLibSerialPort.inf                     |   4 +-
>   MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c   |  62 +--
>   .../BaseDebugPrintErrorLevelLib.c                  |  10 +-
>   .../BaseDebugPrintErrorLevelLib.inf                |   6 +-
>   .../BaseExtractGuidedSectionLib.c                  |  80 +--
>   .../BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf      |   2 +-
>   .../BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf   |   4 +-
>   MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c    |  40 +-
>   MdePkg/Library/BaseIoLibIntrinsic/IoLib.c          |  24 +-
>   MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c       |   4 +-
>   MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c       |   8 +-
>   MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c       |  14 +-
>   MdePkg/Library/BaseIoLibIntrinsic/IoLibIpf.c       |  30 +-
>   .../Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c   | 112 ++--
>   MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c       |   8 +-
>   MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S         |   6 +-
>   MdePkg/Library/BaseLib/Arm/CpuBreakpoint.asm       |   6 +-
>   MdePkg/Library/BaseLib/Arm/CpuPause.asm            |   4 +-
>   MdePkg/Library/BaseLib/Arm/DisableInterrupts.S     |   4 +-
>   MdePkg/Library/BaseLib/Arm/DisableInterrupts.asm   |   6 +-
>   MdePkg/Library/BaseLib/Arm/EnableInterrupts.S      |   4 +-
>   MdePkg/Library/BaseLib/Arm/EnableInterrupts.asm    |   6 +-
>   MdePkg/Library/BaseLib/Arm/GetInterruptsState.S    |   4 +-
>   MdePkg/Library/BaseLib/Arm/GetInterruptsState.asm  |   6 +-
>   MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c   |   4 +-
>   MdePkg/Library/BaseLib/Arm/Math64.S                | 444 +++++++--------
>   MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S       |   4 +-
>   MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm     |   4 +-
>   MdePkg/Library/BaseLib/Arm/SwitchStack.S           |  10 +-
>   MdePkg/Library/BaseLib/Arm/SwitchStack.asm         |  10 +-
>   MdePkg/Library/BaseLib/Arm/Unaligned.c             |   4 +-
>   MdePkg/Library/BaseLib/BaseLib.inf                 | 248 ++++-----
>   MdePkg/Library/BaseLib/BitField.c                  |  22 +-
>   MdePkg/Library/BaseLib/CheckSum.c                  |  10 +-
>   MdePkg/Library/BaseLib/ChkStkGcc.c                 |   6 +-
>   MdePkg/Library/BaseLib/DivS64x64Remainder.c        |   4 +-
>   MdePkg/Library/BaseLib/Ia32/ARShiftU64.S           |   4 +-
>   MdePkg/Library/BaseLib/Ia32/DivU64x64Remainder.S   |  32 +-
>   MdePkg/Library/BaseLib/Ia32/EnableCache.S          |   4 +-
>   MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c       |   6 +-
>   MdePkg/Library/BaseLib/Ia32/GccInline.c            | 160 +++---
>   MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.S  |  20 +-
>   MdePkg/Library/BaseLib/Ia32/LRotU64.S              |   4 +-
>   MdePkg/Library/BaseLib/Ia32/LShiftU64.S            |   4 +-
>   MdePkg/Library/BaseLib/Ia32/MultU64x64.S           |  20 +-
>   MdePkg/Library/BaseLib/Ia32/RRotU64.S              |   4 +-
>   MdePkg/Library/BaseLib/Ia32/RShiftU64.S            |   4 +-
>   MdePkg/Library/BaseLib/Ipf/Asm.h                   |   4 +-
>   MdePkg/Library/BaseLib/Ipf/FlushCacheRange.c       |  14 +-
>   MdePkg/Library/BaseLib/Ipf/Ia64gen.h               |  10 +-
>   MdePkg/Library/BaseLib/LinkedList.c                |  60 +-
>   MdePkg/Library/BaseLib/String.c                    |  72 +--
>   MdePkg/Library/BaseLib/SwitchStack.c               |   8 +-
>   MdePkg/Library/BaseLib/X64/CpuIdEx.S               |  10 +-
>   MdePkg/Library/BaseLib/X64/DisablePaging64.S       |  22 +-
>   MdePkg/Library/BaseLib/X64/EnableCache.S           |   4 +-
>   MdePkg/Library/BaseLib/X64/GccInline.c             | 172 +++---
>   MdePkg/Library/BaseLib/X64/LongJump.S              |   4 +-
>   MdePkg/Library/BaseLib/X64/SetJump.S               |   6 +-
>   MdePkg/Library/BaseLib/X64/SwitchStack.S           |   8 +-
>   MdePkg/Library/BaseLib/X64/Thunk16.S               |  40 +-
>   MdePkg/Library/BaseLib/X64/Thunk16.nasm            |  16 +-
>   MdePkg/Library/BaseLib/X86Msr.c                    |  12 +-
>   MdePkg/Library/BaseLib/X86Thunk.c                  |  62 +--
>   MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf     |   4 +-
>   MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c   |   6 +-
>   MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c      |   6 +-
>   MdePkg/Library/BaseMemoryLib/MemLibGuid.c          |  10 +-
>   MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c    |   4 +-
>   MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c    |   4 +-
>   MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c    |   4 +-
>   MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c     |  10 +-
>   MdePkg/Library/BaseMemoryLib/SetMemWrapper.c       |   4 +-
>   MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c      |   6 +-
>   .../Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf  |   2 +-
>   .../Library/BaseMemoryLibMmx/CompareMemWrapper.c   |   6 +-
>   MdePkg/Library/BaseMemoryLibMmx/CopyMemWrapper.c   |   6 +-
>   MdePkg/Library/BaseMemoryLibMmx/MemLibGuid.c       |  10 +-
>   MdePkg/Library/BaseMemoryLibMmx/ScanMem16Wrapper.c |   4 +-
>   MdePkg/Library/BaseMemoryLibMmx/ScanMem32Wrapper.c |   4 +-
>   MdePkg/Library/BaseMemoryLibMmx/ScanMem64Wrapper.c |   4 +-
>   MdePkg/Library/BaseMemoryLibMmx/ScanMem8Wrapper.c  |  10 +-
>   MdePkg/Library/BaseMemoryLibMmx/SetMemWrapper.c    |   4 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/CompareMem.S   |  10 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/CopyMem.S      |  12 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/ScanMem16.S    |  10 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/ScanMem32.S    |  10 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/ScanMem64.S    |  10 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/ScanMem8.S     |   8 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/SetMem.S       |   6 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/SetMem16.S     |  20 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/SetMem32.S     |   6 +-
>   MdePkg/Library/BaseMemoryLibMmx/X64/SetMem64.S     |   4 +-
>   MdePkg/Library/BaseMemoryLibMmx/ZeroMemWrapper.c   |   6 +-
>   .../Library/BaseMemoryLibOptDxe/AArch64/CopyMem.S  |   4 +-
>   .../Library/BaseMemoryLibOptDxe/AArch64/ScanMem.S  |   4 +-
>   .../BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf    |   4 +-
>   .../BaseMemoryLibOptDxe/CompareMemWrapper.c        |   6 +-
>   .../Library/BaseMemoryLibOptDxe/CopyMemWrapper.c   |   6 +-
>   MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c    |  10 +-
>   .../Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c  |  12 +-
>   MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptDxe/X64/CompareMem.S   |   4 +-
>   MdePkg/Library/BaseMemoryLibOptDxe/X64/CopyMem.S   |   4 +-
>   MdePkg/Library/BaseMemoryLibOptDxe/X64/SetMem.S    |   6 +-
>   .../Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c   |   6 +-
>   .../BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf    |   4 +-
>   .../BaseMemoryLibOptPei/CompareMemWrapper.c        |   6 +-
>   .../Library/BaseMemoryLibOptPei/CopyMemWrapper.c   |   6 +-
>   MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c    |  10 +-
>   .../Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c  |  10 +-
>   MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c |   4 +-
>   .../Library/BaseMemoryLibOptPei/ZeroMemWrapper.c   |   6 +-
>   .../BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf    |   2 +-
>   .../BaseMemoryLibRepStr/CompareMemWrapper.c        |   6 +-
>   .../Library/BaseMemoryLibRepStr/CopyMemWrapper.c   |   6 +-
>   .../Library/BaseMemoryLibRepStr/Ia32/ScanMem16.S   |   4 +-
>   .../Library/BaseMemoryLibRepStr/Ia32/ScanMem32.S   |   4 +-
>   .../Library/BaseMemoryLibRepStr/Ia32/ScanMem64.S   |   4 +-
>   MdePkg/Library/BaseMemoryLibRepStr/Ia32/ScanMem8.S |   4 +-
>   MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c    |  10 +-
>   .../Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c |   4 +-
>   .../Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c  |  10 +-
>   MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c |   4 +-
>   .../Library/BaseMemoryLibRepStr/ZeroMemWrapper.c   |   6 +-
>   .../BaseMemoryLibSse2/BaseMemoryLibSse2.inf        |   2 +-
>   .../Library/BaseMemoryLibSse2/CompareMemWrapper.c  |   6 +-
>   MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c  |   6 +-
>   MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c      |  10 +-
>   .../Library/BaseMemoryLibSse2/ScanMem16Wrapper.c   |   4 +-
>   .../Library/BaseMemoryLibSse2/ScanMem32Wrapper.c   |   4 +-
>   .../Library/BaseMemoryLibSse2/ScanMem64Wrapper.c   |   4 +-
>   MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c |  10 +-
>   MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c   |   4 +-
>   MdePkg/Library/BaseMemoryLibSse2/X64/CopyMem.S     |   6 +-
>   MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c  |   6 +-
>   .../BaseOrderedCollectionRedBlackTreeLib.uni       |   6 +-
>   MdePkg/Library/BasePalLibNull/BasePalLibNull.inf   |   4 +-
>   MdePkg/Library/BasePalLibNull/PalCall.c            |  20 +-
>   MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf   |   4 +-
>   MdePkg/Library/BasePcdLibNull/PcdLib.c             | 278 +++++-----
>   MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf     |   4 +-
>   MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c           |  74 +--
>   .../BasePciExpressLib/BasePciExpressLib.inf        |   4 +-
>   MdePkg/Library/BasePciExpressLib/PciExpressLib.c   |  20 +-
>   MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf     |   4 +-
>   MdePkg/Library/BasePciLibCf8/PciLib.c              |  14 +-
>   .../BasePciLibPciExpress/BasePciLibPciExpress.inf  |   4 +-
>   MdePkg/Library/BasePciLibPciExpress/PciLib.c       |  14 +-
>   .../BasePeCoffExtraActionLibNull.inf               |   4 +-
>   .../PeCoffExtraActionLib.c                         |   8 +-
>   .../BasePeCoffGetEntryPointLib.inf                 |   4 +-
>   .../PeCoffGetEntryPoint.c                          |  10 +-
>   MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c  |  36 +-
>   MdePkg/Library/BasePeCoffLib/BasePeCoff.c          | 142 ++---
>   MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf     |   4 +-
>   MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni     |   4 +-
>   MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c  |   6 +-
>   MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c      |   8 +-
>   .../BasePerformanceLibNull.inf                     |   4 +-
>   .../BasePerformanceLibNull/PerformanceLib.c        |  24 +-
>   .../BasePostCodeLibDebug/BasePostCodeLibDebug.inf  |   4 +-
>   MdePkg/Library/BasePostCodeLibDebug/PostCode.c     |  58 +-
>   .../BasePostCodeLibPort80.inf                      |   4 +-
>   MdePkg/Library/BasePostCodeLibPort80/PostCode.c    |  60 +-
>   MdePkg/Library/BasePrintLib/BasePrintLib.inf       |   4 +-
>   MdePkg/Library/BasePrintLib/PrintLib.c             |  52 +-
>   MdePkg/Library/BasePrintLib/PrintLibInternal.c     | 114 ++--
>   MdePkg/Library/BasePrintLib/PrintLibInternal.h     |  40 +-
>   .../BaseReportStatusCodeLib.c                      |   4 +-
>   .../BaseS3BootScriptLibNull.uni                    |   4 +-
>   .../BaseS3BootScriptLibNull/BootScriptLib.c        | 124 ++---
>   MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf         |   6 +-
>   MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni         |   4 +-
>   MdePkg/Library/BaseS3IoLib/S3IoLib.c               | 184 +++----
>   MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf       |   6 +-
>   MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni       |   4 +-
>   MdePkg/Library/BaseS3PciLib/S3PciLib.c             |  14 +-
>   MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf   |   6 +-
>   MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni   |   4 +-
>   MdePkg/Library/BaseS3SmbusLib/S3SmbusLib.c         |  24 +-
>   MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf   |   6 +-
>   MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni   |   4 +-
>   MdePkg/Library/BaseS3StallLib/S3StallLib.c         |   8 +-
>   .../BaseSerialPortLibNull/BaseSerialPortLibNull.c  |  22 +-
>   MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.c |   6 +-
>   .../BaseSynchronizationLib.inf                     |  28 +-
>   .../BaseSynchronizationLibInternals.h              |   4 +-
>   .../BaseSynchronizationLib/Ebc/Synchronization.c   |   8 +-
>   .../BaseSynchronizationLib/Ia32/GccInline.c        |  24 +-
>   .../Ia32/InternalGetSpinLockProperties.c           |   6 +-
>   .../Ipf/InternalGetSpinLockProperties.c            |   4 +-
>   .../BaseSynchronizationLib/Synchronization.c       |   4 +-
>   .../BaseSynchronizationLib/SynchronizationGcc.c    |   8 +-
>   .../BaseSynchronizationLib/SynchronizationMsc.c    |   6 +-
>   .../Library/BaseSynchronizationLib/X64/GccInline.c |  26 +-
>   .../BaseTimerLibNullTemplate.inf                   |   4 +-
>   .../BaseUefiDecompressLib/BaseUefiDecompressLib.c  |  74 +--
>   .../BaseUefiDecompressLib.inf                      |   4 +-
>   .../Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c  |  12 +-
>   .../DxeCoreEntryPoint/DxeCoreEntryPoint.inf        |   4 +-
>   MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf     |   4 +-
>   MdePkg/Library/DxeCoreHobLib/HobLib.c              |  82 +--
>   .../DxeExtendedSalLib/DxeExtendedSalLib.inf        |   4 +-
>   MdePkg/Library/DxeExtendedSalLib/ExtendedSalLib.c  | 344 ++++++------
>   .../DxeExtractGuidedSectionLib.c                   |  92 ++--
>   .../DxeExtractGuidedSectionLib.inf                 |   4 +-
>   MdePkg/Library/DxeHobLib/DxeHobLib.inf             |   6 +-
>   MdePkg/Library/DxeHobLib/HobLib.c                  |  82 +--
>   MdePkg/Library/DxeHstiLib/HstiAip.c                |   8 +-
>   MdePkg/Library/DxeHstiLib/HstiDxe.c                |   4 +-
>   MdePkg/Library/DxeHstiLib/HstiDxe.h                |   4 +-
>   .../Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h  |   6 +-
>   MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf   |   4 +-
>   MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni   |   4 +-
>   MdePkg/Library/DxeIoLibCpuIo2/IoLib.c              |  24 +-
>   MdePkg/Library/DxeIoLibCpuIo2/IoLibMmioBuffer.c    |   6 +-
>   MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.inf       |   4 +-
>   MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni       |   4 +-
>   MdePkg/Library/DxeIoLibEsal/DxeIoLibEsalInternal.h |   4 +-
>   MdePkg/Library/DxeIoLibEsal/IoLib.c                |  86 +--
>   MdePkg/Library/DxeIoLibEsal/IoLibMmioBuffer.c      | 112 ++--
>   MdePkg/Library/DxePalLibEsal/DxePalLibEsal.c       |  16 +-
>   MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf     |   4 +-
>   MdePkg/Library/DxePcdLib/DxePcdLib.c               | 298 +++++-----
>   MdePkg/Library/DxePcdLib/DxePcdLib.inf             |  12 +-
>   MdePkg/Library/DxePcdLib/DxePcdLib.uni             |   6 +-
>   .../DxeRuntimeExtendedSalLib.inf                   |   4 +-
>   .../DxeRuntimeExtendedSalLib/ExtendedSalLib.c      | 354 ++++++------
>   .../DxeRuntimePciExpressLib.inf                    |  10 +-
>   .../DxeRuntimePciExpressLib.uni                    |   4 +-
>   .../DxeRuntimePciExpressLib/PciExpressLib.c        |  40 +-
>   MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.c       | 204 +++----
>   MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.inf     |   4 +-
>   MdePkg/Library/DxeServicesLib/DxeServicesLib.c     | 276 +++++-----
>   MdePkg/Library/DxeServicesLib/DxeServicesLib.inf   |   8 +-
>   .../DxeServicesTableLib/DxeServicesTableLib.c      |  10 +-
>   MdePkg/Library/DxeSmbusLib/DxeSmbusLib.c           |  12 +-
>   MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h      |  10 +-
>   MdePkg/Library/DxeSmbusLib/SmbusLib.c              | 142 ++---
>   MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.c   |  30 +-
>   MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.inf |   4 +-
>   .../Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c  |  38 +-
>   .../PeiDxePostCodeLibReportStatusCode/PostCode.c   |  46 +-
>   .../PeiExtractGuidedSectionLib.c                   |  88 +--
>   MdePkg/Library/PeiHobLib/HobLib.c                  |  94 ++--
>   MdePkg/Library/PeiHobLib/PeiHobLib.inf             |   4 +-
>   MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c         |  40 +-
>   MdePkg/Library/PeiIoLibCpuIo/IoLib.c               |  14 +-
>   MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c     | 112 ++--
>   MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf     |   4 +-
>   .../PeiMemoryAllocationLib/MemoryAllocationLib.c   | 128 ++---
>   MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c    |   6 +-
>   MdePkg/Library/PeiMemoryLib/CopyMemWrapper.c       |   6 +-
>   MdePkg/Library/PeiMemoryLib/MemLib.c               |   6 +-
>   MdePkg/Library/PeiMemoryLib/MemLibGuid.c           |  10 +-
>   MdePkg/Library/PeiMemoryLib/MemLibInternals.h      |   6 +-
>   MdePkg/Library/PeiMemoryLib/ScanMem16Wrapper.c     |   4 +-
>   MdePkg/Library/PeiMemoryLib/ScanMem32Wrapper.c     |   4 +-
>   MdePkg/Library/PeiMemoryLib/ScanMem64Wrapper.c     |   4 +-
>   MdePkg/Library/PeiMemoryLib/ScanMem8Wrapper.c      |  10 +-
>   MdePkg/Library/PeiMemoryLib/SetMemWrapper.c        |   4 +-
>   MdePkg/Library/PeiMemoryLib/ZeroMemWrapper.c       |   6 +-
>   MdePkg/Library/PeiPalLib/PeiPalLib.c               |  18 +-
>   MdePkg/Library/PeiPcdLib/PeiPcdLib.c               | 320 +++++------
>   MdePkg/Library/PeiPcdLib/PeiPcdLib.inf             |   6 +-
>   MdePkg/Library/PeiPcdLib/PeiPcdLib.uni             |   6 +-
>   MdePkg/Library/PeiPciLibPciCfg2/PciLib.c           |  16 +-
>   .../PeiPciSegmentLibPciCfg2/PciSegmentLib.c        |  14 +-
>   .../PeiResourcePublicationLib.c                    |  20 +-
>   MdePkg/Library/PeiServicesLib/PeiServicesLib.c     |  64 +--
>   MdePkg/Library/PeiServicesLib/PeiServicesLib.inf   |   4 +-
>   .../PeiServicesTablePointer.c                      |  38 +-
>   .../PeiServicesTablePointer.c                      |  54 +-
>   .../PeiServicesTablePointer.c                      |  36 +-
>   .../PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h        |  12 +-
>   MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLib.c  |  12 +-
>   .../PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf  |   4 +-
>   MdePkg/Library/PeiSmbusLibSmbus2Ppi/SmbusLib.c     | 112 ++--
>   MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c     |  10 +-
>   MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf   |   4 +-
>   .../SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf  |   8 +-
>   .../SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni  |   4 +-
>   MdePkg/Library/SmmIoLibSmmCpuIo2/IoLib.c           |  26 +-
>   MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c |  14 +-
>   .../SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h        |   8 +-
>   MdePkg/Library/SmmLibNull/SmmLibNull.c             |  34 +-
>   MdePkg/Library/SmmLibNull/SmmLibNull.inf           |   4 +-
>   MdePkg/Library/SmmMemLib/SmmMemLib.c               |  28 +-
>   MdePkg/Library/SmmMemLib/SmmMemLib.inf             |  14 +-
>   .../SmmMemoryAllocationLib/MemoryAllocationLib.c   | 310 +++++------
>   .../SmmMemoryAllocationLib.inf                     |   8 +-
>   MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c   |  26 +-
>   .../SmmPciLibPciRootBridgeIo.inf                   |   4 +-
>   .../Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c  | 352 ++++++------
>   .../SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf        |   8 +-
>   .../SmmServicesTableLib/SmmServicesTableLib.c      |  12 +-
>   .../ApplicationEntryPoint.c                        |   8 +-
>   .../UefiBootServicesTableLib.c                     |   6 +-
>   .../UefiBootServicesTableLib.inf                   |   4 +-
>   MdePkg/Library/UefiDebugLibConOut/DebugLib.c       |  66 +--
>   .../UefiDebugLibConOut/UefiDebugLibConOut.inf      |   4 +-
>   .../UefiDebugLibDebugPortProtocol/DebugLib.c       |  66 +--
>   .../UefiDebugLibDebugPortProtocol.inf              |   4 +-
>   MdePkg/Library/UefiDebugLibStdErr/DebugLib.c       |  64 +--
>   .../UefiDebugLibStdErr/UefiDebugLibStdErr.inf      |   4 +-
>   .../Library/UefiDevicePathLib/DevicePathFromText.c |  12 +-
>   .../Library/UefiDevicePathLib/DevicePathToText.c   |  12 +-
>   .../UefiDevicePathLib/DevicePathUtilities.c        | 208 +++----
>   .../Library/UefiDevicePathLib/UefiDevicePathLib.c  | 128 ++---
>   .../Library/UefiDevicePathLib/UefiDevicePathLib.h  | 116 ++--
>   .../UefiDevicePathLibOptionalDevicePathProtocol.c  | 134 ++---
>   ...UefiDevicePathLibOptionalDevicePathProtocol.inf |   4 +-
>   .../UefiDevicePathLib.c                            | 190 +++----
>   .../UefiDriverEntryPoint/DriverEntryPoint.c        |  30 +-
>   .../Library/UefiFileHandleLib/UefiFileHandleLib.c  |  52 +-
>   MdePkg/Library/UefiLib/Console.c                   |  60 +-
>   MdePkg/Library/UefiLib/UefiDriverModel.c           |  32 +-
>   MdePkg/Library/UefiLib/UefiLib.c                   | 182 +++---
>   MdePkg/Library/UefiLib/UefiLib.inf                 |  12 +-
>   MdePkg/Library/UefiLib/UefiLibPrint.c              | 156 +++---
>   MdePkg/Library/UefiLib/UefiNotTiano.c              |  48 +-
>   .../UefiMemoryAllocationLib/MemoryAllocationLib.c  | 116 ++--
>   MdePkg/Library/UefiMemoryLib/CompareMemWrapper.c   |   6 +-
>   MdePkg/Library/UefiMemoryLib/CopyMemWrapper.c      |   6 +-
>   MdePkg/Library/UefiMemoryLib/MemLibGuid.c          |  10 +-
>   MdePkg/Library/UefiMemoryLib/ScanMem16Wrapper.c    |   4 +-
>   MdePkg/Library/UefiMemoryLib/ScanMem32Wrapper.c    |   4 +-
>   MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c    |   4 +-
>   MdePkg/Library/UefiMemoryLib/ScanMem8Wrapper.c     |  10 +-
>   MdePkg/Library/UefiMemoryLib/SetMemWrapper.c       |   4 +-
>   MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf     |   4 +-
>   MdePkg/Library/UefiMemoryLib/ZeroMemWrapper.c      |   6 +-
>   MdePkg/Library/UefiPalLib/UefiPalLib.c             |   4 +-
>   MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c  |  26 +-
>   .../PciSegmentLib.c                                |  32 +-
>   .../PciSegmentLib.h                                |   4 +-
>   MdePkg/Library/UefiRuntimeLib/RuntimeLib.c         |  16 +-
>   MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf   |   6 +-
>   MdePkg/Library/UefiSalLib/UefiSalLib.c             |   8 +-
>   MdePkg/Library/UefiScsiLib/UefiScsiLib.c           |  48 +-
>   MdePkg/Library/UefiScsiLib/UefiScsiLib.inf         |   4 +-
>   MdePkg/Library/UefiUsbLib/Hid.c                    |  12 +-
>   MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h     |   4 +-
>   MdePkg/Library/UefiUsbLib/UsbDxeLib.c              |   8 +-
>   MdePkg/MdePkg.dec                                  |   2 +-
>   MdePkg/MdePkg.dsc                                  |   4 +-
>   MdePkg/MdePkg.uni                                  |   4 +-
>   MdePkg/MdePkgExtra.uni                             |   6 +-
>   NetworkPkg/Application/IpsecConfig/Indexer.c       |   4 +-
>   NetworkPkg/Application/IpsecConfig/IpSecConfig.inf |   4 +-
>   NetworkPkg/Application/IpsecConfig/IpSecConfig.uni |   4 +-
>   .../Application/IpsecConfig/IpSecConfigExtra.uni   |   6 +-
>   NetworkPkg/Application/IpsecConfig/Match.h         |   4 +-
>   .../Application/IpsecConfig/PolicyEntryOperation.c |   4 +-
>   NetworkPkg/Application/VConfig/VConfig.c           |   4 +-
>   NetworkPkg/Application/VConfig/VConfig.uni         |   4 +-
>   NetworkPkg/Application/VConfig/VConfigExtra.uni    |   6 +-
>   NetworkPkg/Dhcp6Dxe/ComponentName.c                |  24 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Driver.c                  |  10 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf                   |   8 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.uni                   |   4 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6DxeExtra.uni              |   6 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c                    |   8 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h                    |   4 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Io.c                      |  24 +-
>   NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c                 |  26 +-
>   NetworkPkg/DnsDxe/ComponentName.c                  |  34 +-
>   NetworkPkg/DnsDxe/DnsDhcp.c                        |  92 ++--
>   NetworkPkg/DnsDxe/DnsDhcp.h                        |  10 +-
>   NetworkPkg/DnsDxe/DnsDriver.c                      | 286 +++++-----
>   NetworkPkg/DnsDxe/DnsDriver.h                      | 212 +++----
>   NetworkPkg/DnsDxe/DnsDxe.inf                       |  10 +-
>   NetworkPkg/DnsDxe/DnsDxe.uni                       |   6 +-
>   NetworkPkg/DnsDxe/DnsDxeExtra.uni                  |   6 +-
>   NetworkPkg/DnsDxe/DnsImpl.c                        | 352 ++++++------
>   NetworkPkg/DnsDxe/DnsImpl.h                        | 120 ++--
>   NetworkPkg/DnsDxe/DnsProtocol.c                    | 316 +++++------
>   NetworkPkg/HttpBootDxe/HttpBootClient.c            |  82 +--
>   NetworkPkg/HttpBootDxe/HttpBootClient.h            |  14 +-
>   NetworkPkg/HttpBootDxe/HttpBootComponentName.c     |  22 +-
>   NetworkPkg/HttpBootDxe/HttpBootComponentName.h     |  14 +-
>   NetworkPkg/HttpBootDxe/HttpBootConfig.c            |  72 +--
>   NetworkPkg/HttpBootDxe/HttpBootConfigVfr.vfr       |   4 +-
>   NetworkPkg/HttpBootDxe/HttpBootDhcp4.c             | 106 ++--
>   NetworkPkg/HttpBootDxe/HttpBootDhcp4.h             |  16 +-
>   NetworkPkg/HttpBootDxe/HttpBootDhcp6.c             | 120 ++--
>   NetworkPkg/HttpBootDxe/HttpBootDhcp6.h             |  18 +-
>   NetworkPkg/HttpBootDxe/HttpBootDxe.c               | 258 ++++-----
>   NetworkPkg/HttpBootDxe/HttpBootDxe.h               | 188 +++----
>   NetworkPkg/HttpBootDxe/HttpBootDxe.inf             |  12 +-
>   NetworkPkg/HttpBootDxe/HttpBootDxe.uni             |   6 +-
>   NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni        |   6 +-
>   NetworkPkg/HttpBootDxe/HttpBootImpl.c              |  78 +--
>   NetworkPkg/HttpBootDxe/HttpBootImpl.h              |  16 +-
>   NetworkPkg/HttpBootDxe/HttpBootSupport.c           | 136 ++---
>   NetworkPkg/HttpBootDxe/HttpBootSupport.h           |  60 +-
>   NetworkPkg/HttpDxe/ComponentName.c                 |   8 +-
>   NetworkPkg/HttpDxe/HttpDns.c                       |  46 +-
>   NetworkPkg/HttpDxe/HttpDns.h                       |  12 +-
>   NetworkPkg/HttpDxe/HttpDriver.c                    | 262 ++++-----
>   NetworkPkg/HttpDxe/HttpDriver.h                    | 168 +++---
>   NetworkPkg/HttpDxe/HttpDxe.inf                     |   2 +-
>   NetworkPkg/HttpDxe/HttpDxe.uni                     |   6 +-
>   NetworkPkg/HttpDxe/HttpDxeExtra.uni                |   6 +-
>   NetworkPkg/HttpDxe/HttpImpl.c                      | 150 ++---
>   NetworkPkg/HttpDxe/HttpImpl.h                      |  16 +-
>   NetworkPkg/HttpDxe/HttpProto.c                     | 262 ++++-----
>   NetworkPkg/HttpDxe/HttpProto.h                     |  30 +-
>   NetworkPkg/HttpDxe/HttpsSupport.c                  |  12 +-
>   NetworkPkg/HttpDxe/HttpsSupport.h                  |   8 +-
>   NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.c     |  18 +-
>   NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni   |   6 +-
>   .../HttpUtilitiesDxe/HttpUtilitiesDxeExtra.uni     |   6 +-
>   .../HttpUtilitiesDxe/HttpUtilitiesProtocol.c       |  60 +-
>   NetworkPkg/IScsiDxe/ComponentName.c                |  20 +-
>   NetworkPkg/IScsiDxe/IScsiCHAP.c                    |  22 +-
>   NetworkPkg/IScsiDxe/IScsiCHAP.h                    |   4 +-
>   NetworkPkg/IScsiDxe/IScsiConfig.c                  | 134 ++---
>   NetworkPkg/IScsiDxe/IScsiConfigStrings.uni         |   6 +-
>   NetworkPkg/IScsiDxe/IScsiConfigVfr.vfr             |  30 +-
>   NetworkPkg/IScsiDxe/IScsiDhcp.c                    |  18 +-
>   NetworkPkg/IScsiDxe/IScsiDhcp6.c                   |  18 +-
>   NetworkPkg/IScsiDxe/IScsiDns.h                     |   4 +-
>   NetworkPkg/IScsiDxe/IScsiDriver.c                  | 256 ++++-----
>   NetworkPkg/IScsiDxe/IScsiDriver.h                  | 198 +++----
>   NetworkPkg/IScsiDxe/IScsiDxe.inf                   |  12 +-
>   NetworkPkg/IScsiDxe/IScsiDxe.uni                   |   4 +-
>   NetworkPkg/IScsiDxe/IScsiDxeExtra.uni              |   4 +-
>   NetworkPkg/IScsiDxe/IScsiExtScsiPassThru.c         |  26 +-
>   NetworkPkg/IScsiDxe/IScsiIbft.c                    |   4 +-
>   NetworkPkg/IScsiDxe/IScsiIbft.h                    |   4 +-
>   NetworkPkg/IScsiDxe/IScsiImpl.h                    |   4 +-
>   NetworkPkg/IScsiDxe/IScsiMisc.c                    | 144 ++---
>   NetworkPkg/IScsiDxe/IScsiMisc.h                    |  18 +-
>   NetworkPkg/IScsiDxe/IScsiProto.c                   |  46 +-
>   NetworkPkg/IScsiDxe/IScsiProto.h                   |  18 +-
>   NetworkPkg/Include/Guid/HttpBootConfigHii.h        |  12 +-
>   NetworkPkg/Include/Guid/HttpTlsCipherList.h        |   8 +-
>   NetworkPkg/Include/Guid/IScsiConfigHii.h           |  16 +-
>   NetworkPkg/Include/Guid/Ip6ConfigHii.h             |  14 +-
>   NetworkPkg/Ip6Dxe/ComponentName.c                  |  14 +-
>   NetworkPkg/Ip6Dxe/Ip6Common.c                      |   8 +-
>   NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c                  |  26 +-
>   NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h                  |  30 +-
>   NetworkPkg/Ip6Dxe/Ip6ConfigNv.c                    |  22 +-
>   NetworkPkg/Ip6Dxe/Ip6Driver.c                      |  14 +-
>   NetworkPkg/Ip6Dxe/Ip6Dxe.inf                       |  10 +-
>   NetworkPkg/Ip6Dxe/Ip6Dxe.uni                       |   4 +-
>   NetworkPkg/Ip6Dxe/Ip6DxeExtra.uni                  |   6 +-
>   NetworkPkg/Ip6Dxe/Ip6Icmp.c                        |   4 +-
>   NetworkPkg/Ip6Dxe/Ip6If.c                          |   4 +-
>   NetworkPkg/Ip6Dxe/Ip6Input.c                       |  50 +-
>   NetworkPkg/Ip6Dxe/Ip6Nd.c                          |   6 +-
>   NetworkPkg/IpSecDxe/ComponentName.c                |   4 +-
>   NetworkPkg/IpSecDxe/IetfConstants.c                |   4 +-
>   NetworkPkg/IpSecDxe/Ike.h                          |  10 +-
>   NetworkPkg/IpSecDxe/IkeCommon.c                    |  38 +-
>   NetworkPkg/IpSecDxe/IkeCommon.h                    |  18 +-
>   NetworkPkg/IpSecDxe/IkePacket.c                    |  26 +-
>   NetworkPkg/IpSecDxe/IkePacket.h                    |  14 +-
>   NetworkPkg/IpSecDxe/IkeService.c                   |   4 +-
>   NetworkPkg/IpSecDxe/Ikev2/ChildSa.c                |  50 +-
>   NetworkPkg/IpSecDxe/Ikev2/Exchange.c               |   6 +-
>   NetworkPkg/IpSecDxe/Ikev2/Ikev2.h                  |   4 +-
>   NetworkPkg/IpSecDxe/Ikev2/Info.c                   |  62 +--
>   NetworkPkg/IpSecDxe/Ikev2/Payload.c                |  42 +-
>   NetworkPkg/IpSecDxe/Ikev2/Payload.h                |  12 +-
>   NetworkPkg/IpSecDxe/Ikev2/Sa.c                     | 184 +++----
>   NetworkPkg/IpSecDxe/Ikev2/Utility.c                | 354 ++++++------
>   NetworkPkg/IpSecDxe/Ikev2/Utility.h                | 236 ++++----
>   NetworkPkg/IpSecDxe/IpSecConfigImpl.c              | 358 ++++++------
>   NetworkPkg/IpSecDxe/IpSecConfigImpl.h              |   8 +-
>   NetworkPkg/IpSecDxe/IpSecCryptIo.c                 |  86 +--
>   NetworkPkg/IpSecDxe/IpSecCryptIo.h                 |  26 +-
>   NetworkPkg/IpSecDxe/IpSecDebug.c                   |  16 +-
>   NetworkPkg/IpSecDxe/IpSecDebug.h                   |   6 +-
>   NetworkPkg/IpSecDxe/IpSecDriver.c                  |   8 +-
>   NetworkPkg/IpSecDxe/IpSecDxe.inf                   |  14 +-
>   NetworkPkg/IpSecDxe/IpSecDxe.uni                   |   4 +-
>   NetworkPkg/IpSecDxe/IpSecDxeExtra.uni              |   6 +-
>   NetworkPkg/IpSecDxe/IpSecImpl.c                    |   8 +-
>   NetworkPkg/IpSecDxe/IpSecImpl.h                    |  10 +-
>   NetworkPkg/IpSecDxe/IpSecMain.c                    |  30 +-
>   NetworkPkg/Mtftp6Dxe/ComponentName.c               |  24 +-
>   NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c                |   6 +-
>   NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.uni                 |   4 +-
>   NetworkPkg/Mtftp6Dxe/Mtftp6Support.c               |  10 +-
>   NetworkPkg/NetworkPkg.dec                          |   2 +-
>   NetworkPkg/NetworkPkg.dsc                          |   2 +-
>   NetworkPkg/NetworkPkg.uni                          |   4 +-
>   NetworkPkg/NetworkPkgExtra.uni                     |   6 +-
>   NetworkPkg/TcpDxe/ComponentName.c                  |  18 +-
>   NetworkPkg/TcpDxe/SockImpl.c                       |  24 +-
>   NetworkPkg/TcpDxe/SockImpl.h                       |  10 +-
>   NetworkPkg/TcpDxe/SockInterface.c                  |  10 +-
>   NetworkPkg/TcpDxe/TcpDispatcher.c                  |   8 +-
>   NetworkPkg/TcpDxe/TcpDriver.c                      |  10 +-
>   NetworkPkg/TcpDxe/TcpDxe.inf                       |   4 +-
>   NetworkPkg/TcpDxe/TcpDxe.uni                       |   4 +-
>   NetworkPkg/TcpDxe/TcpDxeExtra.uni                  |   6 +-
>   NetworkPkg/TcpDxe/TcpInput.c                       |  16 +-
>   NetworkPkg/TcpDxe/TcpMain.c                        |   6 +-
>   NetworkPkg/TcpDxe/TcpOutput.c                      |  10 +-
>   NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c     |   4 +-
>   NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c    |   8 +-
>   NetworkPkg/TlsDxe/TlsImpl.c                        |   2 +-
>   NetworkPkg/Udp6Dxe/ComponentName.c                 |   6 +-
>   NetworkPkg/Udp6Dxe/Udp6Driver.c                    |   6 +-
>   NetworkPkg/Udp6Dxe/Udp6Dxe.inf                     |   6 +-
>   NetworkPkg/Udp6Dxe/Udp6Dxe.uni                     |   4 +-
>   NetworkPkg/Udp6Dxe/Udp6DxeExtra.uni                |   6 +-
>   NetworkPkg/Udp6Dxe/Udp6Impl.c                      |  10 +-
>   NetworkPkg/Udp6Dxe/Udp6Impl.h                      |   6 +-
>   NetworkPkg/Udp6Dxe/Udp6Main.c                      |   6 +-
>   NetworkPkg/UefiPxeBcDxe/ComponentName.c            |   4 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c                |  14 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c               |  24 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h               |   6 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c               |  78 +--
>   NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h               |   4 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c              |  26 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c                |  40 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h                |   4 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c             |  12 +-
>   NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h             |   6 +-
>   NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf           |   6 +-
>   NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.uni           |   4 +-
>   NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxeExtra.uni      |   6 +-
>   PcAtChipsetPkg/8254TimerDxe/8254Timer.inf          |  20 +-
>   PcAtChipsetPkg/8254TimerDxe/Timer.c                |  20 +-
>   PcAtChipsetPkg/8254TimerDxe/Timer.h                |  16 +-
>   PcAtChipsetPkg/8254TimerDxe/Timer.uni              |   4 +-
>   PcAtChipsetPkg/8254TimerDxe/TimerExtra.uni         |   6 +-
>   PcAtChipsetPkg/8259InterruptControllerDxe/8259.c   |   4 +-
>   PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf |  22 +-
>   .../8259InterruptControllerDxe/Legacy8259.uni      |   4 +-
>   .../8259InterruptControllerDxe/Legacy8259Extra.uni |   6 +-
>   .../Bus/Pci/IdeControllerDxe/ComponentName.c       |   8 +-
>   .../Bus/Pci/IdeControllerDxe/IdeController.c       | 208 +++----
>   .../Bus/Pci/IdeControllerDxe/IdeController.h       | 208 +++----
>   .../Bus/Pci/IdeControllerDxe/IdeController.uni     |   4 +-
>   .../Pci/IdeControllerDxe/IdeControllerExtra.uni    |   6 +-
>   PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c            | 144 ++---
>   PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf       |  20 +-
>   PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni       |   4 +-
>   PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni  |   6 +-
>   PcAtChipsetPkg/Include/Library/IoApicLib.h         |  16 +-
>   PcAtChipsetPkg/Include/Register/Hpet.h             |   4 +-
>   PcAtChipsetPkg/Include/Register/IoApic.h           |   6 +-
>   PcAtChipsetPkg/IsaAcpiDxe/ComponentName.c          |  18 +-
>   PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.c                |  52 +-
>   PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.uni              |   4 +-
>   PcAtChipsetPkg/IsaAcpiDxe/IsaAcpiExtra.uni         |   6 +-
>   PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.c            | 100 ++--
>   PcAtChipsetPkg/IsaAcpiDxe/PcatIsaAcpi.h            |  50 +-
>   PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c |  24 +-
>   .../Library/AcpiTimerLib/BaseAcpiTimerLib.c        |   4 +-
>   .../Library/AcpiTimerLib/BaseAcpiTimerLib.inf      |   6 +-
>   .../Library/AcpiTimerLib/BaseAcpiTimerLib.uni      |   4 +-
>   .../Library/AcpiTimerLib/DxeAcpiTimerLib.c         |   6 +-
>   .../Library/AcpiTimerLib/DxeAcpiTimerLib.uni       |   4 +-
>   .../Library/BaseIoApicLib/BaseIoApicLib.uni        |   4 +-
>   PcAtChipsetPkg/Library/BaseIoApicLib/IoApicLib.c   |  22 +-
>   .../Library/ResetSystemLib/ResetSystemLib.uni      |   4 +-
>   .../Library/SerialIoLib/PcAtSerialPortLib.uni      |   4 +-
>   PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c |  20 +-
>   PcAtChipsetPkg/PcAtChipsetPkg.dec                  |  28 +-
>   PcAtChipsetPkg/PcAtChipsetPkg.dsc                  |   2 +-
>   PcAtChipsetPkg/PcAtChipsetPkg.uni                  |   2 +-
>   PcAtChipsetPkg/PcAtChipsetPkgExtra.uni             |   6 +-
>   PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c |  28 +-
>   PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h |   2 +-
>   .../PcatRealTimeClockRuntimeDxe/PcRtc.uni          |   6 +-
>   .../PcatRealTimeClockRuntimeDxe/PcRtcEntry.c       |   6 +-
>   .../PcatRealTimeClockRuntimeDxe/PcRtcExtra.uni     |   6 +-
>   .../PcatRealTimeClockRuntimeDxe.inf                |   2 +-
>   SecurityPkg/Hash2DxeCrypto/Driver.c                |   4 +-
>   SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c        |   4 +-
>   SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf      |   4 +-
>   SecurityPkg/Include/Guid/MeasuredFvHob.h           |  14 +-
>   SecurityPkg/Include/Guid/PhysicalPresenceData.h    |  16 +-
>   .../Include/Guid/PwdCredentialProviderHii.h        |  10 +-
>   SecurityPkg/Include/Guid/SecureBootConfigHii.h     |  14 +-
>   SecurityPkg/Include/Guid/SecurityPkgTokenSpace.h   |  10 +-
>   SecurityPkg/Include/Guid/Tcg2ConfigHii.h           |  14 +-
>   .../Include/Guid/Tcg2PhysicalPresenceData.h        |   6 +-
>   SecurityPkg/Include/Guid/TcgConfigHii.h            |  14 +-
>   SecurityPkg/Include/Guid/TcgEventHob.h             |  16 +-
>   .../Include/Guid/UsbCredentialProviderHii.h        |  10 +-
>   SecurityPkg/Include/Guid/UserIdentifyManagerHii.h  |  10 +-
>   SecurityPkg/Include/Guid/UserProfileManagerHii.h   |  12 +-
>   SecurityPkg/Include/Library/PlatformSecureLib.h    |  14 +-
>   .../Include/Library/Tcg2PhysicalPresenceLib.h      |  22 +-
>   SecurityPkg/Include/Library/Tcg2PpVendorLib.h      |  22 +-
>   .../Include/Library/TcgPhysicalPresenceLib.h       |  22 +-
>   SecurityPkg/Include/Library/TcgPpVendorLib.h       |  22 +-
>   SecurityPkg/Include/Library/TcgStorageCoreLib.h    |   2 +-
>   SecurityPkg/Include/Library/Tpm12CommandLib.h      |   8 +-
>   SecurityPkg/Include/Library/Tpm12DeviceLib.h       |   4 +-
>   SecurityPkg/Include/Library/Tpm2CommandLib.h       |  78 +--
>   SecurityPkg/Include/Library/Tpm2DeviceLib.h        |   6 +-
>   SecurityPkg/Include/Library/TpmCommLib.h           |  26 +-
>   .../Ppi/FirmwareVolumeInfoMeasurementExcluded.h    |  10 +-
>   SecurityPkg/Include/Ppi/LockPhysicalPresence.h     |  24 +-
>   SecurityPkg/Include/Ppi/TpmInitialized.h           |  16 +-
>   SecurityPkg/Library/AuthVariableLib/AuthService.c  |  10 +-
>   .../Library/AuthVariableLib/AuthServiceInternal.h  |   8 +-
>   .../DxeDeferImageLoadLib/DxeDeferImageLoadLib.c    | 208 +++----
>   .../DxeDeferImageLoadLib/DxeDeferImageLoadLib.h    |  40 +-
>   .../DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf  |  14 +-
>   .../DxeImageAuthenticationStatusLib.c              |   6 +-
>   .../DxeImageAuthenticationStatusLib.inf            |   4 +-
>   .../DxeImageVerificationLib.c                      |  14 +-
>   .../DxeImageVerificationLib.uni                    |   4 +-
>   .../Library/DxeImageVerificationLib/Measurement.c  |  20 +-
>   .../DxeRsa2048Sha256GuidedSectionExtractLib.c      |  50 +-
>   .../DxeRsa2048Sha256GuidedSectionExtractLib.inf    |  12 +-
>   .../DxeRsa2048Sha256GuidedSectionExtractLib.uni    |   4 +-
>   .../DxeTcg2PhysicalPresenceLib.c                   | 106 ++--
>   .../DxeTcg2PhysicalPresenceLib.inf                 |   4 +-
>   .../DxeTcg2PhysicalPresenceLib.uni                 |   4 +-
>   .../PhysicalPresenceStrings.uni                    |  18 +-
>   .../DxeTcgPhysicalPresenceLib.c                    | 170 +++---
>   .../DxeTcgPhysicalPresenceLib.inf                  |   8 +-
>   .../DxeTcgPhysicalPresenceLib.uni                  |   4 +-
>   .../PhysicalPresenceStrings.uni                    |  14 +-
>   .../DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c  |  88 +--
>   .../DxeTpm2MeasureBootLib.inf                      |   8 +-
>   .../DxeTpm2MeasureBootLib.uni                      |   4 +-
>   .../DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c    | 106 ++--
>   .../DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf  |   8 +-
>   .../DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.uni  |   4 +-
>   .../DxeTpmMeasurementLib/DxeTpmMeasurementLib.c    |   4 +-
>   .../DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf  |   8 +-
>   .../HashInstanceLibSha1/HashInstanceLibSha1.c      |   8 +-
>   .../HashInstanceLibSha256/HashInstanceLibSha256.c  |   8 +-
>   .../HashLibBaseCryptoRouterDxe.c                   |   8 +-
>   .../HashLibBaseCryptoRouterDxe.inf                 |   6 +-
>   .../HashLibBaseCryptoRouterPei.c                   |   4 +-
>   .../HashLibBaseCryptoRouterPei.inf                 |   4 +-
>   SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c      |   4 +-
>   SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf    |   4 +-
>   .../PeiRsa2048Sha256GuidedSectionExtractLib.c      |  48 +-
>   .../PeiRsa2048Sha256GuidedSectionExtractLib.inf    |  10 +-
>   .../PeiRsa2048Sha256GuidedSectionExtractLib.uni    |   4 +-
>   .../PeiTcg2PhysicalPresenceLib.c                   |  14 +-
>   .../PeiTcg2PhysicalPresenceLib.inf                 |   6 +-
>   .../PeiTcg2PhysicalPresenceLib.uni                 |   4 +-
>   .../PlatformSecureLibNull/PlatformSecureLibNull.c  |  18 +-
>   .../PlatformSecureLibNull.inf                      |   4 +-
>   .../SmmTcg2PhysicalPresenceLib.c                   |  28 +-
>   .../SmmTcg2PhysicalPresenceLib.inf                 |   2 +-
>   .../SmmTcg2PhysicalPresenceLib.uni                 |   4 +-
>   .../Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.c      |  20 +-
>   .../Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf    |   6 +-
>   .../TcgPpVendorLibNull/TcgPpVendorLibNull.c        |  20 +-
>   .../TcgPpVendorLibNull/TcgPpVendorLibNull.inf      |   6 +-
>   .../Library/TcgStorageOpalLib/TcgStorageOpalCore.c |   2 +-
>   .../Library/Tpm12CommandLib/Tpm12NvStorage.c       |   6 +-
>   .../Library/Tpm12CommandLib/Tpm12Ownership.c       |   4 +-
>   .../Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf      |  10 +-
>   SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c  |  38 +-
>   .../Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c  |   6 +-
>   .../Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf        |   4 +-
>   .../Library/Tpm2CommandLib/Tpm2Capability.c        | 162 +++---
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2Context.c   |   6 +-
>   .../Tpm2CommandLib/Tpm2EnhancedAuthorization.c     |  12 +-
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c      |   2 +-
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c |  20 +-
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2Integrity.c |  22 +-
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2NVStorage.c |  16 +-
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2Sequences.c |   8 +-
>   SecurityPkg/Library/Tpm2CommandLib/Tpm2Session.c   |   4 +-
>   .../Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c  |   6 +-
>   .../Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c        |   6 +-
>   SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c    |  36 +-
>   .../Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c   |   4 +-
>   .../Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf |   4 +-
>   .../Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c   |   4 +-
>   .../Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf |   4 +-
>   .../Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c  |   6 +-
>   .../Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf        |   4 +-
>   SecurityPkg/Library/TpmCommLib/CommonHeader.h      |  10 +-
>   SecurityPkg/Library/TpmCommLib/TisPc.c             |  22 +-
>   SecurityPkg/Library/TpmCommLib/TpmComm.c           |  12 +-
>   SecurityPkg/Library/TpmCommLib/TpmCommLib.inf      |   4 +-
>   .../Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.uni  |   4 +-
>   .../Pkcs7VerifyDxe/Pkcs7VerifyDxeExtra.uni         |   6 +-
>   SecurityPkg/RandomNumberGenerator/RngDxe/AesCore.c |  62 +--
>   SecurityPkg/RandomNumberGenerator/RngDxe/RdRand.c  |   4 +-
>   SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.c  |  20 +-
>   .../RandomNumberGenerator/RngDxe/RngDxe.inf        |   4 +-
>   .../RandomNumberGenerator/RngDxe/RngDxe.uni        |   4 +-
>   .../RandomNumberGenerator/RngDxe/RngDxeExtra.uni   |   6 +-
>   SecurityPkg/SecurityPkg.dec                        |  72 +--
>   SecurityPkg/SecurityPkg.uni                        |   4 +-
>   SecurityPkg/SecurityPkgExtra.uni                   |   6 +-
>   SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c    |  38 +-
>   SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.h    |  10 +-
>   .../Tcg/MemoryOverwriteControl/TcgMorExtra.uni     |   6 +-
>   .../MemoryOverwriteRequestControlLock/TcgMorLock.c |  18 +-
>   .../MemoryOverwriteRequestControlLock/TcgMorLock.h |  14 +-
>   .../TcgMorLockExtra.uni                            |   6 +-
>   .../TcgMorLockSmm.c                                |  14 +-
>   SecurityPkg/Tcg/Opal/OpalPassword/OpalAhciMode.h   |   4 +-
>   SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.h     |   4 +-
>   SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c        |   2 +-
>   .../Tcg/PhysicalPresencePei/PhysicalPresencePei.c  |  30 +-
>   .../PhysicalPresencePei/PhysicalPresencePei.inf    |   8 +-
>   .../PhysicalPresencePeiExtra.uni                   |   6 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr          |  14 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDriver.c      |  28 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf       |   6 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxeExtra.uni  |   6 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c        |  32 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.h        |  12 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h      |  12 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf       |   6 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeiExtra.uni  |   6 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c        |  10 +-
>   SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni   |  10 +-
>   SecurityPkg/Tcg/Tcg2Config/TpmDetection.c          |  10 +-
>   SecurityPkg/Tcg/Tcg2Dxe/MeasureBootPeCoff.c        |  26 +-
>   SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c                  | 126 ++---
>   SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf                |   4 +-
>   SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.uni                |   4 +-
>   SecurityPkg/Tcg/Tcg2Dxe/Tcg2DxeExtra.uni           |   6 +-
>   SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c                  |  48 +-
>   SecurityPkg/Tcg/Tcg2Pei/Tcg2PeiExtra.uni           |   6 +-
>   SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.c                  |  30 +-
>   SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h                  |  10 +-
>   SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf                |   8 +-
>   SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.uni                |   4 +-
>   SecurityPkg/Tcg/Tcg2Smm/Tcg2SmmExtra.uni           |   6 +-
>   SecurityPkg/Tcg/Tcg2Smm/Tpm.asl                    |  52 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfig.vfr         |  14 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDriver.c     |  28 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf      |   6 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxeExtra.uni |   6 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c       |  38 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.h       |  12 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h     |  10 +-
>   SecurityPkg/Tcg/TcgConfigDxe/TcgConfigStrings.uni  |  12 +-
>   SecurityPkg/Tcg/TcgDxe/TcgDxe.c                    | 166 +++---
>   SecurityPkg/Tcg/TcgDxe/TcgDxe.inf                  |   6 +-
>   SecurityPkg/Tcg/TcgDxe/TcgDxeExtra.uni             |   6 +-
>   SecurityPkg/Tcg/TcgPei/TcgPei.c                    |  70 +--
>   SecurityPkg/Tcg/TcgPei/TcgPei.inf                  |   8 +-
>   SecurityPkg/Tcg/TcgPei/TcgPeiExtra.uni             |   6 +-
>   SecurityPkg/Tcg/TcgSmm/TcgSmm.c                    |  34 +-
>   SecurityPkg/Tcg/TcgSmm/TcgSmm.h                    |  12 +-
>   SecurityPkg/Tcg/TcgSmm/TcgSmm.inf                  |  12 +-
>   SecurityPkg/Tcg/TcgSmm/TcgSmm.uni                  |   4 +-
>   SecurityPkg/Tcg/TcgSmm/TcgSmmExtra.uni             |   6 +-
>   SecurityPkg/Tcg/TcgSmm/Tpm.asl                     |  56 +-
>   .../PwdCredentialProvider.c                        | 268 ++++-----
>   .../PwdCredentialProvider.h                        | 114 ++--
>   .../PwdCredentialProviderData.h                    |  14 +-
>   .../PwdCredentialProviderDxe.inf                   |  12 +-
>   .../PwdCredentialProviderExtra.uni                 |   6 +-
>   .../PwdCredentialProviderStrings.uni               |  18 +-
>   .../UsbCredentialProvider.c                        | 298 +++++-----
>   .../UsbCredentialProvider.h                        | 118 ++--
>   .../UsbCredentialProviderDxe.inf                   |  14 +-
>   .../UsbCredentialProviderExtra.uni                 |   6 +-
>   .../UsbCredentialProviderStrings.uni               |   4 +-
>   .../UserIdentifyManagerDxe/LoadDeferredImage.c     |  30 +-
>   .../UserIdentifyManagerDxe/UserIdentifyManager.c   | 516 ++++++++---------
>   .../UserIdentifyManagerDxe/UserIdentifyManager.h   |  38 +-
>   .../UserIdentifyManagerData.h                      |  12 +-
>   .../UserIdentifyManagerDxe.inf                     |  18 +-
>   .../UserIdentifyManagerExtra.uni                   |   6 +-
>   .../UserIdentifyManagerStrings.uni                 |   8 +-
>   .../UserProfileManagerDxe/ModifyAccessPolicy.c     |  98 ++--
>   .../UserProfileManagerDxe/ModifyIdentityPolicy.c   |  64 +--
>   .../UserProfileManagerDxe/UserProfileAdd.c         |  66 +--
>   .../UserProfileManagerDxe/UserProfileDelete.c      |  32 +-
>   .../UserProfileManagerDxe/UserProfileManager.c     |  84 +--
>   .../UserProfileManagerDxe/UserProfileManager.h     |  54 +-
>   .../UserProfileManagerDxe/UserProfileManagerData.h |  18 +-
>   .../UserProfileManagerDxe.inf                      |   8 +-
>   .../UserProfileManagerExtra.uni                    |   6 +-
>   .../UserProfileManagerStrings.uni                  | 264 ++++-----
>   .../UserProfileManagerDxe/UserProfileModify.c      | 136 ++---
>   .../EsalVariableDxeSal/AuthService.c               | 166 +++---
>   .../EsalVariableDxeSal/AuthService.h               |  22 +-
>   .../EsalVariableDxeSal/EsalVariableDxeSal.inf      |  14 +-
>   .../EsalVariableDxeSal/EsalVariableDxeSalExtra.uni |   6 +-
>   .../EsalVariableDxeSal/InitVariable.c              |  12 +-
>   .../EsalVariableDxeSal/Reclaim.c                   |  10 +-
>   .../EsalVariableDxeSal/Variable.c                  | 368 ++++++-------
>   .../EsalVariableDxeSal/Variable.h                  |  60 +-
>   .../SecureBootConfigDxe/SecureBootConfig.vfr       |   4 +-
>   .../SecureBootConfigDxe/SecureBootConfigDriver.c   |  30 +-
>   .../SecureBootConfigDxeExtra.uni                   |   6 +-
>   .../SecureBootConfigDxe/SecureBootConfigImpl.c     |  10 +-
>   .../SecureBootConfigDxe/SecureBootConfigMisc.c     |  32 +-
>   .../SecureBootConfigStrings.uni                    |   6 +-
>   ShellBinPkg/UefiShell/Ia32/profiles.txt            |   2 +-
>   ShellBinPkg/UefiShell/X64/profiles.txt             |   2 +-
>   ShellPkg/Application/Shell/ConsoleLogger.c         |   2 +-
>   ShellPkg/Application/Shell/ConsoleWrappers.c       |  38 +-
>   ShellPkg/Application/Shell/ConsoleWrappers.h       |  10 +-
>   ShellPkg/Application/Shell/FileHandleWrappers.c    | 134 ++---
>   ShellPkg/Application/Shell/Shell.c                 |  96 ++--
>   ShellPkg/Application/Shell/Shell.h                 |   8 +-
>   ShellPkg/Application/Shell/ShellEnvVar.c           |  22 +-
>   ShellPkg/Application/Shell/ShellEnvVar.h           |   6 +-
>   ShellPkg/Application/Shell/ShellManParser.c        |  10 +-
>   .../Application/Shell/ShellParametersProtocol.c    |  46 +-
>   ShellPkg/Application/Shell/ShellProtocol.c         |  54 +-
>   ShellPkg/Application/Shell/ShellProtocol.h         |   8 +-
>   ShellPkg/Application/ShellCTestApp/README.txt      |   2 +-
>   .../Application/ShellCTestApp/ShellCTestApp.inf    |   4 +-
>   ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c      |  10 +-
>   ShellPkg/DynamicCommand/DpDynamicCommand/Dp.uni    |   4 +-
>   .../DynamicCommand/DpDynamicCommand/DpInternal.h   | 132 ++---
>   .../DynamicCommand/DpDynamicCommand/DpUtilities.c  |  48 +-
>   ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c  |  34 +-
>   ShellPkg/Include/Guid/ShellMapGuid.h               |   4 +-
>   ShellPkg/Include/Library/HandleParsingLib.h        |   8 +-
>   ShellPkg/Include/Library/ShellCommandLib.h         |   6 +-
>   ShellPkg/Include/Library/ShellLib.h                |   8 +-
>   .../UefiHandleParsingLib/UefiHandleParsingLib.h    | 122 ++---
>   .../UefiHandleParsingLib/UefiHandleParsingLib.inf  |   4 +-
>   .../UefiShellBcfgCommandLib.c                      | 124 ++---
>   .../UefiShellCEntryLib/UefiShellCEntryLib.inf      |   4 +-
>   .../Library/UefiShellCommandLib/ConsistMapping.c   |  20 +-
>   .../UefiShellCommandLib/UefiShellCommandLib.c      |  14 +-
>   ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c |  16 +-
>   .../Library/UefiShellDebug1CommandsLib/Compress.c  |  10 +-
>   ShellPkg/Library/UefiShellDebug1CommandsLib/Dblk.c |  32 +-
>   ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c |  22 +-
>   .../Library/UefiShellDebug1CommandsLib/DmpStore.c  |  76 +--
>   .../Library/UefiShellDebug1CommandsLib/Edit/Edit.c |  10 +-
>   .../UefiShellDebug1CommandsLib/Edit/FileBuffer.c   |  44 +-
>   .../UefiShellDebug1CommandsLib/Edit/FileBuffer.h   |  14 +-
>   .../Edit/MainTextEditor.c                          |  38 +-
>   .../Edit/TextEditStrings.uni                       |  60 +-
>   .../UefiShellDebug1CommandsLib/EditInputBar.c      |   2 +-
>   .../UefiShellDebug1CommandsLib/EditMenuBar.c       |   8 +-
>   .../UefiShellDebug1CommandsLib/EditMenuBar.h       |   4 +-
>   .../UefiShellDebug1CommandsLib/EditStatusBar.c     |   4 +-
>   .../UefiShellDebug1CommandsLib/EditStatusBar.h     |   4 +-
>   .../UefiShellDebug1CommandsLib/EfiCompress.c       |  20 +-
>   .../UefiShellDebug1CommandsLib/EfiDecompress.c     |  16 +-
>   .../HexEdit/BufferImage.c                          |  26 +-
>   .../HexEdit/BufferImage.h                          |  20 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/Clipboard.c |   4 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/Clipboard.h |   6 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/DiskImage.c |   8 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/DiskImage.h |  14 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/FileImage.c |   4 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/FileImage.h |  10 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/HexEdit.c   |  34 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/HexEditor.h |   4 +-
>   .../HexEdit/HexEditorTypes.h                       |   2 +-
>   .../HexEdit/HexeditStrings.uni                     |   4 +-
>   .../HexEdit/MainHexEditor.c                        |  54 +-
>   .../HexEdit/MainHexEditor.h                        |   8 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/MemImage.c  |   6 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/MemImage.h  |   8 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/Misc.c      |  10 +-
>   .../UefiShellDebug1CommandsLib/HexEdit/Misc.h      |   6 +-
>   .../UefiShellDebug1CommandsLib/LoadPciRom.c        |  26 +-
>   .../Library/UefiShellDebug1CommandsLib/MemMap.c    |   8 +-
>   ShellPkg/Library/UefiShellDebug1CommandsLib/Mode.c |  16 +-
>   ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c  | 196 +++----
>   .../Library/UefiShellDebug1CommandsLib/SerMode.c   |  32 +-
>   .../Library/UefiShellDebug1CommandsLib/SetSize.c   |  16 +-
>   .../Library/UefiShellDebug1CommandsLib/SetVar.c    |  10 +-
>   .../SmbiosView/LibSmbiosView.c                     |   4 +-
>   .../SmbiosView/PrintInfo.c                         |   8 +-
>   .../SmbiosView/QueryTable.c                        |   4 +-
>   .../SmbiosView/SmbiosView.c                        |  56 +-
>   .../UefiShellDebug1CommandsLib.c                   |  18 +-
>   .../UefiShellDebug1CommandsLib.h                   |  14 +-
>   .../UefiShellDebug1CommandsLib.inf                 |   8 +-
>   .../UefiShellDebug1CommandsLib.uni                 |   4 +-
>   .../Library/UefiShellDriver1CommandsLib/Connect.c  |  80 +--
>   .../Library/UefiShellDriver1CommandsLib/DevTree.c  |  14 +-
>   .../Library/UefiShellDriver1CommandsLib/Devices.c  |  26 +-
>   ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c  | 156 +++---
>   .../UefiShellDriver1CommandsLib/Disconnect.c       |  20 +-
>   .../Library/UefiShellDriver1CommandsLib/Drivers.c  |  10 +-
>   .../Library/UefiShellDriver1CommandsLib/DrvCfg.c   | 262 ++++-----
>   .../Library/UefiShellDriver1CommandsLib/DrvDiag.c  |  24 +-
>   .../Library/UefiShellDriver1CommandsLib/OpenInfo.c |  14 +-
>   .../UefiShellDriver1CommandsLib/Reconnect.c        |  12 +-
>   .../UefiShellDriver1CommandsLib.uni                |   6 +-
>   .../Library/UefiShellDriver1CommandsLib/Unload.c   |  16 +-
>   .../UefiShellInstall1CommandsLib.inf               |   4 +-
>   ShellPkg/Library/UefiShellLevel1CommandsLib/For.c  | 146 ++---
>   ShellPkg/Library/UefiShellLevel1CommandsLib/Goto.c |  18 +-
>   ShellPkg/Library/UefiShellLevel1CommandsLib/If.c   | 118 ++--
>   .../Library/UefiShellLevel1CommandsLib/Shift.c     |   6 +-
>   .../Library/UefiShellLevel1CommandsLib/Stall.c     |  12 +-
>   .../UefiShellLevel1CommandsLib.c                   |  16 +-
>   .../UefiShellLevel1CommandsLib.h                   |  10 +-
>   .../Library/UefiShellLevel2CommandsLib/Attrib.c    |  22 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c   |   4 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c   |  58 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Load.c |   8 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c   |  40 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c  |  44 +-
>   .../Library/UefiShellLevel2CommandsLib/MkDir.c     |   8 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c   |  32 +-
>   .../Library/UefiShellLevel2CommandsLib/Parse.c     |  38 +-
>   .../Library/UefiShellLevel2CommandsLib/Reset.c     |  10 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c   |  10 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c  |  16 +-
>   .../Library/UefiShellLevel2CommandsLib/TimeDate.c  |  52 +-
>   .../UefiShellLevel2CommandsLib.c                   |  10 +-
>   .../UefiShellLevel2CommandsLib.h                   |   8 +-
>   .../UefiShellLevel2CommandsLib.uni                 |   8 +-
>   ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c  |  32 +-
>   .../Library/UefiShellLevel3CommandsLib/Alias.c     |   6 +-
>   ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c  |   4 +-
>   ShellPkg/Library/UefiShellLevel3CommandsLib/Echo.c |   6 +-
>   .../Library/UefiShellLevel3CommandsLib/GetMtc.c    |   6 +-
>   ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c |  20 +-
>   .../Library/UefiShellLevel3CommandsLib/Pause.c     |   8 +-
>   .../Library/UefiShellLevel3CommandsLib/Touch.c     |  18 +-
>   ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c |  24 +-
>   ShellPkg/Library/UefiShellLevel3CommandsLib/Ver.c  |   6 +-
>   ShellPkg/Library/UefiShellLib/UefiShellLib.c       |  72 +--
>   ShellPkg/Library/UefiShellLib/UefiShellLib.h       |   6 +-
>   .../UefiShellNetwork1CommandsLib/Ifconfig.c        | 128 ++---
>   .../Library/UefiShellNetwork1CommandsLib/Ping.c    |  70 +--
>   .../UefiShellNetwork1CommandsLib.inf               |   6 +-
>   .../UefiShellNetwork1CommandsLib.uni               |   6 +-
>   .../Library/UefiShellNetwork2CommandsLib/Ping6.c   |  16 +-
>   ShellPkg/ShellPkg.dec                              |   2 +-
>   SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c  |  18 +-
>   .../DebugAgentDxe/DebugAgentDxe.inf                |   8 +-
>   .../DebugAgentDxe/DebugAgentDxe.uni                |   4 +-
>   .../DebugAgentDxe/DebugAgentDxeExtra.uni           |   6 +-
>   SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.c  |  18 +-
>   .../DebugAgentPei/DebugAgentPei.inf                |   8 +-
>   .../DebugAgentPei/DebugAgentPei.uni                |   4 +-
>   .../DebugAgentPei/DebugAgentPeiExtra.uni           |   6 +-
>   .../DebugAgent/DebugAgentCommon/DebugAgent.c       |  10 +-
>   .../DebugAgent/DebugAgentCommon/DebugAgent.h       |  40 +-
>   .../Library/DebugAgent/DebugAgentCommon/DebugMp.c  |   4 +-
>   .../Library/DebugAgent/DebugAgentCommon/DebugMp.h  |  12 +-
>   .../DebugAgentCommon/Ia32/ArchDebugSupport.c       |  12 +-
>   .../DebugAgent/DebugAgentCommon/Ia32/AsmFuncs.S    |  20 +-
>   .../DebugAgentCommon/X64/ArchDebugSupport.c        |  10 +-
>   .../DebugAgent/DxeDebugAgent/DxeDebugAgentLib.c    |   4 +-
>   .../DebugAgent/DxeDebugAgent/DxeDebugAgentLib.h    |   6 +-
>   .../Library/DebugAgent/DxeDebugAgent/SerialIo.c    |  60 +-
>   .../Library/DebugAgent/DxeDebugAgentLib.inf        |   2 +-
>   .../DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c    |  18 +-
>   .../DebugCommunicationLibSerialPort.c              |   4 +-
>   .../DebugCommunicationLibUsb.c                     |  14 +-
>   .../DebugCommunicationLibUsb3Common.c              |  68 +--
>   .../DebugCommunicationLibUsb3Dxe.c                 |  10 +-
>   .../DebugCommunicationLibUsb3Dxe.inf               |   2 +-
>   .../DebugCommunicationLibUsb3Internal.h            |  46 +-
>   .../DebugCommunicationLibUsb3Pei.c                 |   4 +-
>   .../DebugCommunicationLibUsb3Pei.inf               |   2 +-
>   .../DebugCommunicationLibUsb3Transfer.c            |  46 +-
>   .../Ia32/IntHandlerFuncs.c                         |  12 +-
>   .../PeCoffExtraActionLib.c                         |  12 +-
>   .../PeCoffExtraActionLib.h                         |   8 +-
>   .../X64/IntHandlerFuncs.c                          |  14 +-
>   SourceLevelDebugPkg/SourceLevelDebugPkg.dec        |  20 +-
>   SourceLevelDebugPkg/SourceLevelDebugPkg.dsc        |   4 +-
>   SourceLevelDebugPkg/SourceLevelDebugPkg.uni        |   2 +-
>   SourceLevelDebugPkg/SourceLevelDebugPkgExtra.uni   |   6 +-
>   UefiCpuPkg/Application/Cpuid/Cpuid.c               |   6 +-
>   UefiCpuPkg/CpuDxe/CpuDxe.c                         |   8 +-
>   UefiCpuPkg/CpuDxe/CpuDxe.uni                       |   4 +-
>   UefiCpuPkg/CpuDxe/CpuDxeExtra.uni                  |   6 +-
>   UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c            |   6 +-
>   UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.c                   | 204 +++----
>   UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.h                   | 170 +++---
>   UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf                 |   4 +-
>   UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.uni                 |   4 +-
>   UefiCpuPkg/CpuIo2Dxe/CpuIo2DxeExtra.uni            |   6 +-
>   UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.c                   | 100 ++--
>   UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.h                   |  72 +--
>   UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf                 |  10 +-
>   UefiCpuPkg/CpuIo2Smm/CpuIo2SmmExtra.uni            |   4 +-
>   UefiCpuPkg/CpuIoPei/CpuIoPei.c                     |  86 +--
>   UefiCpuPkg/CpuIoPei/CpuIoPei.h                     |  58 +-
>   UefiCpuPkg/CpuIoPei/CpuIoPei.inf                   |   6 +-
>   UefiCpuPkg/CpuIoPei/CpuIoPei.uni                   |   4 +-
>   UefiCpuPkg/CpuIoPei/CpuIoPeiExtra.uni              |   6 +-
>   UefiCpuPkg/CpuMpPei/CpuBist.c                      |   6 +-
>   UefiCpuPkg/CpuMpPei/CpuMpPei.c                     |   4 +-
>   UefiCpuPkg/Include/Library/LocalApicLib.h          |  46 +-
>   .../Library/BaseUefiCpuLib/BaseUefiCpuLib.uni      |   4 +-
>   .../Library/BaseUefiCpuLib/Ia32/InitializeFpu.S    |  12 +-
>   .../Library/BaseUefiCpuLib/X64/InitializeFpu.S     |  16 +-
>   UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c     |  64 +--
>   UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf   |   8 +-
>   UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.uni   |   4 +-
>   .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        |  62 +--
>   .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf      |   8 +-
>   .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.uni      |   4 +-
>   .../CpuCommonFeaturesLib/CpuCommonFeatures.h       |  14 +-
>   .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |   4 +-
>   .../Library/CpuCommonFeaturesLib/MachineCheck.c    |   2 +-
>   UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c     |  16 +-
>   .../Library/CpuCommonFeaturesLib/ProcTrace.c       |  20 +-
>   .../CpuExceptionHandlerLib/CpuExceptionCommon.c    |   4 +-
>   UefiCpuPkg/Library/MpInitLib/DxeMpLib.c            |   6 +-
>   UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm     |   4 +-
>   UefiCpuPkg/Library/MpInitLib/MpLib.c               |   6 +-
>   UefiCpuPkg/Library/MpInitLib/MpLib.h               |   4 +-
>   UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm      |   2 +-
>   UefiCpuPkg/Library/MtrrLib/MtrrLib.inf             |   8 +-
>   UefiCpuPkg/Library/MtrrLib/MtrrLib.uni             |   4 +-
>   .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c |   6 +-
>   .../SecPeiDxeTimerLibUefiCpu.inf                   |   8 +-
>   .../SecPeiDxeTimerLibUefiCpu.uni                   |   4 +-
>   .../Library/SecPeiDxeTimerLibUefiCpu/X86TimerLib.c |   4 +-
>   UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmFuncsArch.c      |   6 +-
>   UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c              |  10 +-
>   UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmFuncsArch.c       |   4 +-
>   UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf            |   4 +-
>   .../ResetVector/Vtf0/Ia32/Flat32ToFlat64.asm       |   4 +-
>   UefiCpuPkg/ResetVector/Vtf0/SerialDebug.asm        |   4 +-
>   UefiCpuPkg/UefiCpuPkgExtra.uni                     |   6 +-
>   UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c  |  56 +-
>   .../Universal/Acpi/S3Resume2Pei/S3Resume2Pei.uni   |   4 +-
>   .../Acpi/S3Resume2Pei/S3Resume2PeiExtra.uni        |   6 +-
>   2822 files changed, 45304 insertions(+), 45304 deletions(-)
> 
For PcAtChipsetPkg/FatPkg/FatBinPkg/ShellPkg,
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

-- 
Thanks,
Ray


  parent reply	other threads:[~2018-06-25  1:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-04  9:30 [Patch 00/17] Clean up source files by FormatDosFiles.py script Liming Gao
2018-06-25  1:45 ` Gao, Liming
2018-06-25  1:52 ` Ni, Ruiyu [this message]
2018-06-25  4:59 ` Zeng, Star
2018-06-26  0:42 ` Wu, Hao A
2018-06-28  3:39   ` Gao, Liming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=09a67046-0415-0dec-57f7-a21d221102d3@Intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox