From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.8380.1575389792231990408 for ; Tue, 03 Dec 2019 08:16:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DkR0LS6P; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389791; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OdAo/0OU+hyYkSOs6QqXBekOFeebrr/9RtZHyRYP7L4=; b=DkR0LS6PY26AjycaBAziOY6BIWFE0R5mnLsrUdGd6CTX2By0GTqxlwoGw/7MDpkURj//dQ mjsYQ1AE/cwuBQcopphVUnFodVmQtHEyFDPLVdlQiOlb5ZJfAjRrjFT8Uk7hThyxoMJng+ SVVOM/BRW7Wif8ZgUDKW4YEzjgNglkg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-230-5OCS_8VIMsOjMOOmAeXa2w-1; Tue, 03 Dec 2019 11:16:28 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2CB8FDB60; Tue, 3 Dec 2019 16:16:25 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1EFD460C63; Tue, 3 Dec 2019 16:16:12 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io, Achin Gupta , Andrew Fish , Anthony Perard , Ard Biesheuvel , Chao Zhang , Chasel Chiu , Eric Dong , Hao A Wu , Jian J Wang , Jiaxin Wu , Jiewen Yao , Jordan Justen , Julien Grall , Laszlo Ersek , Leif Lindholm , Liming Gao , Maciej Rabeda , Michael D Kinney , Nate DeSimone , Philippe Mathieu-Daude , Ray Ni , Siyuan Fu , Star Zeng , Supreeth Venkatesh , Xiaoyu Lu , Zhichao Gao Cc: =?UTF-8?q?Antoine=20C=C5=93ur?= Subject: [PATCH 00/79] Fix a bunch of typos (part 1) Date: Tue, 3 Dec 2019 17:14:43 +0100 Message-Id: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: 5OCS_8VIMsOjMOOmAeXa2w-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Around February of this year, Antoine posted various patches fixing a huge quantity of typos, over 8000+ lines (such [1]). The community merged the smaller patches, and told him his patches were too big, and he should split them. Around June, Antoine opened a GitHub pull request [2], due to the size of his patchset. We told him the project doesn't accept GitHub PR. Since I find his cleanup work very valuable for the project, I spent few hours trying to salvage a chunk of it, splitting per maintainer areas, each patch not to big to avoid reviewers burning out. I expect each maintainer to take his patches. I wanted to split Antoine work in 3 parts, but I'm about at 80 patches, for only 1854 lines changed, so enough for a first round. Oh, and it is easier to review the patches using '--word-diff=3Dcolor' git option :) Regards, Phil. P.D.: I think the project is really failing at getting new contributors involved, and keeping them. But that is another topic. [1] https://edk2.groups.io/g/devel/message/43043 [2] https://edk2.groups.io/g/devel/message/42941 Antoine Coeur (72): CryptoPkg/OpensslLib: Fix few typos EmbeddedPkg/FdtLib: Fix a typo EmbeddedPkg/VirtualKeyboard: Fix few typos EmulatorPkg/Sec: Fix various typos EmulatorPkg/Unix: Fix various typos EmulatorPkg/Win: Fix various typos FatPkg/EnhancedFatDxe: Fix various typos FatPkg/FatPei: Fix few typos IntelFsp2WrapperPkg: Fix various typos MdeModulePkg/Application: Improve French translation MdeModulePkg/Application: Fix various typos MdeModulePkg/Bus/Ata: Fix various typos MdeModulePkg/Bus/I2c: Fix few typos MdeModulePkg/Bus/Isa: Fix various typos MdeModulePkg/Bus/Scsi: Fix various typos MdeModulePkg/Bus/Sd: Fix various typos MdeModulePkg/Core/Pei: Fix various typos MdeModulePkg/Core/PiSmmCore: Fix various typos MdeModulePkg/UsbMass: Fix various typos MdeModulePkg/UsbMouse: Fix few typos MdeModulePkg/UsbBus: Fix various typos MdeModulePkg/Usb: Fix various typos MdePkg/IndustryStandard: Fix various typos MdePkg/Library/Dxe: Fix various typos MdePkg/Library/Pci: Fix various typos MdePkg/Library/Smm: Fix various typos MdePkg/Ppi: Fix various typos MdePkg/Register: Fix various typos NetworkPkg/ArpDxe: Fix various typos NetworkPkg/Dhcp4Dxe: Fix various typos NetworkPkg/Dhcp6Dxe: Fix various typos NetworkPkg/DnsDxe: Fix various typos NetworkPkg/DpcDxe: Fix few typos NetworkPkg/HttpBootDxe: Fix various typos NetworkPkg/HttpDxe: Fix various typos NetworkPkg/Ip4Dxe: Fix various typos NetworkPkg/Ip6Dxe: Fix various typos NetworkPkg/IScsiDxe: Fix various typos NetworkPkg/Library: Fix various typos NetworkPkg/MnpDxe: Fix various typos NetworkPkg/Mtftp4Dxe: Fix various typos NetworkPkg/Mtftp6Dxe: Fix various typos NetworkPkg/SnpDxe: Fix few typos NetworkPkg/TcpDxe/Sock: Fix few typos NetworkPkg/TcpDxe/Tcp: Fix various typos NetworkPkg/Tls: Fix few typos NetworkPkg/Udp4Dxe: Fix various typos NetworkPkg/Udp6Dxe: Fix various typos NetworkPkg/UefiPxeBcDxe: Fix various typos NetworkPkg/VlanConfigDxe: Fix few typos OvmfPkg/Acpi: Fix few typos OvmfPkg/Csm: Fix various typos OvmfPkg/Qemu: Fix various typos OvmfPkg/Virtio: Fix few typos OvmfPkg/Xen: Fix various typos PcAtChipsetPkg: Fix few typos SecurityPkg: Fix few typos SecurityPkg/Hash2DxeCrypto: Fix few typos SecurityPkg/Library/Tpm: Fix various typos SecurityPkg/Tcg: Fix various typos SecurityPkg/VariableAuthenticated: Fix few typos ShellPkg/Application: Fix various typos ShellPkg/DynamicCommand: Fix various typos SignedCapsulePkg: Fix various typos SignedCapsulePkg/Universal: Fix various typos SourceLevelDebugPkg/DebugAgent: Fix various typos SourceLevelDebugPkg/DebugCommunicationLib: Fix various typos SourceLevelDebugPkg: Fix few typos StandaloneMmPkg: Fix few typos UefiCpuPkg/CpuDxe: Fix few typos UefiCpuPkg/PiSmm: Fix various typos UefiCpuPkg/Smm: Fix various typos Philippe Mathieu-Daude (7): EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER MdeModulePkg/UsbBusDxe: Fix a typo NetworkPkg: Fix a typo NetworkPkg/DnsDxe: Fix a typo NetworkPkg/HttpBootDxe: Fix a typo in variable name OvmfPkg/Xen: Fix a typo StandaloneMmPkg: Fix a typo SignedCapsulePkg/SignedCapsulePkg.dec = | 4 +- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf = | 2 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf = | 2 +- MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf = | 10 ++-- MdePkg/Library/DxePcdLib/DxePcdLib.inf = | 2 +- NetworkPkg/MnpDxe/MnpDxe.inf = | 2 +- OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf = | 2 +- OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf = | 4 +- OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf = | 4 +- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf = | 2 +- SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf = | 2 +- SecurityPkg/Tcg/TcgSmm/TcgSmm.inf = | 2 +- SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunica= tionLibSerialPort.inf | 2 +- StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCof= fExtraActionLib.inf | 2 +- EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h = | 36 +++++++------- EmbeddedPkg/Include/libfdt.h = | 2 +- EmulatorPkg/Sec/Sec.h = | 4 +- EmulatorPkg/Win/Host/WinGop.h = | 2 +- EmulatorPkg/Win/Host/WinHost.h = | 2 +- FatPkg/EnhancedFatDxe/Fat.h = | 6 +-- FatPkg/FatPei/FatLitePeim.h = | 2 +- IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h = | 2 +- IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h = | 4 +- MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h = | 2 +- MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h = | 2 +- MdeModulePkg/Bus/Ata/AhciPei/AhciPei.h = | 4 +- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h = | 4 +- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h = | 4 +- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h = | 2 +- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h = | 12 ++--- MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.h = | 4 +- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h = | 14 +++--- MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h = | 2 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h = | 2 +- MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h = | 4 +- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h = | 10 ++-- MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.h = | 2 +- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.h = | 6 +-- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h = | 2 +- MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.h = | 6 +-- MdeModulePkg/Bus/Sd/SdDxe/SdDxe.h = | 2 +- MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.h = | 2 +- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h = | 14 +++--- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h = | 2 +- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h = | 2 +- MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.h = | 2 +- MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h = | 2 +- MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h = | 2 +- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h = | 10 ++-- MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.h = | 2 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h = | 4 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h = | 4 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h = | 2 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h = | 2 +- MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h = | 2 +- MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h = | 2 +- MdeModulePkg/Core/Pei/PeiMain.h = | 20 ++++---- MdeModulePkg/Core/PiSmmCore/HeapGuard.h = | 2 +- MdeModulePkg/Core/PiSmmCore/PiSmmCore.h = | 12 ++--- MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h = | 6 +-- MdePkg/Include/IndustryStandard/Acpi10.h = | 4 +- MdePkg/Include/IndustryStandard/Acpi20.h = | 4 +- MdePkg/Include/IndustryStandard/Acpi30.h = | 4 +- MdePkg/Include/IndustryStandard/Acpi40.h = | 2 +- MdePkg/Include/IndustryStandard/Acpi50.h = | 6 +-- MdePkg/Include/IndustryStandard/Acpi51.h = | 4 +- MdePkg/Include/IndustryStandard/Acpi60.h = | 4 +- MdePkg/Include/IndustryStandard/Acpi61.h = | 4 +- MdePkg/Include/IndustryStandard/Acpi62.h = | 8 +-- MdePkg/Include/IndustryStandard/Atapi.h = | 40 +++++++-------- MdePkg/Include/IndustryStandard/ElTorito.h = | 4 +- MdePkg/Include/IndustryStandard/Emmc.h = | 2 +- MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h = | 4 +- MdePkg/Include/IndustryStandard/Nvme.h = | 10 ++-- MdePkg/Include/IndustryStandard/Pci22.h = | 20 ++++---- MdePkg/Include/IndustryStandard/PeImage.h = | 2 +- MdePkg/Include/IndustryStandard/Scsi.h = | 2 +- MdePkg/Include/IndustryStandard/SmBus.h = | 2 +- MdePkg/Include/IndustryStandard/Tpm12.h = | 2 +- MdePkg/Include/Library/DxeServicesLib.h = | 2 +- MdePkg/Include/Library/PciCf8Lib.h = | 4 +- MdePkg/Include/Library/PciExpressLib.h = | 4 +- MdePkg/Include/Library/PciLib.h = | 4 +- MdePkg/Include/Library/PciSegmentLib.h = | 4 +- MdePkg/Include/Library/SmmLib.h = | 4 +- MdePkg/Include/Library/SmmMemLib.h = | 4 +- MdePkg/Include/Library/SmmPeriodicSmiLib.h = | 6 +-- MdePkg/Include/Ppi/BlockIo.h = | 4 +- MdePkg/Include/Ppi/BlockIo2.h = | 2 +- MdePkg/Include/Ppi/Capsule.h = | 2 +- MdePkg/Include/Ppi/Decompress.h = | 2 +- MdePkg/Include/Ppi/DeviceRecoveryModule.h = | 2 +- MdePkg/Include/Ppi/IsaHc.h = | 2 +- MdePkg/Include/Ppi/MpServices.h = | 2 +- MdePkg/Include/Ppi/Pcd.h = | 4 +- MdePkg/Include/Ppi/RecoveryModule.h = | 2 +- MdePkg/Include/Ppi/TemporaryRamDone.h = | 2 +- MdePkg/Include/Ppi/VectorHandoffInfo.h = | 2 +- MdePkg/Include/Register/Amd/Cpuid.h = | 8 +-- MdePkg/Include/Register/Amd/Fam17Msr.h = | 2 +- MdePkg/Include/Register/Amd/Msr.h = | 2 +- MdePkg/Include/Register/Intel/Msr/GoldmontPlusMsr.h = | 2 +- MdePkg/Include/Register/Intel/Msr/SkylakeMsr.h = | 2 +- MdePkg/Include/Register/Intel/StmResourceDescriptor.h = | 2 +- NetworkPkg/ArpDxe/ArpDriver.h = | 10 ++-- NetworkPkg/ArpDxe/ArpImpl.h = | 14 +++--- NetworkPkg/Dhcp4Dxe/Dhcp4Driver.h = | 4 +- NetworkPkg/Dhcp4Dxe/Dhcp4Io.h = | 2 +- NetworkPkg/Dhcp4Dxe/Dhcp4Option.h = | 18 +++---- NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h = | 4 +- NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h = | 12 ++--- NetworkPkg/DnsDxe/DnsDriver.h = | 12 ++--- NetworkPkg/DnsDxe/DnsImpl.h = | 28 +++++------ NetworkPkg/DpcDxe/Dpc.h = | 2 +- NetworkPkg/HttpBootDxe/HttpBootConfig.h = | 2 +- NetworkPkg/HttpBootDxe/HttpBootDhcp4.h = | 2 +- NetworkPkg/HttpBootDxe/HttpBootDhcp6.h = | 4 +- NetworkPkg/HttpBootDxe/HttpBootDxe.h = | 6 +-- NetworkPkg/HttpBootDxe/HttpBootSupport.h = | 10 ++-- NetworkPkg/HttpDxe/HttpDriver.h = | 8 +-- NetworkPkg/HttpDxe/HttpProto.h = | 16 +++--- NetworkPkg/HttpDxe/HttpsSupport.h = | 2 +- NetworkPkg/IScsiDxe/IScsiMisc.h = | 8 +-- NetworkPkg/IScsiDxe/IScsiProto.h = | 10 ++-- NetworkPkg/Include/Library/HttpLib.h = | 2 +- NetworkPkg/Include/Library/IpIoLib.h = | 4 +- NetworkPkg/Include/Library/NetLib.h = | 2 +- NetworkPkg/Include/Library/TcpIoLib.h = | 6 +-- NetworkPkg/Include/Library/UdpIoLib.h = | 6 +-- NetworkPkg/Include/Protocol/Dpc.h = | 2 +- NetworkPkg/Ip4Dxe/Ip4Common.h = | 14 +++--- NetworkPkg/Ip4Dxe/Ip4Config2Impl.h = | 2 +- NetworkPkg/Ip4Dxe/Ip4Driver.h = | 6 +-- NetworkPkg/Ip4Dxe/Ip4Icmp.h = | 10 ++-- NetworkPkg/Ip4Dxe/Ip4If.h = | 4 +- NetworkPkg/Ip4Dxe/Ip4Igmp.h = | 4 +- NetworkPkg/Ip4Dxe/Ip4Impl.h = | 8 +-- NetworkPkg/Ip4Dxe/Ip4Input.h = | 6 +-- NetworkPkg/Ip4Dxe/Ip4Option.h = | 4 +- NetworkPkg/Ip4Dxe/Ip4Output.h = | 4 +- NetworkPkg/Ip4Dxe/Ip4Route.h = | 12 ++--- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h = | 4 +- NetworkPkg/Ip6Dxe/Ip6Driver.h = | 8 +-- NetworkPkg/Ip6Dxe/Ip6Icmp.h = | 4 +- NetworkPkg/Ip6Dxe/Ip6If.h = | 4 +- NetworkPkg/Ip6Dxe/Ip6Impl.h = | 8 +-- NetworkPkg/Ip6Dxe/Ip6Input.h = | 6 +-- NetworkPkg/Ip6Dxe/Ip6Mld.h = | 2 +- NetworkPkg/Ip6Dxe/Ip6Nd.h = | 4 +- NetworkPkg/Ip6Dxe/Ip6Route.h = | 10 ++-- NetworkPkg/MnpDxe/MnpDriver.h = | 6 +-- NetworkPkg/MnpDxe/MnpImpl.h = | 14 +++--- NetworkPkg/Mtftp4Dxe/Mtftp4Driver.h = | 2 +- NetworkPkg/Mtftp4Dxe/Mtftp4Impl.h = | 2 +- NetworkPkg/Mtftp4Dxe/Mtftp4Option.h = | 6 +-- NetworkPkg/Mtftp4Dxe/Mtftp4Support.h = | 2 +- NetworkPkg/Mtftp6Dxe/Mtftp6Driver.h = | 4 +- NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h = | 4 +- NetworkPkg/Mtftp6Dxe/Mtftp6Option.h = | 2 +- NetworkPkg/Mtftp6Dxe/Mtftp6Support.h = | 2 +- NetworkPkg/SnpDxe/Snp.h = | 8 +-- NetworkPkg/TcpDxe/SockImpl.h = | 2 +- NetworkPkg/TcpDxe/Socket.h = | 36 +++++++------- NetworkPkg/TcpDxe/TcpDriver.h = | 8 +-- NetworkPkg/TcpDxe/TcpFunc.h = | 4 +- NetworkPkg/TcpDxe/TcpMain.h = | 4 +- NetworkPkg/TcpDxe/TcpOption.h = | 6 +-- NetworkPkg/TcpDxe/TcpProto.h = | 14 +++--- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.h = | 2 +- NetworkPkg/TlsDxe/TlsDriver.h = | 4 +- NetworkPkg/Udp4Dxe/Udp4Driver.h = | 4 +- NetworkPkg/Udp4Dxe/Udp4Impl.h = | 4 +- NetworkPkg/Udp6Dxe/Udp6Driver.h = | 6 +-- NetworkPkg/Udp6Dxe/Udp6Impl.h = | 12 ++--- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h = | 2 +- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h = | 8 +-- NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.h = | 4 +- NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h = | 16 +++--- NetworkPkg/VlanConfigDxe/VlanConfigImpl.h = | 6 +-- OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.h = | 10 ++-- OvmfPkg/Csm/BiosThunk/VideoDxe/VesaBiosExtensions.h = | 8 +-- OvmfPkg/Csm/Include/Framework/BootScript.h = | 2 +- OvmfPkg/Csm/Include/Framework/FrameworkInternalFormRepresentation.h = | 2 +- OvmfPkg/Csm/Include/Protocol/IsaAcpi.h = | 2 +- OvmfPkg/Csm/Include/Protocol/IsaIo.h = | 2 +- OvmfPkg/Csm/Include/Protocol/LegacyBios.h = | 6 +-- OvmfPkg/Csm/Include/Protocol/LegacyBiosPlatform.h = | 4 +- OvmfPkg/Csm/Include/Protocol/VgaMiniPort.h = | 2 +- OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h = | 8 +-- OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.h = | 4 +- OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiVfr.h = | 2 +- OvmfPkg/Include/IndustryStandard/Xen/arch-arm/xen.h = | 2 +- OvmfPkg/Include/IndustryStandard/Xen/grant_table.h = | 4 +- OvmfPkg/Include/IndustryStandard/Xen/io/blkif.h = | 2 +- OvmfPkg/Include/Library/VirtioLib.h = | 2 +- OvmfPkg/Include/Protocol/XenBus.h = | 4 +- OvmfPkg/Include/Protocol/XenIo.h = | 2 +- OvmfPkg/XenBusDxe/DriverBinding.h = | 2 +- OvmfPkg/XenBusDxe/EventChannel.h = | 2 +- OvmfPkg/XenBusDxe/GrantTable.h = | 4 +- OvmfPkg/XenPvBlkDxe/BlockIo.h = | 6 +-- OvmfPkg/XenPvBlkDxe/DriverBinding.h = | 2 +- SecurityPkg/Include/Library/TcgStorageCoreLib.h = | 4 +- SecurityPkg/Include/Library/TpmCommLib.h = | 4 +- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.h = | 6 +-- ShellPkg/Application/Shell/ConsoleLogger.h = | 4 +- ShellPkg/Application/Shell/FileHandleWrappers.h = | 6 +-- ShellPkg/Application/Shell/Shell.h = | 2 +- ShellPkg/Application/Shell/ShellEnvVar.h = | 36 +++++++------- ShellPkg/Application/Shell/ShellManParser.h = | 10 ++-- ShellPkg/Application/Shell/ShellParametersProtocol.h = | 20 ++++---- ShellPkg/Application/Shell/ShellProtocol.h = | 12 ++--- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h = | 2 +- ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h = | 2 +- SignedCapsulePkg/Include/Guid/EdkiiSystemFmpCapsule.h = | 4 +- SignedCapsulePkg/Include/Library/IniParsingLib.h = | 14 +++--- SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareDxe.h = | 2 +- SourceLevelDebugPkg/Include/Ia32/ProcessorContext.h = | 2 +- SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h = | 2 +- SourceLevelDebugPkg/Include/TransferProtocol.h = | 6 +-- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.h = | 6 +-- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ArchDebugSupp= ort.h | 2 +- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/DebugExceptio= n.h | 2 +- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ArchDebugSuppo= rt.h | 2 +- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/DebugException= .h | 2 +- SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLi= bUsb3Internal.h | 4 +- UefiCpuPkg/CpuDxe/CpuDxe.h = | 2 +- UefiCpuPkg/CpuDxe/CpuGdt.h = | 2 +- UefiCpuPkg/CpuDxe/CpuMp.h = | 4 +- UefiCpuPkg/CpuDxe/CpuPageTable.h = | 2 +- UefiCpuPkg/Include/Library/SmmCpuFeaturesLib.h = | 4 +- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.h = | 4 +- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h = | 12 ++--- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigVfr.vfr = | 6 +-- CryptoPkg/Library/OpensslLib/rand_pool.c = | 8 +-- CryptoPkg/Library/OpensslLib/rand_pool_noise.c = | 2 +- EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.c = | 16 +++--- EmulatorPkg/Sec/Sec.c = | 5 +- EmulatorPkg/Unix/Host/BerkeleyPacketFilter.c = | 2 +- EmulatorPkg/Unix/Host/BlockIo.c = | 12 ++--- EmulatorPkg/Unix/Host/EmuThunk.c = | 2 +- EmulatorPkg/Unix/Host/Host.c = | 26 +++++----- EmulatorPkg/Unix/Host/LinuxPacketFilter.c = | 2 +- EmulatorPkg/Unix/Host/Pthreads.c = | 2 +- EmulatorPkg/Win/Host/WinBlockIo.c = | 4 +- EmulatorPkg/Win/Host/WinFileSystem.c = | 2 +- EmulatorPkg/Win/Host/WinGopInput.c = | 4 +- EmulatorPkg/Win/Host/WinGopScreen.c = | 14 +++--- EmulatorPkg/Win/Host/WinHost.c = | 10 ++-- FatPkg/EnhancedFatDxe/Delete.c = | 2 +- FatPkg/EnhancedFatDxe/DirectoryManage.c = | 2 +- FatPkg/EnhancedFatDxe/Fat.c = | 2 +- FatPkg/EnhancedFatDxe/FileName.c = | 2 +- FatPkg/EnhancedFatDxe/FileSpace.c = | 6 +-- FatPkg/EnhancedFatDxe/Flush.c = | 4 +- FatPkg/FatPei/FatLiteApi.c = | 2 +- FatPkg/FatPei/Mbr.c = | 2 +- IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c = | 2 +- IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlat= formLibSample.c | 4 +- IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHob= ProcessLibSample.c | 4 +- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c = | 2 +- MdeModulePkg/Application/CapsuleApp/CapsuleDump.c = | 4 +- MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c = | 2 +- MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c = | 2 +- MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c = | 8 +-- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c = | 14 +++--- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c = | 8 +-- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c = | 16 +++--- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c = | 10 ++-- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c = | 4 +- MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c = | 4 +- MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c = | 2 +- MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.c = | 6 +-- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c = | 16 +++--- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c = | 20 ++++---- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c = | 4 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.c = | 2 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c = | 4 +- MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c = | 6 +-- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c = | 32 ++++++------ MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c = | 2 +- MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.c = | 12 ++--- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c = | 12 ++--- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c = | 2 +- MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c = | 2 +- MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHci.c = | 6 +-- MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c = | 10 ++-- MdeModulePkg/Bus/Sd/SdDxe/SdDxe.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c = | 12 ++--- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c = | 4 +- MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c = | 8 +-- MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.c = | 2 +- MdeModulePkg/Bus/Usb/UsbBusPei/UsbIoPeim.c = | 2 +- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c = | 8 +-- MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c = | 6 +-- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c = | 4 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c = | 4 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c = | 4 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c = | 4 +- MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c = | 2 +- MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c = | 2 +- MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c = | 2 +- MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c = | 2 +- MdeModulePkg/Core/Pei/Dependency/Dependency.c = | 4 +- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c = | 28 +++++------ MdeModulePkg/Core/Pei/FwVol/FwVol.c = | 8 +-- MdeModulePkg/Core/Pei/Hob/Hob.c = | 2 +- MdeModulePkg/Core/Pei/Image/Image.c = | 8 +-- MdeModulePkg/Core/Pei/Memory/MemoryServices.c = | 10 ++-- MdeModulePkg/Core/Pei/PeiMain/PeiMain.c = | 4 +- MdeModulePkg/Core/Pei/Ppi/Ppi.c = | 2 +- MdeModulePkg/Core/Pei/Security/Security.c = | 2 +- MdeModulePkg/Core/PiSmmCore/Dependency.c = | 4 +- MdeModulePkg/Core/PiSmmCore/Dispatcher.c = | 24 ++++----- MdeModulePkg/Core/PiSmmCore/HeapGuard.c = | 4 +- MdeModulePkg/Core/PiSmmCore/Locate.c = | 8 +-- MdeModulePkg/Core/PiSmmCore/MemoryAttributesTable.c = | 8 +-- MdeModulePkg/Core/PiSmmCore/Page.c = | 4 +- MdeModulePkg/Core/PiSmmCore/PiSmmCore.c = | 10 ++-- MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c = | 8 +-- MdeModulePkg/Core/PiSmmCore/Smi.c = | 2 +- MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c = | 4 +- MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c = | 10 ++-- MdePkg/Library/DxeHobLib/HobLib.c = | 2 +- MdePkg/Library/DxeIoLibCpuIo2/IoLib.c = | 2 +- MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c = | 6 +-- MdePkg/Library/DxeServicesLib/DxeServicesLib.c = | 12 ++--- MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c = | 2 +- MdePkg/Library/DxeSmbusLib/DxeSmbusLib.c = | 2 +- MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLib.c = | 2 +- MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c = | 4 +- MdePkg/Library/SmmMemLib/SmmMemLib.c = | 4 +- MdePkg/Library/SmmPciExpressLib/PciExpressLib.c = | 4 +- MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c = | 6 +-- MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c = | 42 ++++++++-------- MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c = | 2 +- NetworkPkg/ArpDxe/ArpDriver.c = | 14 +++--- NetworkPkg/ArpDxe/ArpImpl.c = | 16 +++--- NetworkPkg/ArpDxe/ArpMain.c = | 10 ++-- NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c = | 8 +-- NetworkPkg/Dhcp4Dxe/Dhcp4Impl.c = | 6 +-- NetworkPkg/Dhcp4Dxe/Dhcp4Io.c = | 12 ++--- NetworkPkg/Dhcp4Dxe/Dhcp4Option.c = | 26 +++++----- NetworkPkg/Dhcp6Dxe/Dhcp6Driver.c = | 12 ++--- NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c = | 12 ++--- NetworkPkg/Dhcp6Dxe/Dhcp6Io.c = | 26 +++++----- NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c = | 16 +++--- NetworkPkg/DnsDxe/DnsDriver.c = | 12 ++--- NetworkPkg/DnsDxe/DnsImpl.c = | 28 +++++------ NetworkPkg/DnsDxe/DnsProtocol.c = | 16 +++--- NetworkPkg/DpcDxe/Dpc.c = | 6 +-- NetworkPkg/HttpBootDxe/HttpBootConfig.c = | 4 +- NetworkPkg/HttpBootDxe/HttpBootDhcp4.c = | 2 +- NetworkPkg/HttpBootDxe/HttpBootDhcp6.c = | 10 ++-- NetworkPkg/HttpBootDxe/HttpBootDxe.c = | 8 +-- NetworkPkg/HttpBootDxe/HttpBootImpl.c = | 2 +- NetworkPkg/HttpBootDxe/HttpBootSupport.c = | 12 ++--- NetworkPkg/HttpDxe/HttpDriver.c = | 12 ++--- NetworkPkg/HttpDxe/HttpImpl.c = | 10 ++-- NetworkPkg/HttpDxe/HttpProto.c = | 22 ++++----- NetworkPkg/HttpDxe/HttpsSupport.c = | 2 +- NetworkPkg/IScsiDxe/ComponentName.c = | 2 +- NetworkPkg/IScsiDxe/IScsiCHAP.c = | 4 +- NetworkPkg/IScsiDxe/IScsiConfig.c = | 6 +-- NetworkPkg/IScsiDxe/IScsiDhcp.c = | 4 +- NetworkPkg/IScsiDxe/IScsiDriver.c = | 10 ++-- NetworkPkg/IScsiDxe/IScsiMisc.c = | 6 +-- NetworkPkg/IScsiDxe/IScsiProto.c = | 40 +++++++-------- NetworkPkg/Ip4Dxe/Ip4Common.c = | 10 ++-- NetworkPkg/Ip4Dxe/Ip4Config2Impl.c = | 10 ++-- NetworkPkg/Ip4Dxe/Ip4Config2Nv.c = | 4 +- NetworkPkg/Ip4Dxe/Ip4Driver.c = | 10 ++-- NetworkPkg/Ip4Dxe/Ip4Icmp.c = | 2 +- NetworkPkg/Ip4Dxe/Ip4If.c = | 14 +++--- NetworkPkg/Ip4Dxe/Ip4Igmp.c = | 8 +-- NetworkPkg/Ip4Dxe/Ip4Impl.c = | 14 +++--- NetworkPkg/Ip4Dxe/Ip4Input.c = | 28 +++++------ NetworkPkg/Ip4Dxe/Ip4Option.c = | 4 +- NetworkPkg/Ip4Dxe/Ip4Output.c = | 12 ++--- NetworkPkg/Ip4Dxe/Ip4Route.c = | 14 +++--- NetworkPkg/Ip6Dxe/Ip6Common.c = | 2 +- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c = | 10 ++-- NetworkPkg/Ip6Dxe/Ip6ConfigNv.c = | 6 +-- NetworkPkg/Ip6Dxe/Ip6Driver.c = | 12 ++--- NetworkPkg/Ip6Dxe/Ip6Icmp.c = | 6 +-- NetworkPkg/Ip6Dxe/Ip6If.c = | 10 ++-- NetworkPkg/Ip6Dxe/Ip6Impl.c = | 10 ++-- NetworkPkg/Ip6Dxe/Ip6Input.c = | 20 ++++---- NetworkPkg/Ip6Dxe/Ip6Mld.c = | 8 +-- NetworkPkg/Ip6Dxe/Ip6Nd.c = | 12 ++--- NetworkPkg/Ip6Dxe/Ip6Output.c = | 2 +- NetworkPkg/Ip6Dxe/Ip6Route.c = | 6 +-- NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c = | 4 +- NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c = | 16 +++--- NetworkPkg/Library/DxeNetLib/DxeNetLib.c = | 26 +++++----- NetworkPkg/Library/DxeNetLib/NetBuffer.c = | 4 +- NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.c = | 10 ++-- NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.c = | 10 ++-- NetworkPkg/MnpDxe/MnpConfig.c = | 14 +++--- NetworkPkg/MnpDxe/MnpDriver.c = | 10 ++-- NetworkPkg/MnpDxe/MnpIo.c = | 8 +-- NetworkPkg/MnpDxe/MnpMain.c = | 6 +-- NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c = | 4 +- NetworkPkg/Mtftp4Dxe/Mtftp4Impl.c = | 10 ++-- NetworkPkg/Mtftp4Dxe/Mtftp4Option.c = | 20 ++++---- NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c = | 10 ++-- NetworkPkg/Mtftp4Dxe/Mtftp4Support.c = | 6 +-- NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c = | 8 +-- NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c = | 4 +- NetworkPkg/Mtftp6Dxe/Mtftp6Impl.c = | 4 +- NetworkPkg/Mtftp6Dxe/Mtftp6Option.c = | 4 +- NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c = | 10 ++-- NetworkPkg/Mtftp6Dxe/Mtftp6Support.c = | 8 +-- NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c = | 4 +- NetworkPkg/SnpDxe/Callback.c = | 2 +- NetworkPkg/SnpDxe/Shutdown.c = | 2 +- NetworkPkg/SnpDxe/Snp.c = | 6 +-- NetworkPkg/SnpDxe/WaitForPacket.c = | 2 +- NetworkPkg/TcpDxe/SockImpl.c = | 4 +- NetworkPkg/TcpDxe/SockInterface.c = | 10 ++-- NetworkPkg/TcpDxe/TcpDispatcher.c = | 6 +-- NetworkPkg/TcpDxe/TcpDriver.c = | 10 ++-- NetworkPkg/TcpDxe/TcpInput.c = | 8 +-- NetworkPkg/TcpDxe/TcpMain.c = | 4 +- NetworkPkg/TcpDxe/TcpMisc.c = | 2 +- NetworkPkg/TcpDxe/TcpOption.c = | 2 +- NetworkPkg/TcpDxe/TcpOutput.c = | 4 +- NetworkPkg/TcpDxe/TcpTimer.c = | 2 +- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c = | 6 +-- NetworkPkg/TlsDxe/TlsDriver.c = | 4 +- NetworkPkg/Udp4Dxe/Udp4Driver.c = | 4 +- NetworkPkg/Udp4Dxe/Udp4Impl.c = | 12 ++--- NetworkPkg/Udp4Dxe/Udp4Main.c = | 4 +- NetworkPkg/Udp6Dxe/Udp6Driver.c = | 8 +-- NetworkPkg/Udp6Dxe/Udp6Impl.c = | 18 +++---- NetworkPkg/Udp6Dxe/Udp6Main.c = | 12 ++--- NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c = | 4 +- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c = | 10 ++-- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c = | 18 +++---- NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c = | 4 +- NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c = | 10 ++-- NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.c = | 12 ++--- NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c = | 8 +-- NetworkPkg/VlanConfigDxe/VlanConfigDriver.c = | 8 +-- OvmfPkg/AcpiPlatformDxe/BootScript.c = | 2 +- OvmfPkg/AcpiPlatformDxe/Qemu.c = | 4 +- OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c = | 2 +- OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.c = | 4 +- OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c = | 6 +-- OvmfPkg/Csm/LegacyBiosDxe/LegacyBios.c = | 6 +-- OvmfPkg/Csm/LegacyBiosDxe/LegacyBootSupport.c = | 4 +- OvmfPkg/Csm/LegacyBiosDxe/LegacyPci.c = | 8 +-- OvmfPkg/Csm/LegacyBiosDxe/Thunk.c = | 4 +- OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.c = | 14 +++--- OvmfPkg/Csm/LegacyBootManagerLib/LegacyBm.c = | 18 +++---- OvmfPkg/Library/DxePciLibI440FxQ35/PciLib.c = | 4 +- OvmfPkg/Library/PciHostBridgeLib/XenSupport.c = | 4 +- OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c = | 2 +- OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c = | 2 +- OvmfPkg/Library/VirtioLib/VirtioLib.c = | 2 +- OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.c = | 6 +-- OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c = | 4 +- OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c = | 8 +-- OvmfPkg/QemuVideoDxe/Driver.c = | 2 +- OvmfPkg/VirtioNetDxe/DriverBinding.c = | 2 +- OvmfPkg/VirtioNetDxe/SnpSharedHelpers.c = | 2 +- OvmfPkg/VirtioRngDxe/VirtioRng.c = | 2 +- OvmfPkg/VirtioScsiDxe/VirtioScsi.c = | 2 +- OvmfPkg/XenBusDxe/XenBus.c = | 2 +- OvmfPkg/XenBusDxe/XenBusDxe.c = | 6 +-- OvmfPkg/XenBusDxe/XenStore.c = | 4 +- OvmfPkg/XenPvBlkDxe/BlockFront.c = | 2 +- OvmfPkg/XenPvBlkDxe/BlockIo.c = | 8 +-- OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c = | 2 +- PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c = | 2 +- PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c = | 6 +-- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c = | 2 +- SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c = | 2 +- SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c = | 2 +- SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c = | 2 +- SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c = | 2 +- SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c = | 2 +- SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c = | 2 +- SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c = | 2 +- SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c = | 4 +- SecurityPkg/Library/Tpm2CommandLib/Tpm2Miscellaneous.c = | 2 +- SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c = | 4 +- SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c = | 6 +-- SecurityPkg/Library/TpmCommLib/TisPc.c = | 2 +- SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c = | 2 +- SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.c = | 2 +- SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c = | 10 ++-- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c = | 2 +- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c = | 8 +-- SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.c = | 2 +- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c = | 2 +- SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c = | 4 +- SecurityPkg/Tcg/TcgPei/TcgPei.c = | 8 +-- SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFile= Explorer.c | 2 +- SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl= .c | 2 +- ShellPkg/Application/Shell/ConsoleLogger.c = | 12 ++--- ShellPkg/Application/Shell/ConsoleWrappers.c = | 2 +- ShellPkg/Application/Shell/FileHandleWrappers.c = | 8 +-- ShellPkg/Application/Shell/Shell.c = | 8 +-- ShellPkg/Application/Shell/ShellEnvVar.c = | 8 +-- ShellPkg/Application/Shell/ShellManParser.c = | 20 ++++---- ShellPkg/Application/Shell/ShellParametersProtocol.c = | 26 +++++----- ShellPkg/Application/Shell/ShellProtocol.c = | 36 +++++++------- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c = | 4 +- ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c = | 2 +- ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c = | 4 +- ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c = | 4 +- ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c = | 8 +-- ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c = | 2 +- ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c = | 4 +- SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.c = | 26 +++++----- SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ParseConfigProfile.c = | 2 +- SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c = | 14 +++--- SignedCapsulePkg/Universal/SystemFirmwareUpdate/ParseConfigProfile.c = | 2 +- SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareCommonDxe.c = | 4 +- SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.c = | 8 +-- SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c = | 4 +- SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c = | 2 +- SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.c = | 2 +- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c = | 52 ++++++++++---------- SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/DxeDebugAgentLib.c = | 2 +- SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c = | 6 +-- SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/SecPeiDebugAgentLi= b.c | 10 ++-- SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c = | 10 ++-- SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunica= tionLibSerialPort.c | 2 +- SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLi= bUsb3Common.c | 2 +- SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLi= bUsb3Dxe.c | 2 +- SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLi= bUsb3Transfer.c | 4 +- StandaloneMmPkg/Core/Dependency.c = | 2 +- StandaloneMmPkg/Core/Dispatcher.c = | 2 +- StandaloneMmPkg/Core/FwVol.c = | 2 +- StandaloneMmPkg/Core/StandaloneMmCore.c = | 2 +- UefiCpuPkg/CpuDxe/CpuDxe.c = | 8 +-- UefiCpuPkg/CpuDxe/CpuGdt.c = | 2 +- UefiCpuPkg/CpuDxe/CpuMp.c = | 4 +- UefiCpuPkg/CpuDxe/CpuPageTable.c = | 6 +-- UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c = | 4 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c = | 2 +- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c = | 4 +- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c = | 4 +- UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c = | 2 +- UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c = | 2 +- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c = | 4 +- UefiCpuPkg/PiSmmCpuDxeSmm/SmmCpuMemoryManagement.c = | 4 +- UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c = | 6 +-- UefiCpuPkg/PiSmmCpuDxeSmm/X64/Semaphore.c = | 2 +- EmulatorPkg/Sec/Ia32/SwitchRam.S = | 18 +++---- EmulatorPkg/Sec/Ia32/SwitchRam.asm = | 20 ++++---- EmulatorPkg/Sec/X64/SwitchRam.S = | 2 +- EmulatorPkg/Sec/X64/SwitchRam.asm = | 2 +- EmulatorPkg/Unix/GdbRun.sh = | 4 +- EmulatorPkg/Unix/Host/X64/Gasket.S = | 4 +- EmulatorPkg/Unix/Host/X64/SwitchStack.S = | 2 +- EmulatorPkg/Unix/lldbefi.py = | 14 +++--- IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/Thunk64To32.nasm = | 6 +-- IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/SecEntr= y.nasm | 2 +- IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/Stack.n= asm | 2 +- MdeModulePkg/Application/UiApp/FrontPageStrings.uni = | 6 +-- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.uni = | 2 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.uni = | 2 +- MdePkg/Library/DxePcdLib/DxePcdLib.uni = | 2 +- NetworkPkg/MnpDxe/MnpDxe.uni = | 4 +- OvmfPkg/AcpiTables/Facp.aslc = | 8 +-- OvmfPkg/AcpiTables/Facs.aslc = | 4 +- OvmfPkg/AcpiTables/Madt.aslc = | 2 +- OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.uni = | 8 +-- OvmfPkg/QemuVideoDxe/VbeShim.asm = | 14 +++--- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni = | 4 +- SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.uni = | 2 +- SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.uni = | 2 +- SecurityPkg/Tcg/TcgSmm/TcgSmm.uni = | 2 +- ShellPkg/Application/ShellCTestApp/README.txt = | 2 +- SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/AsmFuncs.nasm= | 4 +- SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunica= tionLibSerialPort.uni | 2 +- UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiEntry.nasm = | 2 +- UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.nasm = | 2 +- UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.nasm = | 2 +- 587 files changed, 1853 insertions(+), 1854 deletions(-) --=20 2.21.0