From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 75BA97803D2 for ; Thu, 29 Aug 2024 18:33:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4k3plcvQczgGzmntAliu0tCiaYO1I9gzeyWTb4TQYPg=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1724956383; v=1; b=lc/Hz465N7eOQSfXYHDQ05dvw/1LcbX9V+BO15qZmhLoL0T84L+uqgTq2gIUCetvpzpS57oF BXtLGrxKS6vhWA6ft9Zmwk4Cc5HEmOzqMZscLNYY+i4nCRbe+kWjRK2V5Fa31etf+kBHVKtU1wz caXpJqQUGvVcbV/BdZGMwk4qyl4NO6OluNDR4zL+HMoOJem8JVPwTzIwbF1L8rVOdRtpajyadrN ChYjv61vbYNUvEhRLFHEzrFT17CUACnHrgPkiqZstmTfT+jhIUu2ES5uCPXIQ0sKE3nK95vqIay /4vtm3mrljhD77wFKPO/vZhBIErjmoWditDwifXfjbfpQ== X-Received: by 127.0.0.2 with SMTP id bdmKYY7687511x3SUdMLH79m; Thu, 29 Aug 2024 11:33:01 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.28190.1724956378548172590 for ; Thu, 29 Aug 2024 11:32:58 -0700 X-Received: from OSD-Desktop.redmond.corp.microsoft.com (unknown [131.107.159.43]) by linux.microsoft.com (Postfix) with ESMTPSA id D06FD20B7123; Thu, 29 Aug 2024 11:32:57 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D06FD20B7123 From: "Oliver Smith-Denny" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [PATCH v1 1/3] Arm/AARCH64 Platforms: Update AsmMacroLib.h Includes Date: Thu, 29 Aug 2024 11:32:49 -0700 Message-Id: <20240829183251.29046-2-osde@linux.microsoft.com> In-Reply-To: <20240829183251.29046-1-osde@linux.microsoft.com> References: <20240829183251.29046-1-osde@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 29 Aug 2024 11:32:58 -0700 Resent-From: osde@linux.microsoft.com Reply-To: devel@edk2.groups.io,osde@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 8bTKfBipwIG1OSvJ7ijJK1jnx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="lc/Hz465"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io edk2 PR https://github.com/tianocore/edk2/pull/6048 moves=0D AsmMacroIoLib.h and AsmMacroIoLibV8.h to MdePkg and renames=0D them to Arm/AsmMacroLib.h and AArch64/AsmMacroLib.h, respectively.=0D =0D This updates all edk2-platforms in one go, as this is a breaking=0D change and no functional change.=0D =0D Cc: Ard Biesheuvel =0D Cc: Leif Lindholm =0D Cc: Michael D Kinney =0D =0D Continuous-integration-options: PatchCheck.ignore-multi-package=0D =0D Signed-off-by: Oliver Smith-Denny =0D ---=0D Platform/ARM/JunoPkg/Library/ArmJunoLib/AArch64/ArmJunoHelper.S = | 2 +-=0D Platform/ARM/JunoPkg/Library/ArmJunoLib/Arm/ArmJunoHelper.S = | 2 +-=0D Platform/ARM/Library/ArmShellCmdRunAxf/AArch64/Pivot.S = | 2 +-=0D Platform/ARM/Library/ArmShellCmdRunAxf/Arm/Pivot.S = | 2 +-=0D Platform/ARM/Morello/Library/PlatformLib/AArch64/Helper.S = | 2 +-=0D Platform/ARM/SgiPkg/Library/PlatformLib/AArch64/Helper.S = | 2 +-=0D Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/AArch64/RTSMHelper.S = | 2 +-=0D Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardHelp= er.S | 2 +-=0D Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S = | 2 +-=0D Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKeyHelper.S = | 2 +-=0D Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper.S = | 2 +-=0D Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/AArch64/ArmPlatformHelpe= r.S | 2 +-=0D Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/AArch64/ArmPlatformHelp= er.S | 2 +-=0D Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/AArch64/ArmPlatformHelpe= r.S | 2 +-=0D Platform/RaspberryPi/Library/PlatformLib/AArch64/RaspberryPiHelper.S = | 2 +-=0D Silicon/AMD/Styx/Library/AmdStyxLib/AArch64/Helper.S = | 2 +-=0D Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/AArch64/Helper.S = | 2 +-=0D Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformHelper.S = | 2 +-=0D Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/AArch64/Helper.S = | 2 +-=0D Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/AArch64/ArmPlatformHelper= .S | 2 +-=0D Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/ARM/ArmPlatformHelper.S = | 2 +-=0D Silicon/Marvell/OdysseyPkg/Library/OdysseyLib/AArch64/ArmPlatformHelper.S = | 2 +-=0D Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/AArch64/PhytiumPlatformHel= per.S | 2 +-=0D Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuHelper.S = | 2 +-=0D Silicon/Socionext/SynQuacer/Library/SynQuacerLib/AArch64/SynQuacerHelper.S= | 2 +-=0D Silicon/Socionext/SynQuacer/Library/SynQuacerLib/Arm/SynQuacerHelper.S = | 2 +-=0D 26 files changed, 26 insertions(+), 26 deletions(-)=0D =0D diff --git a/Platform/ARM/JunoPkg/Library/ArmJunoLib/AArch64/ArmJunoHelper.= S b/Platform/ARM/JunoPkg/Library/ArmJunoLib/AArch64/ArmJunoHelper.S=0D index 6a73fde3afe5..9870c6eb83ce 100644=0D --- a/Platform/ARM/JunoPkg/Library/ArmJunoLib/AArch64/ArmJunoHelper.S=0D +++ b/Platform/ARM/JunoPkg/Library/ArmJunoLib/AArch64/ArmJunoHelper.S=0D @@ -6,7 +6,7 @@=0D *=0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Platform/ARM/JunoPkg/Library/ArmJunoLib/Arm/ArmJunoHelper.S b/= Platform/ARM/JunoPkg/Library/ArmJunoLib/Arm/ArmJunoHelper.S=0D index 0f5a7169ae6f..9e9c561c410a 100644=0D --- a/Platform/ARM/JunoPkg/Library/ArmJunoLib/Arm/ArmJunoHelper.S=0D +++ b/Platform/ARM/JunoPkg/Library/ArmJunoLib/Arm/ArmJunoHelper.S=0D @@ -6,7 +6,7 @@=0D *=0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D //=0D diff --git a/Platform/ARM/Library/ArmShellCmdRunAxf/AArch64/Pivot.S b/Platf= orm/ARM/Library/ArmShellCmdRunAxf/AArch64/Pivot.S=0D index 1ab4b15f127b..c072db2af7eb 100644=0D --- a/Platform/ARM/Library/ArmShellCmdRunAxf/AArch64/Pivot.S=0D +++ b/Platform/ARM/Library/ArmShellCmdRunAxf/AArch64/Pivot.S=0D @@ -4,7 +4,7 @@=0D // SPDX-License-Identifier: BSD-2-Clause-Patent=0D //=0D =0D -#include =0D +#include =0D =0D // VOID=0D // RunAxfPivot (=0D diff --git a/Platform/ARM/Library/ArmShellCmdRunAxf/Arm/Pivot.S b/Platform/= ARM/Library/ArmShellCmdRunAxf/Arm/Pivot.S=0D index 50efcfacdfe6..5db2a9acdf37 100644=0D --- a/Platform/ARM/Library/ArmShellCmdRunAxf/Arm/Pivot.S=0D +++ b/Platform/ARM/Library/ArmShellCmdRunAxf/Arm/Pivot.S=0D @@ -4,7 +4,7 @@=0D // SPDX-License-Identifier: BSD-2-Clause-Patent=0D //=0D =0D -#include =0D +#include =0D =0D // VOID=0D // RunAxfPivot (=0D diff --git a/Platform/ARM/Morello/Library/PlatformLib/AArch64/Helper.S b/Pl= atform/ARM/Morello/Library/PlatformLib/AArch64/Helper.S=0D index 25490cfd1acd..ce8d65a78ccb 100644=0D --- a/Platform/ARM/Morello/Library/PlatformLib/AArch64/Helper.S=0D +++ b/Platform/ARM/Morello/Library/PlatformLib/AArch64/Helper.S=0D @@ -5,7 +5,7 @@=0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D diff --git a/Platform/ARM/SgiPkg/Library/PlatformLib/AArch64/Helper.S b/Pla= tform/ARM/SgiPkg/Library/PlatformLib/AArch64/Helper.S=0D index 704ac9bbb1cd..ef8e2046affe 100644=0D --- a/Platform/ARM/SgiPkg/Library/PlatformLib/AArch64/Helper.S=0D +++ b/Platform/ARM/SgiPkg/Library/PlatformLib/AArch64/Helper.S=0D @@ -6,7 +6,7 @@=0D *=0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D diff --git a/Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/AArch64/RT= SMHelper.S b/Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/AArch64/RT= SMHelper.S=0D index 9920452206a0..ef4e11e65f20 100644=0D --- a/Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/AArch64/RTSMHelpe= r.S=0D +++ b/Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/AArch64/RTSMHelpe= r.S=0D @@ -5,7 +5,7 @@=0D #=0D #=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/Bea= gleBoardHelper.S b/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardL= ib/BeagleBoardHelper.S=0D index 007126e86342..6b81109963f0 100644=0D --- a/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoar= dHelper.S=0D +++ b/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoar= dHelper.S=0D @@ -5,7 +5,7 @@=0D #=0D #=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D diff --git a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint= .S b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S=0D index 505ee0a5ce07..7eb0d4ceb112 100644=0D --- a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S=0D +++ b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S=0D @@ -5,7 +5,7 @@=0D //=0D //=0D =0D -#include =0D +#include =0D =0D #include =0D #include =0D diff --git a/Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKeyHelper.S b/Plat= form/Hisilicon/HiKey/Library/HiKeyLib/HiKeyHelper.S=0D index 4c03e7b7be24..4e5e92d3c227 100644=0D --- a/Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKeyHelper.S=0D +++ b/Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKeyHelper.S=0D @@ -5,7 +5,7 @@=0D #=0D #=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper= .S b/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper.S=0D index a7bae8805e4b..484ba63c7450 100644=0D --- a/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper.S=0D +++ b/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960Helper.S=0D @@ -5,7 +5,7 @@=0D #=0D #=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D diff --git a/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/AArch64/ArmP= latformHelper.S b/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/AArch64= /ArmPlatformHelper.S=0D index 1eeb7fed6f19..221c6aa9725b 100644=0D --- a/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/AArch64/ArmPlatform= Helper.S=0D +++ b/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/AArch64/ArmPlatform= Helper.S=0D @@ -5,7 +5,7 @@=0D //=0D //=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/AArch64/Arm= PlatformHelper.S b/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/AArch= 64/ArmPlatformHelper.S=0D index 1eeb7fed6f19..221c6aa9725b 100644=0D --- a/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/AArch64/ArmPlatfor= mHelper.S=0D +++ b/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/AArch64/ArmPlatfor= mHelper.S=0D @@ -5,7 +5,7 @@=0D //=0D //=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/AArch64/ArmP= latformHelper.S b/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/AArch64= /ArmPlatformHelper.S=0D index 1eeb7fed6f19..221c6aa9725b 100644=0D --- a/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/AArch64/ArmPlatform= Helper.S=0D +++ b/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/AArch64/ArmPlatform= Helper.S=0D @@ -5,7 +5,7 @@=0D //=0D //=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Platform/RaspberryPi/Library/PlatformLib/AArch64/RaspberryPiHe= lper.S b/Platform/RaspberryPi/Library/PlatformLib/AArch64/RaspberryPiHelper= .S=0D index 3fb696b13fd3..86564e7228ab 100644=0D --- a/Platform/RaspberryPi/Library/PlatformLib/AArch64/RaspberryPiHelper.S= =0D +++ b/Platform/RaspberryPi/Library/PlatformLib/AArch64/RaspberryPiHelper.S= =0D @@ -9,7 +9,7 @@=0D *=0D **/=0D =0D -#include =0D +#include =0D #include =0D #include =0D #include =0D diff --git a/Silicon/AMD/Styx/Library/AmdStyxLib/AArch64/Helper.S b/Silicon= /AMD/Styx/Library/AmdStyxLib/AArch64/Helper.S=0D index 5c3617321347..278c6d58710c 100644=0D --- a/Silicon/AMD/Styx/Library/AmdStyxLib/AArch64/Helper.S=0D +++ b/Silicon/AMD/Styx/Library/AmdStyxLib/AArch64/Helper.S=0D @@ -11,7 +11,7 @@=0D # ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/RTSMHelper.S= =0D #=0D #**/=0D -#include =0D +#include =0D #include =0D =0D //VOID=0D diff --git a/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/AArch64/Helper.S= b/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/AArch64/Helper.S=0D index 6a5550da9133..71c9de06d800 100644=0D --- a/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/AArch64/Helper.S=0D +++ b/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/AArch64/Helper.S=0D @@ -6,7 +6,7 @@=0D *=0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D diff --git a/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatfo= rmHelper.S b/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatfo= rmHelper.S=0D index 7f896a4c7ebc..59c93e0360c0 100644=0D --- a/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformHelpe= r.S=0D +++ b/Silicon/Ampere/AmpereAltraPkg/Library/ArmPlatformLib/ArmPlatformHelpe= r.S=0D @@ -10,7 +10,7 @@=0D * Derived from edk2/ArmPlatformPkg/Library/ArmPlatformLibNull/AArch64/Arm= PlatformHelper.S=0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/AArch64/Help= er.S b/Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/AArch64/Helper.S=0D index 8c324b5509f0..f5b4281bee63 100644=0D --- a/Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/AArch64/Helper.S=0D +++ b/Silicon/Hisilicon/Library/ArmPlatformLibHisilicon/AArch64/Helper.S=0D @@ -9,7 +9,7 @@=0D //=0D //=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/AArch64/ArmPl= atformHelper.S b/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/AArch64/A= rmPlatformHelper.S=0D index 81279b39906b..e26f8d034136 100644=0D --- a/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/AArch64/ArmPlatformH= elper.S=0D +++ b/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/AArch64/ArmPlatformH= elper.S=0D @@ -9,7 +9,7 @@=0D // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR I= MPLIED=0D //=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/ARM/ArmPlatfo= rmHelper.S b/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/ARM/ArmPlatfo= rmHelper.S=0D index 2eebc682c85a..b8fcacba0810 100644=0D --- a/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/ARM/ArmPlatformHelpe= r.S=0D +++ b/Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/ARM/ArmPlatformHelpe= r.S=0D @@ -10,7 +10,7 @@=0D // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR I= MPLIED=0D //=0D =0D -#include =0D +#include =0D #include =0D =0D #define CCU_MC_BASE 0xF0001700=0D diff --git a/Silicon/Marvell/OdysseyPkg/Library/OdysseyLib/AArch64/ArmPlatf= ormHelper.S b/Silicon/Marvell/OdysseyPkg/Library/OdysseyLib/AArch64/ArmPlat= formHelper.S=0D index e816e6bd5a8a..4730788725ab 100644=0D --- a/Silicon/Marvell/OdysseyPkg/Library/OdysseyLib/AArch64/ArmPlatformHelp= er.S=0D +++ b/Silicon/Marvell/OdysseyPkg/Library/OdysseyLib/AArch64/ArmPlatformHelp= er.S=0D @@ -9,7 +9,7 @@=0D * Based on ArmPlatformPkg/Library/ArmPlatformLibNull=0D **/=0D =0D -#include =0D +#include =0D #include =0D #include =0D #include =0D diff --git a/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/AArch64/Phytiu= mPlatformHelper.S b/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/AArch64= /PhytiumPlatformHelper.S=0D index 9be8cf7cab25..fd7400e61c82 100644=0D --- a/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/AArch64/PhytiumPlatfo= rmHelper.S=0D +++ b/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/AArch64/PhytiumPlatfo= rmHelper.S=0D @@ -11,7 +11,7 @@=0D #=0D #=0D =0D -#include =0D +#include =0D #include =0D #include =0D #include =0D diff --git a/Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuHelper.S b/S= ilicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuHelper.S=0D index ed51f6613a17..876d9180719f 100644=0D --- a/Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuHelper.S=0D +++ b/Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuHelper.S=0D @@ -4,7 +4,7 @@=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D =0D -#include =0D +#include =0D #include =0D =0D ASM_FUNC(ArmPlatformPeiBootAction)=0D diff --git a/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/AArch64/SynQu= acerHelper.S b/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/AArch64/Syn= QuacerHelper.S=0D index 6a19c8b32c3f..108db45e1edc 100644=0D --- a/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/AArch64/SynQuacerHel= per.S=0D +++ b/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/AArch64/SynQuacerHel= per.S=0D @@ -7,7 +7,7 @@=0D *=0D */=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D diff --git a/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/Arm/SynQuacer= Helper.S b/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/Arm/SynQuacerHe= lper.S=0D index ec4cf1da5cba..2587d2ad9cf7 100644=0D --- a/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/Arm/SynQuacerHelper.= S=0D +++ b/Silicon/Socionext/SynQuacer/Library/SynQuacerLib/Arm/SynQuacerHelper.= S=0D @@ -7,7 +7,7 @@=0D *=0D */=0D =0D -#include =0D +#include =0D #include =0D =0D .text=0D -- =0D 2.40.1=0D =0D -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120432): https://edk2.groups.io/g/devel/message/120432 Mute This Topic: https://groups.io/mt/108166768/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-