From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74321+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74321+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007674; cv=none; d=zohomail.com; s=zohoarc; b=lrhIXNfjUZERwcHVaHvwcA4ALI8pw0y9JcJ4ebqdQQeCPoeiG86223d6MqHZx59h7vEDWuzCPWauoRj4wkN9ah+6W+75uRG9VLWBeJIIBKmV1l1YaewClVanYUvSK1S6EQG9OlTtXrjsmrGymyVYt3wSeUcKXkrco/8eDxpMcXU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007674; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=PrIg9vh+F433VUw3s3/0cmSN7dO2ZddMaMze+fRydsc=; b=Xbvwpi7iyXqtd+O78AvR1IEZeN7/nnOtFyVKy8BeglAZLAEU2bKAmKW/SgzErvpE67Yg8yQTbTwiRBvw3t+M4ARG2k0bsT5R9t1J6x7b80nwpqT4SF/3c2yMKd5RPEyDh9VuFLevvBDnzuS8+vEZ8w0J8rjCMS8P2J1ZSii6zCE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74321+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007674260159.79093607256664; Wed, 21 Apr 2021 05:21:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 28aUYY1788612xPD3i3opiF1; Wed, 21 Apr 2021 05:21:13 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11338.1619007668220314388 for ; Wed, 21 Apr 2021 05:21:08 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D842D11FB; Wed, 21 Apr 2021 05:21:07 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 7FFBE3F694; Wed, 21 Apr 2021 05:21:06 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 01/12] ArmPkg: Fix Ecc error 8003 Date: Wed, 21 Apr 2021 13:20:37 +0100 Message-Id: <20210421122048.11729-2-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: sxMUaogQt9xwKpCcr5Jq7Ct3x1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007673; bh=cytWJ3aSrGKKJ0pUsfApCBoMmQjLE+Z6Ha8JASBfpSM=; h=Date:From:Reply-To:Subject:To; b=GZmOFmTyspDvWWI29BOqtU5h/NnPLUJn1uPYXHsZwZjvNEPdH3cBSzjCKJzV+rJBPnS VWg/XZt3Brsxa1JucwgOL/alURkphke7YGEO6/2ui2Zuy+oyXbW5EwpEb6FIZ6uwunsVz eP4UDrqtT3dcl1mKu/4baBVegSvGwrofAy4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois This patch fixes the following Ecc reported error: The #ifndef at the start of an include file should have one postfix underscore, and no prefix underscore character Some include guards have been modified to match the name of the header file. Some comments have also been added on the closing '#endif'. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- ArmPkg/Drivers/ArmGic/ArmGicDxe.h | 6 +++--- ArmPkg/Drivers/CpuDxe/CpuDxe.h | 6 +++--- ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h | 6 +++--- ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h | 6 +++--- ArmPkg/Include/AsmMacroIoLib.h | 6 +++--- ArmPkg/Include/AsmMacroIoLibV8.h | 6 +++--- ArmPkg/Include/Chipset/AArch64.h | 6 +++--- ArmPkg/Include/Chipset/AArch64Mmu.h | 6 +++--- ArmPkg/Include/Chipset/ArmCortexA9.h | 6 +++--- ArmPkg/Include/Chipset/ArmV7.h | 6 +++--- ArmPkg/Include/Chipset/ArmV7Mmu.h | 6 +++--- ArmPkg/Include/Guid/ArmMpCoreInfo.h | 6 +++--- ArmPkg/Include/IndustryStandard/ArmMmSvc.h | 6 +++--- ArmPkg/Include/IndustryStandard/ArmStdSmc.h | 6 +++--- ArmPkg/Include/Library/ArmDisassemblerLib.h | 6 +++--- ArmPkg/Include/Library/ArmGenericTimerCounterLib.h | 6 +++--- ArmPkg/Include/Library/ArmGicArchLib.h | 6 +++--- ArmPkg/Include/Library/ArmHvcLib.h | 6 +++--- ArmPkg/Include/Library/ArmLib.h | 6 +++--- ArmPkg/Include/Library/ArmMmuLib.h | 6 +++--- ArmPkg/Include/Library/ArmSmcLib.h | 6 +++--- ArmPkg/Include/Library/ArmSvcLib.h | 6 +++--- ArmPkg/Include/Library/DefaultExceptionHandlerLib.h | 6 +++--- ArmPkg/Include/Library/OpteeLib.h | 6 +++--- ArmPkg/Include/Library/SemihostLib.h | 6 +++--- ArmPkg/Include/Library/StandaloneMmMmuLib.h | 6 +++--- ArmPkg/Include/Ppi/ArmMpCoreInfo.h | 6 +++--- ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h | 6 +++--- ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h | 6 +++--- ArmPkg/Library/ArmLib/ArmLibPrivate.h | 6 +++--- ArmPkg/Library/OpteeLib/OpteeSmc.h | 6 +++--- ArmPkg/Library/PlatformBootManagerLib/PlatformBm.h | 6 +++--- ArmPkg/Library/SemihostLib/SemihostPrivate.h | 6 +++--- 33 files changed, 99 insertions(+), 99 deletions(-) diff --git a/ArmPkg/Drivers/ArmGic/ArmGicDxe.h b/ArmPkg/Drivers/ArmGic/ArmG= icDxe.h index bf067ae03e08..c78b788ac012 100644 --- a/ArmPkg/Drivers/ArmGic/ArmGicDxe.h +++ b/ArmPkg/Drivers/ArmGic/ArmGicDxe.h @@ -6,8 +6,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent =20 --*/ =20 -#ifndef __ARM_GIC_DXE_H__ -#define __ARM_GIC_DXE_H__ +#ifndef ARM_GIC_DXE_H_ +#define ARM_GIC_DXE_H_ =20 #include #include @@ -76,4 +76,4 @@ GicGetDistributorIcfgBaseAndBit ( OUT UINTN *Config1Bit ); =20 -#endif +#endif // ARM_GIC_DXE_H_ diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.h b/ArmPkg/Drivers/CpuDxe/CpuDxe.h index 3fe5c24d5e5b..4cf3ab258c24 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.h +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __CPU_DXE_ARM_EXCEPTION_H__ -#define __CPU_DXE_ARM_EXCEPTION_H__ +#ifndef CPU_DXE_H_ +#define CPU_DXE_H_ =20 #include =20 @@ -143,4 +143,4 @@ SetGcdMemorySpaceAttributes ( IN UINT64 Attributes ); =20 -#endif // __CPU_DXE_ARM_EXCEPTION_H__ +#endif // CPU_DXE_H_ diff --git a/ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h b/ArmPkg/D= rivers/GenericWatchdogDxe/GenericWatchdog.h index c64bc5c4627d..28db57e07bdf 100644 --- a/ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h +++ b/ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdog.h @@ -5,8 +5,8 @@ * SPDX-License-Identifier: BSD-2-Clause-Patent * **/ -#ifndef __GENERIC_WATCHDOG_H__ -#define __GENERIC_WATCHDOG_H__ +#ifndef GENERIC_WATCHDOG_H_ +#define GENERIC_WATCHDOG_H_ =20 // Refresh Frame: #define GENERIC_WDOG_REFRESH_REG ((UINTN)FixedPcdGet64 (PcdGe= nericWatchdogRefreshBase) + 0x000) @@ -21,4 +21,4 @@ #define GENERIC_WDOG_ENABLED 1 #define GENERIC_WDOG_DISABLED 0 =20 -#endif // __GENERIC_WATCHDOG_H__ +#endif // GENERIC_WATCHDOG_H_ diff --git a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h b/ArmPkg/Filesys= tem/SemihostFs/Arm/SemihostFs.h index ce92fe9f1b91..5fe7c5f4d4e3 100644 --- a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h +++ b/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __SEMIHOST_FS_H__ -#define __SEMIHOST_FS_H__ +#ifndef SEMIHOST_FS_H_ +#define SEMIHOST_FS_H_ =20 EFI_STATUS VolumeOpen ( @@ -242,5 +242,5 @@ FileFlush ( IN EFI_FILE *File ); =20 -#endif // __SEMIHOST_FS_H__ +#endif // SEMIHOST_FS_H_ =20 diff --git a/ArmPkg/Include/AsmMacroIoLib.h b/ArmPkg/Include/AsmMacroIoLib.h index e3576c8beb6e..6c901ac3871b 100644 --- a/ArmPkg/Include/AsmMacroIoLib.h +++ b/ArmPkg/Include/AsmMacroIoLib.h @@ -10,8 +10,8 @@ **/ =20 =20 -#ifndef __MACRO_IO_LIB_H__ -#define __MACRO_IO_LIB_H__ +#ifndef ASM_MACRO_IO_LIB_H_ +#define ASM_MACRO_IO_LIB_H_ =20 #define _ASM_FUNC(Name, Section) \ .global Name ; \ @@ -36,4 +36,4 @@ movt Reg, #:upper16:(Sym) - (. + 12) ; \ ldr Reg, [pc, Reg] =20 -#endif +#endif // ASM_MACRO_IO_LIB_H_ diff --git a/ArmPkg/Include/AsmMacroIoLibV8.h b/ArmPkg/Include/AsmMacroIoLi= bV8.h index bcc0d8dafe0c..337d9ae0168e 100644 --- a/ArmPkg/Include/AsmMacroIoLibV8.h +++ b/ArmPkg/Include/AsmMacroIoLibV8.h @@ -10,8 +10,8 @@ **/ =20 =20 -#ifndef __MACRO_IO_LIBV8_H__ -#define __MACRO_IO_LIBV8_H__ +#ifndef ASM_MACRO_IO_LIBV8_H_ +#define ASM_MACRO_IO_LIBV8_H_ =20 // CurrentEL : 0xC =3D EL3; 8 =3D EL2; 4 =3D EL1 // This only selects between EL1 and EL2, else we die. @@ -54,4 +54,4 @@ movk Reg, ((Val) >> 16) & 0xffff, lsl #16 ; \ movk Reg, (Val) & 0xffff =20 -#endif // __MACRO_IO_LIBV8_H__ +#endif // ASM_MACRO_IO_LIBV8_H_ diff --git a/ArmPkg/Include/Chipset/AArch64.h b/ArmPkg/Include/Chipset/AArc= h64.h index 09d4cfe28da7..10aeb9a15ad8 100644 --- a/ArmPkg/Include/Chipset/AArch64.h +++ b/ArmPkg/Include/Chipset/AArch64.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __AARCH64_H__ -#define __AARCH64_H__ +#ifndef AARCH64_H_ +#define AARCH64_H_ =20 #include =20 @@ -238,4 +238,4 @@ ArmWriteCntHctl ( IN UINT32 CntHctl ); =20 -#endif // __AARCH64_H__ +#endif // AARCH64_H_ diff --git a/ArmPkg/Include/Chipset/AArch64Mmu.h b/ArmPkg/Include/Chipset/A= Arch64Mmu.h index 6c7ada16b18a..fe38ba1c50ce 100644 --- a/ArmPkg/Include/Chipset/AArch64Mmu.h +++ b/ArmPkg/Include/Chipset/AArch64Mmu.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __AARCH64_MMU_H_ -#define __AARCH64_MMU_H_ +#ifndef AARCH64_MMU_H_ +#define AARCH64_MMU_H_ =20 // // Memory Attribute Indirection register Definitions @@ -194,5 +194,5 @@ =20 // Uses LPAE Page Table format =20 -#endif // __AARCH64_MMU_H_ +#endif // AARCH64_MMU_H_ =20 diff --git a/ArmPkg/Include/Chipset/ArmCortexA9.h b/ArmPkg/Include/Chipset/= ArmCortexA9.h index 13d18e5893dd..cb937ebc8c8b 100644 --- a/ArmPkg/Include/Chipset/ArmCortexA9.h +++ b/ArmPkg/Include/Chipset/ArmCortexA9.h @@ -6,8 +6,8 @@ =20 **/ =20 -#ifndef __ARM_CORTEX_A9_H__ -#define __ARM_CORTEX_A9_H__ +#ifndef ARM_CORTEX_A9_H_ +#define ARM_CORTEX_A9_H_ =20 #include =20 @@ -55,5 +55,5 @@ ArmGetScuBaseAddress ( VOID ); =20 -#endif +#endif // ARM_CORTEX_A9_H_ =20 diff --git a/ArmPkg/Include/Chipset/ArmV7.h b/ArmPkg/Include/Chipset/ArmV7.h index 025f87a56d16..6b20b988e364 100644 --- a/ArmPkg/Include/Chipset/ArmV7.h +++ b/ArmPkg/Include/Chipset/ArmV7.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __ARM_V7_H__ -#define __ARM_V7_H__ +#ifndef ARM_V7_H_ +#define ARM_V7_H_ =20 #include =20 @@ -120,4 +120,4 @@ ArmWriteNsacr ( IN UINT32 Nsacr ); =20 -#endif // __ARM_V7_H__ +#endif // ARM_V7_H_ diff --git a/ArmPkg/Include/Chipset/ArmV7Mmu.h b/ArmPkg/Include/Chipset/Arm= V7Mmu.h index 25d82d029795..87c443df3fce 100644 --- a/ArmPkg/Include/Chipset/ArmV7Mmu.h +++ b/ArmPkg/Include/Chipset/ArmV7Mmu.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARMV7_MMU_H_ -#define __ARMV7_MMU_H_ +#ifndef ARMV7_MMU_H_ +#define ARMV7_MMU_H_ =20 #define TTBR_NOT_OUTER_SHAREABLE BIT5 #define TTBR_RGN_OUTER_NON_CACHEABLE 0 @@ -235,4 +235,4 @@ ConvertSectionAttributesToPageAttributes ( IN BOOLEAN IsLargePage ); =20 -#endif +#endif // ARMV7_MMU_H_ diff --git a/ArmPkg/Include/Guid/ArmMpCoreInfo.h b/ArmPkg/Include/Guid/ArmM= pCoreInfo.h index 3f9d17bb72c0..b810767879ae 100644 --- a/ArmPkg/Include/Guid/ArmMpCoreInfo.h +++ b/ArmPkg/Include/Guid/ArmMpCoreInfo.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_MP_CORE_INFO_GUID_H_ -#define __ARM_MP_CORE_INFO_GUID_H_ +#ifndef ARM_MP_CORE_INFO_GUID_H_ +#define ARM_MP_CORE_INFO_GUID_H_ =20 #define MAX_CPUS_PER_MPCORE_SYSTEM 0x04 #define SCU_CONFIG_REG_OFFSET 0x04 @@ -57,4 +57,4 @@ typedef struct { =20 extern EFI_GUID gArmMpCoreInfoGuid; =20 -#endif /* MPCOREINFO_H_ */ +#endif /* ARM_MP_CORE_INFO_GUID_H_ */ diff --git a/ArmPkg/Include/IndustryStandard/ArmMmSvc.h b/ArmPkg/Include/In= dustryStandard/ArmMmSvc.h index 71a5398558b8..33d60ccf17bc 100644 --- a/ArmPkg/Include/IndustryStandard/ArmMmSvc.h +++ b/ArmPkg/Include/IndustryStandard/ArmMmSvc.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_MM_SVC_H__ -#define __ARM_MM_SVC_H__ +#ifndef ARM_MM_SVC_H_ +#define ARM_MM_SVC_H_ =20 /* * SVC IDs to allow the MM secure partition to initialise itself, handle @@ -44,4 +44,4 @@ #define SPM_MAJOR_VERSION 0 #define SPM_MINOR_VERSION 1 =20 -#endif +#endif // ARM_MM_SVC_H_ diff --git a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h b/ArmPkg/Include/I= ndustryStandard/ArmStdSmc.h index 9e0a3a3960d5..67afb0ea2d3d 100644 --- a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h +++ b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h @@ -10,8 +10,8 @@ * (https://developer.arm.com/documentation/den0028/c/?lang=3Den) **/ =20 -#ifndef __ARM_STD_SMC_H__ -#define __ARM_STD_SMC_H__ +#ifndef ARM_STD_SMC_H_ +#define ARM_STD_SMC_H_ =20 /* * SMC function IDs for Standard Service queries @@ -129,4 +129,4 @@ /* 0xbf00ff02 is reserved */ #define ARM_SMC_ID_TOS_REVISION 0xbf00ff03 =20 -#endif +#endif // ARM_STD_SMC_H_ diff --git a/ArmPkg/Include/Library/ArmDisassemblerLib.h b/ArmPkg/Include/L= ibrary/ArmDisassemblerLib.h index c103b72e8127..d8c7af029dd3 100644 --- a/ArmPkg/Include/Library/ArmDisassemblerLib.h +++ b/ArmPkg/Include/Library/ArmDisassemblerLib.h @@ -6,8 +6,8 @@ =20 **/ =20 -#ifndef __ARM_DISASSEBLER_LIB_H__ -#define __ARM_DISASSEBLER_LIB_H__ +#ifndef ARM_DISASSEMBLER_LIB_H_ +#define ARM_DISASSEMBLER_LIB_H_ =20 /** Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to @@ -34,4 +34,4 @@ DisassembleInstruction ( OUT UINTN Size ); =20 -#endif +#endif // ARM_DISASSEMBLER_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h b/ArmPkg/In= clude/Library/ArmGenericTimerCounterLib.h index d3051be30f2d..96bdffbf1ee3 100644 --- a/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h +++ b/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __ARM_GENERIC_TIMER_COUNTER_LIB_H__ -#define __ARM_GENERIC_TIMER_COUNTER_LIB_H__ +#ifndef ARM_GENERIC_TIMER_COUNTER_LIB_H_ +#define ARM_GENERIC_TIMER_COUNTER_LIB_H_ =20 VOID EFIAPI @@ -82,4 +82,4 @@ ArmGenericTimerSetCompareVal ( IN UINT64 Value ); =20 -#endif +#endif // ARM_GENERIC_TIMER_COUNTER_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmGicArchLib.h b/ArmPkg/Include/Librar= y/ArmGicArchLib.h index 264322f1d0df..b3635d226866 100644 --- a/ArmPkg/Include/Library/ArmGicArchLib.h +++ b/ArmPkg/Include/Library/ArmGicArchLib.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_GIC_ARCH_LIB_H__ -#define __ARM_GIC_ARCH_LIB_H__ +#ifndef ARM_GIC_ARCH_LIB_H_ +#define ARM_GIC_ARCH_LIB_H_ =20 // // GIC definitions @@ -24,4 +24,4 @@ ArmGicGetSupportedArchRevision ( VOID ); =20 -#endif +#endif // ARM_GIC_ARCH_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmHvcLib.h b/ArmPkg/Include/Library/Ar= mHvcLib.h index d26f0cff31eb..d202c2af6ee3 100644 --- a/ArmPkg/Include/Library/ArmHvcLib.h +++ b/ArmPkg/Include/Library/ArmHvcLib.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_HVC_LIB__ -#define __ARM_HVC_LIB__ +#ifndef ARM_HVC_LIB_H_ +#define ARM_HVC_LIB_H_ =20 /** * The size of the HVC arguments are different between AArch64 and AArch32. @@ -37,4 +37,4 @@ ArmCallHvc ( IN OUT ARM_HVC_ARGS *Args ); =20 -#endif +#endif // ARM_HVC_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLi= b.h index 70b9d816b74c..5c232d779c83 100644 --- a/ArmPkg/Include/Library/ArmLib.h +++ b/ArmPkg/Include/Library/ArmLib.h @@ -8,8 +8,8 @@ =20 **/ =20 -#ifndef __ARM_LIB__ -#define __ARM_LIB__ +#ifndef ARM_LIB_H_ +#define ARM_LIB_H_ =20 #include =20 @@ -753,4 +753,4 @@ ArmHasSecurityExtensions ( ); #endif // MDE_CPU_ARM =20 -#endif // __ARM_LIB__ +#endif // ARM_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmMmuLib.h b/ArmPkg/Include/Library/Ar= mMmuLib.h index 23e89a0c6584..410f06ce373c 100644 --- a/ArmPkg/Include/Library/ArmMmuLib.h +++ b/ArmPkg/Include/Library/ArmMmuLib.h @@ -6,8 +6,8 @@ =20 **/ =20 -#ifndef __ARM_MMU_LIB__ -#define __ARM_MMU_LIB__ +#ifndef ARM_MMU_LIB_H_ +#define ARM_MMU_LIB_H_ =20 #include =20 @@ -64,4 +64,4 @@ ArmSetMemoryAttributes ( IN UINT64 Attributes ); =20 -#endif +#endif // ARM_MMU_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmSmcLib.h b/ArmPkg/Include/Library/Ar= mSmcLib.h index 835d6788e0b9..ced60b3c1147 100644 --- a/ArmPkg/Include/Library/ArmSmcLib.h +++ b/ArmPkg/Include/Library/ArmSmcLib.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_SMC_LIB__ -#define __ARM_SMC_LIB__ +#ifndef ARM_SMC_LIB_H_ +#define ARM_SMC_LIB_H_ =20 /** * The size of the SMC arguments are different between AArch64 and AArch32. @@ -37,4 +37,4 @@ ArmCallSmc ( IN OUT ARM_SMC_ARGS *Args ); =20 -#endif +#endif // ARM_SMC_LIB_H_ diff --git a/ArmPkg/Include/Library/ArmSvcLib.h b/ArmPkg/Include/Library/Ar= mSvcLib.h index a4414270f3b9..d4a1a8f11863 100644 --- a/ArmPkg/Include/Library/ArmSvcLib.h +++ b/ArmPkg/Include/Library/ArmSvcLib.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_SVC_LIB__ -#define __ARM_SVC_LIB__ +#ifndef ARM_SVC_LIB_H_ +#define ARM_SVC_LIB_H_ =20 /** * The size of the SVC arguments are different between AArch64 and AArch32. @@ -43,4 +43,4 @@ ArmCallSvc ( IN OUT ARM_SVC_ARGS *Args ); =20 -#endif +#endif // ARM_SVC_LIB_H_ diff --git a/ArmPkg/Include/Library/DefaultExceptionHandlerLib.h b/ArmPkg/I= nclude/Library/DefaultExceptionHandlerLib.h index bbcf30f85752..57dc555e1332 100644 --- a/ArmPkg/Include/Library/DefaultExceptionHandlerLib.h +++ b/ArmPkg/Include/Library/DefaultExceptionHandlerLib.h @@ -6,8 +6,8 @@ =20 **/ =20 -#ifndef __DEFAULT_EXCEPTION_HANDLER_LIB_H__ -#define __DEFAULT_EXCEPTION_HANDLER_LIB_H__ +#ifndef DEFAULT_EXCEPTION_HANDLER_LIB_H_ +#define DEFAULT_EXCEPTION_HANDLER_LIB_H_ =20 /** This is the default action to take on an unexpected exception @@ -22,4 +22,4 @@ DefaultExceptionHandler ( IN OUT EFI_SYSTEM_CONTEXT SystemContext ); =20 -#endif +#endif // DEFAULT_EXCEPTION_HANDLER_LIB_H_ diff --git a/ArmPkg/Include/Library/OpteeLib.h b/ArmPkg/Include/Library/Opt= eeLib.h index 8ceab117d132..b9399d2e1810 100644 --- a/ArmPkg/Include/Library/OpteeLib.h +++ b/ArmPkg/Include/Library/OpteeLib.h @@ -8,8 +8,8 @@ =20 **/ =20 -#ifndef _OPTEE_H_ -#define _OPTEE_H_ +#ifndef OPTEE_LIB_H_ +#define OPTEE_LIB_H_ =20 /* * The 'Trusted OS Call UID' is supposed to return the following UUID for @@ -117,4 +117,4 @@ OpteeInvokeFunction ( IN OUT OPTEE_INVOKE_FUNCTION_ARG *InvokeFunctionArg ); =20 -#endif +#endif // OPTEE_LIB_H_ diff --git a/ArmPkg/Include/Library/SemihostLib.h b/ArmPkg/Include/Library/= SemihostLib.h index ce08b2778d72..590728c804f4 100644 --- a/ArmPkg/Include/Library/SemihostLib.h +++ b/ArmPkg/Include/Library/SemihostLib.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __SEMIHOSTING_H__ -#define __SEMIHOSTING_H__ +#ifndef SEMIHOSTING_LIB_H_ +#define SEMIHOSTING_LIB_H_ =20 /* * @@ -129,4 +129,4 @@ SemihostSystem ( IN CHAR8 *CommandLine ); =20 -#endif // __SEMIHOSTING_H__ +#endif // SEMIHOSTING_LIB_H_ diff --git a/ArmPkg/Include/Library/StandaloneMmMmuLib.h b/ArmPkg/Include/L= ibrary/StandaloneMmMmuLib.h index 1d2a0e0c2bac..ccc016d0350a 100644 --- a/ArmPkg/Include/Library/StandaloneMmMmuLib.h +++ b/ArmPkg/Include/Library/StandaloneMmMmuLib.h @@ -6,8 +6,8 @@ =20 **/ =20 -#ifndef __STANDALONEMM_MMU_LIB__ -#define __STANDALONEMM_MMU_LIB__ +#ifndef STANDALONE_MM_MMU_LIB_ +#define STANDALONE_MM_MMU_LIB_ =20 EFI_STATUS ArmSetMemoryRegionNoExec ( @@ -33,4 +33,4 @@ ArmClearMemoryRegionReadOnly ( IN UINT64 Length ); =20 -#endif /* __STANDALONEMM_MMU_LIB__ */ +#endif /* STANDALONE_MM_MMU_LIB_ */ diff --git a/ArmPkg/Include/Ppi/ArmMpCoreInfo.h b/ArmPkg/Include/Ppi/ArmMpC= oreInfo.h index 871119bde2f0..b1e404ce1364 100644 --- a/ArmPkg/Include/Ppi/ArmMpCoreInfo.h +++ b/ArmPkg/Include/Ppi/ArmMpCoreInfo.h @@ -6,8 +6,8 @@ * **/ =20 -#ifndef __ARM_MP_CORE_INFO_PPI_H__ -#define __ARM_MP_CORE_INFO_PPI_H__ +#ifndef ARM_MP_CORE_INFO_PPI_H_ +#define ARM_MP_CORE_INFO_PPI_H_ =20 #include =20 @@ -49,4 +49,4 @@ typedef struct { extern EFI_GUID gArmMpCoreInfoPpiGuid; extern EFI_GUID gArmMpCoreInfoGuid; =20 -#endif +#endif // ARM_MP_CORE_INFO_PPI_H_ diff --git a/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h b/ArmPkg/Library/Ar= mLib/AArch64/AArch64Lib.h index cfc0c878a415..318020277b24 100644 --- a/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h +++ b/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h @@ -8,8 +8,8 @@ =20 **/ =20 -#ifndef __AARCH64_LIB_H__ -#define __AARCH64_LIB_H__ +#ifndef AARCH64_LIB_H_ +#define AARCH64_LIB_H_ =20 typedef VOID (*AARCH64_CACHE_OPERATION)(UINTN); =20 @@ -52,5 +52,5 @@ ArmReadIdAA64Mmfr2 ( VOID ); =20 -#endif // __AARCH64_LIB_H__ +#endif // AARCH64_LIB_H_ =20 diff --git a/ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h b/ArmPkg/Library/ArmLib/A= rm/ArmV7Lib.h index dcf6723b803b..5a92ade2b313 100644 --- a/ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h +++ b/ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h @@ -6,8 +6,8 @@ =20 **/ =20 -#ifndef __ARM_V7_LIB_H__ -#define __ARM_V7_LIB_H__ +#ifndef ARM_V7_LIB_H_ +#define ARM_V7_LIB_H_ =20 #define ID_MMFR0_SHARELVL_SHIFT 12 #define ID_MMFR0_SHARELVL_MASK 0xf @@ -64,5 +64,5 @@ ArmReadIdPfr1 ( VOID ); =20 -#endif // __ARM_V7_LIB_H__ +#endif // ARM_V7_LIB_H_ =20 diff --git a/ArmPkg/Library/ArmLib/ArmLibPrivate.h b/ArmPkg/Library/ArmLib/= ArmLibPrivate.h index 1818a1994dc3..5db83d620bfc 100644 --- a/ArmPkg/Library/ArmLib/ArmLibPrivate.h +++ b/ArmPkg/Library/ArmLib/ArmLibPrivate.h @@ -8,8 +8,8 @@ =20 **/ =20 -#ifndef __ARM_LIB_PRIVATE_H__ -#define __ARM_LIB_PRIVATE_H__ +#ifndef ARM_LIB_PRIVATE_H_ +#define ARM_LIB_PRIVATE_H_ =20 #define CACHE_SIZE_4_KB (3UL) #define CACHE_SIZE_8_KB (4UL) @@ -186,4 +186,4 @@ ReadCLIDR ( VOID ); =20 -#endif // __ARM_LIB_PRIVATE_H__ +#endif // ARM_LIB_PRIVATE_H_ diff --git a/ArmPkg/Library/OpteeLib/OpteeSmc.h b/ArmPkg/Library/OpteeLib/O= pteeSmc.h index 62319d718dc5..b760ec8f8227 100644 --- a/ArmPkg/Library/OpteeLib/OpteeSmc.h +++ b/ArmPkg/Library/OpteeLib/OpteeSmc.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef _OPTEE_SMC_H_ -#define _OPTEE_SMC_H_ +#ifndef OPTEE_SMC_H_ +#define OPTEE_SMC_H_ =20 /* Returned in Arg0 only from Trusted OS functions */ #define OPTEE_SMC_RETURN_OK 0x0 @@ -47,4 +47,4 @@ typedef struct { UINT8 Data4[8]; } RFC4122_UUID; =20 -#endif +#endif // OPTEE_SMC_H_ diff --git a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.h b/ArmPkg/Li= brary/PlatformBootManagerLib/PlatformBm.h index 0bb3645ddc47..a40a2ff5cb4f 100644 --- a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.h +++ b/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.h @@ -9,8 +9,8 @@ =20 **/ =20 -#ifndef _PLATFORM_BM_H_ -#define _PLATFORM_BM_H_ +#ifndef PLATFORM_BM_H_ +#define PLATFORM_BM_H_ =20 #include #include @@ -50,4 +50,4 @@ DisableQuietBoot ( VOID ); =20 -#endif // _PLATFORM_BM_H_ +#endif // PLATFORM_BM_H_ diff --git a/ArmPkg/Library/SemihostLib/SemihostPrivate.h b/ArmPkg/Library/= SemihostLib/SemihostPrivate.h index 30103b04b53f..886472611623 100644 --- a/ArmPkg/Library/SemihostLib/SemihostPrivate.h +++ b/ArmPkg/Library/SemihostLib/SemihostPrivate.h @@ -7,8 +7,8 @@ =20 **/ =20 -#ifndef __SEMIHOST_PRIVATE_H__ -#define __SEMIHOST_PRIVATE_H__ +#ifndef SEMIHOST_PRIVATE_H_ +#define SEMIHOST_PRIVATE_H_ =20 typedef struct { CHAR8 *FileName; @@ -209,4 +209,4 @@ GccSemihostCall ( =20 #endif // __CC_ARM =20 -#endif //__SEMIHOST_PRIVATE_H__ +#endif // SEMIHOST_PRIVATE_H_ --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74321): https://edk2.groups.io/g/devel/message/74321 Mute This Topic: https://groups.io/mt/82258500/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74322+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74322+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007676; cv=none; d=zohomail.com; s=zohoarc; b=mHBsD/XJvMKgEYDJpjCs2F84gyjSC47zNG7fwrE8Lh//Tjug8sSN7ffoYpz0/Vc2s2Y3pMpzVpp7OGYuvOk+etzXl46fp02r9w4dHlQVS1brSwrx1QMKg4DR4UQHIu7E3IqI72dBf6k9fAymd4sllhQXQ6cjqlezBIyotnYt934= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007676; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=HJZjDmVQYI3Fq+SMQvPBQR8ttyPjNVegBS2n9gnN3Qs=; b=gr5uIiwmUu89LvsurDVtHVVEjfqN1v7mZEUX+1SL7u6i9nAk1uXm5zs4F5t1Gb4jAJxzEg3wRCp6ipbeSLSAybz6lExbEdFPZBxQWQXIvuts48Z1/3E6VKoi1rQZzWlncb0rjk9Ofu5Cv9htWQL23wDuvKRDfr5HYLBMJIFkcbw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74322+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007676266519.2353839771413; Wed, 21 Apr 2021 05:21:16 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id RLqgYY1788612x58x4W08oVm; Wed, 21 Apr 2021 05:21:15 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11339.1619007670275185170 for ; Wed, 21 Apr 2021 05:21:10 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E196311D4; Wed, 21 Apr 2021 05:21:09 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 40E0D3F694; Wed, 21 Apr 2021 05:21:08 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 02/12] ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib Date: Wed, 21 Apr 2021 13:20:38 +0100 Message-Id: <20210421122048.11729-3-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: WPYimMUbFBbiX8v88VDxoEo3x1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007675; bh=FtVQDsjZ0coAnuDbpaauHPWaqlcB8gCkRwpgYrUpxeY=; h=Date:From:Reply-To:Subject:To; b=hreiV5Tb0Zsfz7GhQDeWqPODymLbEZuABKW+r+UNBPNIlrSyiqBCNFAALidjidYGWtk fF5KnxtVTxjf1Ki1iI0CiB7+CQTGtaoPll4InKKXBAIf0ecHgESyCVZQCj3eVywvKW5LS fp1rEiiuWIBt2ylK9+EPK5um1Gt+AUjVjwk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois This patch fixes the following Ecc reported error: Non-Boolean comparisons should use a compare operator (=3D=3D, !=3D, >, < >=3D, <=3D) Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- .../Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLi= b.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c index 5f453d18e415..31672ae5cf4d 100644 --- a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c +++ b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c @@ -101,7 +101,7 @@ SendMemoryPermissionRequest ( } =20 // Check error response from Callee. - if (*RetVal & BIT31) { + if ((*RetVal & BIT31) !=3D 0) { // Bit 31 set means there is an error retured // See [1], Section 13.5.5.1 MM_SP_MEMORY_ATTRIBUTES_GET_AARCH64 and // Section 13.5.5.2 MM_SP_MEMORY_ATTRIBUTES_SET_AARCH64. --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74322): https://edk2.groups.io/g/devel/message/74322 Mute This Topic: https://groups.io/mt/82258501/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74323+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74323+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007673; cv=none; d=zohomail.com; s=zohoarc; b=h4cBeEptRTiEJrcWMTibV5QdW2duAc6WHVgQ3djwaogrsLy6D97SZolA6Vx2tbMwo+OPLMM++XKoVux3HtKZSbqjcTdrafAMfiKi6L1XhROoUoC3vO1WFC0ZViwJ24OXfvUS50xyMPrXDyisOixvg9iDsphGNfi+d6kuWP3adLY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007673; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=UZ1rbR/tqzNyUsLoFX7IXfTOTYsVbcVIo7b/EuunbQM=; b=CtfVF824EqapBJS4LIGwhkDRLuy3wOhF+ahgRPm7rowILdOTvLrofqS1cU1QToCaMezF4yLo4PdjpdWIBbedv8lbJBPbYS1d54dP+gogKU1vQcPBK1zhmFgYiqEJWRi0CTlNXxpDtgygbN3st8Wp5dwzcTxdgATaicFr23DwIdQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74323+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007673364679.8322688430378; Wed, 21 Apr 2021 05:21:13 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id X9aCYY1788612xvMdEEhCioJ; Wed, 21 Apr 2021 05:21:13 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11341.1619007672331758274 for ; Wed, 21 Apr 2021 05:21:12 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ED25B11FB; Wed, 21 Apr 2021 05:21:11 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4C9883F694; Wed, 21 Apr 2021 05:21:10 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 03/12] ArmPkg: Add missing library headers to ArmPkg.dec Date: Wed, 21 Apr 2021 13:20:39 +0100 Message-Id: <20210421122048.11729-4-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: RFCqYa01ZcTqSj4qJlGHikHbx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007673; bh=0aYptHWrXyfnWLD7FKs1bWKz8WJ0q6bG1XepDnKBmuM=; h=Date:From:Reply-To:Subject:To; b=Y99D/0MfjIRY7e/YiDTLOwU3GTptjOWqpLqoTgUO6/hrZKZJ3cZHUycSbeBac50gscI 5q154hKxe0V1oaOhzsTQ+SqBMKmHd5NT+J0Vp2eFUIi2Ye7uyIxRDixJOYCIRo+AzPUgR jVj7iH7uy6Op1MlF7H/PjLg1V5C0mqt6OLw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Some library headers are missing/incorrect in ArmPkg.dec. This makes the 'LibraryClassCheck' CI test fail. This patch adds/corrects them. According to .pytool/Readme about the 'LibraryClassCheck' test: This test scans at all library header files found in the `Library` folders in all of the package's declared include directories and ensures that all files have a matching LibraryClass declaration in the DEC file for the package. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3254 Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3258 Signed-off-by: Pierre Gondois Reviewed-by: Bret Barkelew Reviewed-by: Sami Mujawar --- ArmPkg/ArmPkg.dec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec index a8a22c649ff8..496f588bd0ca 100644 --- a/ArmPkg/ArmPkg.dec +++ b/ArmPkg/ArmPkg.dec @@ -2,7 +2,7 @@ # ARM processor package. # # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.
-# Copyright (c) 2011 - 2018, ARM Limited. All rights reserved. +# Copyright (c) 2011 - 2021, ARM Limited. All rights reserved. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -29,14 +29,20 @@ [Includes.common] [LibraryClasses.common] ArmLib|Include/Library/ArmLib.h ArmMmuLib|Include/Library/ArmMmuLib.h - SemihostLib|Include/Library/Semihosting.h + SemihostLib|Include/Library/SemihostLib.h DefaultExceptionHandlerLib|Include/Library/DefaultExceptionHandlerLib.h ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h ArmGicArchLib|Include/Library/ArmGicArchLib.h - ArmMtlLib|ArmPlatformPkg/Include/Library/ArmMtlLib.h + ArmMtlLib|Include/Library/ArmMtlLib.h ArmSvcLib|Include/Library/ArmSvcLib.h OpteeLib|Include/Library/OpteeLib.h StandaloneMmMmuLib|Include/Library/StandaloneMmMmuLib.h + ArmGenericTimerCounterLib|Include/Library/ArmGenericTimerCounterLib.h + ArmGicLib|Include/Library/ArmGicLib.h + ArmHvcLib|Include/Library/ArmHvcLib.h + OemMiscLib|Include/Library/OemMiscLib.h + ArmSmcLib|Include/Library/ArmSmcLib.h + =20 [Guids.common] gArmTokenSpaceGuid =3D { 0xBB11ECFE, 0x820F, 0x4968, { 0xBB, 0xA6,= 0xF7, 0x6A, 0xFE, 0x30, 0x25, 0x96 } } --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74323): https://edk2.groups.io/g/devel/message/74323 Mute This Topic: https://groups.io/mt/82258504/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74324+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74324+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007675; cv=none; d=zohomail.com; s=zohoarc; b=l3dItHi1PZaNwnsG6dGcpVAFf3aIellkHcFls4pNR1o1S/EE8j2kDHpj6wp8gGeWbJV8M4cyVpGNPAHqpvMiFq7nG3UHl5ffRxtRLQjwnRhBJvkRIyEwh66d/65o5Sa09OPOZV3wF9kFmyRpmPcy71eitr9KBlNbdT3WM8bO2Rg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007675; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=EJ3LPNOGiuiCzuUXgit49Vba9Cu4s79GgEtS/QXxjXk=; b=UE1P1KZOCD1wOrivhKEvOCvs6oUrCmTib5UwP/8BaPnK1+tbG6a9+NqQ6wQXVVtb8aMGbpLNgLOLEbRNGpIdmh3v3XZLui2MLdsK1vWTjlzfOcLNUoiLHqjaqDyhhllPpsf54pV/RojNMNzmL9QqhTlaZTV4tErEOzA8RgmGl6k= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74324+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 161900767528760.17995664733269; Wed, 21 Apr 2021 05:21:15 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4z3LYY1788612xsozGX2D0Sf; Wed, 21 Apr 2021 05:21:14 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.11315.1619007674307006411 for ; Wed, 21 Apr 2021 05:21:14 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 04EA411D4; Wed, 21 Apr 2021 05:21:14 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 585C83F694; Wed, 21 Apr 2021 05:21:12 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 04/12] ArmPkg: Add OemMiscLibNull library to ArmPkg.dsc Date: Wed, 21 Apr 2021 13:20:40 +0100 Message-Id: <20210421122048.11729-5-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: 1nKRSjYJRmy0dt8Thjg3ZHGux1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007674; bh=uA9bh/oJNny3v/G9Sz3kP4afSy7wImrq2l9uOeFwuWk=; h=Date:From:Reply-To:Subject:To; b=jSh0sLsnkQthC7rvStZ7Z/sFh2iDZ4+OH996f+YUkS1Q/jcLWwlORPytkZQUanbFTqM ceDvuZ+qQUAyDO9ysYVwnUN33PB7RV8oe6eTMToT3sIibwnDMv+ZgnWbun+yxdaa+Q09M 9UpWA7NK+RXzIqPKo+BFMI1vAwpk7OyaxGo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Add the OemMiscLibNull library to the [Components] section of ArmPkg.dsc, allowing to complete the 'DscCompleteCheck' CI test. According to .pytool/Readme about the 'DscCompleteCheck' test: The test considers it an error if any INF does not appear in the `Components` section of the package-level DSC. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3258 Signed-off-by: Pierre Gondois Reviewed-by: Bret Barkelew Reviewed-by: Sami Mujawar --- ArmPkg/ArmPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 282950b953a8..926986cf7fbb 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -156,6 +156,7 @@ [Components.common] =20 ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClassDxe.inf ArmPkg/Universal/Smbios/SmbiosMiscDxe/SmbiosMiscDxe.inf + ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf =20 [Components.AARCH64] ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74324): https://edk2.groups.io/g/devel/message/74324 Mute This Topic: https://groups.io/mt/82258505/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74325+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74325+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007677; cv=none; d=zohomail.com; s=zohoarc; b=bVoyolS4ljYzFfj6E4/h5V88OeU5vYUtAFwBWTJ0j92o6GlWBeKxRclPlGAH3tubVmBpg9MyHJpqu+16vxJV6ddiNPy2FR1NtZ0e63rjfCZhwdYzM5Dtcfc2i4yPNS1BXsnumq3OU1DtexK5lGIx49vJ7SFoQrbxxvxuzspDsZs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007677; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=VXQgp+c80tFzVhPT3cb5MAfGKQM17m+JeKawmpOZLoU=; b=BnIDoo5MsFdrjRxmqIKac7MzCgOHDQ+Z+O39j+8pTFrCNE2+rRiVWQLqd8ZFxsUCeLrYim/N4CKmRY9fIKxa3S6xxQ4lBQCG/AFonxlMQxMorTUdD6tR3vI4u1pNK4/5T54u7ZeDez52d85QMxGihxCO8GWH1AxutvYKx6FNVt0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74325+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007677468251.4178079049965; Wed, 21 Apr 2021 05:21:17 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id Gj48YY1788612x7oLXuUj3zJ; Wed, 21 Apr 2021 05:21:17 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.11513.1619007676461959901 for ; Wed, 21 Apr 2021 05:21:16 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 107A011D4; Wed, 21 Apr 2021 05:21:16 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 63E213F694; Wed, 21 Apr 2021 05:21:14 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 05/12] ArmPkg: Correct small typos Date: Wed, 21 Apr 2021 13:20:41 +0100 Message-Id: <20210421122048.11729-6-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: R3JoOC51WIudPHC0lPerIeBdx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007677; bh=M5zgS8otrBA3p0ZFwVjEqAQrtDwDHmKNBQWirDRUNEE=; h=Date:From:Reply-To:Subject:To; b=TCfx/AwrfkcRxHURU28z1g/pLXhUPW6hpDr1MABr7hszyySknXsuZQeby8FMfZ9jBcV uF91R4K1VXc85ccLRzPu+98CRBpufDQWKHapIif3aCv2Q/TY8onFzR9/iK3I+5wXyP6bo s86/DopGid1sSXM3C+TjdzhizX7tIxdGWb4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois The 'cspell' CI test detected some small typos in ArmPkg. Correct them. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- ArmPkg/Drivers/CpuDxe/Arm/Mmu.c | 2 +- ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c | 2 +- ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c | 4 ++-- ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c | 6 +++--- .../StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c | 2 +- .../SmbiosMiscDxe/Type03/MiscChassisManufacturerData.c | 2 +- .../Type13/MiscNumberOfInstallableLanguagesFunction.c | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c b/ArmPkg/Drivers/CpuDxe/Arm/Mm= u.c index 6c58d2b49317..54fad23cb42d 100644 --- a/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c +++ b/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c @@ -345,7 +345,7 @@ EfiAttributeToArmAttribute ( break; =20 case EFI_MEMORY_WC: - // Map to normal non-cachable + // Map to normal non-cacheable ArmAttributes =3D TT_DESCRIPTOR_SECTION_CACHE_POLICY_NON_CACHEABLE; = // TEX [2:0]=3D 001 =3D 0x2, B=3D0, C=3D0 break; =20 diff --git a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c b/ArmPkg/Filesys= tem/SemihostFs/Arm/SemihostFs.c index 6a06b38ab949..c5036b7b5c70 100644 --- a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c +++ b/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c @@ -51,7 +51,7 @@ EFI_FILE gSemihostFsFile =3D { }; =20 // -// Device path for semi-hosting. It contains our autogened Caller ID GUID. +// Device path for semi-hosting. It contains our auto-generated Caller ID = GUID. // typedef struct { VENDOR_DEVICE_PATH Guid; diff --git a/ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c b/ArmPkg/Librar= y/ArmMmuLib/Arm/ArmMmuLibUpdate.c index 940e4bc797f2..6b9d7eba90b9 100644 --- a/ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c +++ b/ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c @@ -124,7 +124,7 @@ UpdatePageEntries ( } else if ((Attributes & EFI_MEMORY_WC) !=3D 0) { // modify cacheability attributes EntryMask |=3D TT_DESCRIPTOR_PAGE_CACHE_POLICY_MASK; - // map to normal non-cachable + // map to normal non-cacheable EntryValue |=3D TT_DESCRIPTOR_PAGE_CACHE_POLICY_NON_CACHEABLE; // TEX = [2:0]=3D 001 =3D 0x2, B=3D0, C=3D0 } else if ((Attributes & EFI_MEMORY_WT) !=3D 0) { // modify cacheability attributes @@ -254,7 +254,7 @@ UpdateSectionEntries ( } else if ((Attributes & EFI_MEMORY_WC) !=3D 0) { // modify cacheability attributes EntryMask |=3D TT_DESCRIPTOR_SECTION_CACHE_POLICY_MASK; - // map to normal non-cachable + // map to normal non-cacheable EntryValue |=3D TT_DESCRIPTOR_SECTION_CACHE_POLICY_NON_CACHEABLE; // T= EX [2:0]=3D 001 =3D 0x2, B=3D0, C=3D0 } else if ((Attributes & EFI_MEMORY_WT) !=3D 0) { // modify cacheability attributes diff --git a/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c b/ArmP= kg/Library/SemiHostingSerialPortLib/SerialPortLib.c index e35bcee38098..b6a07dd46608 100644 --- a/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c +++ b/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c @@ -37,11 +37,11 @@ SerialPortInitialize ( /** Write data to serial device. =20 - @param Buffer Point of data buffer which need to be writed. + @param Buffer Point of data buffer which need to be written. @param NumberOfBytes Number of output bytes which are cached in Buff= er. =20 @retval 0 Write data failed. - @retval !0 Actual number of bytes writed to serial device. + @retval !0 Actual number of bytes written to serial device. =20 **/ =20 @@ -103,7 +103,7 @@ SerialPortWrite ( /** Read data from serial device and save the datas in buffer. =20 - @param Buffer Point of data buffer which need to be writed. + @param Buffer Point of data buffer which need to be written. @param NumberOfBytes Number of output bytes which are cached in Buff= er. =20 @retval 0 Read data failed. diff --git a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLi= b.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c index 31672ae5cf4d..dd014beec873 100644 --- a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c +++ b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c @@ -102,7 +102,7 @@ SendMemoryPermissionRequest ( =20 // Check error response from Callee. if ((*RetVal & BIT31) !=3D 0) { - // Bit 31 set means there is an error retured + // Bit 31 set means there is an error returned // See [1], Section 13.5.5.1 MM_SP_MEMORY_ATTRIBUTES_GET_AARCH64 and // Section 13.5.5.2 MM_SP_MEMORY_ATTRIBUTES_SET_AARCH64. switch (*RetVal) { diff --git a/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufa= cturerData.c b/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManu= facturerData.c index 137bd941d0b1..29449b871902 100644 --- a/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerD= ata.c +++ b/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerD= ata.c @@ -23,7 +23,7 @@ SMBIOS_MISC_TABLE_DATA(SMBIOS_TABLE_TYPE3, MiscChassisMan= ufacturer) =3D { 0, // Length, 0 // Handle }, - 1, // Manufactrurer + 1, // Manufacturer MiscChassisTypeMainServerChassis, // Type 2, // Version 3, // SerialNumber diff --git a/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type13/MiscNumberOfInsta= llableLanguagesFunction.c b/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type13/Mi= scNumberOfInstallableLanguagesFunction.c index 19b60ed71f8c..7c941b5c0709 100644 --- a/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type13/MiscNumberOfInstallableL= anguagesFunction.c +++ b/ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type13/MiscNumberOfInstallableL= anguagesFunction.c @@ -23,9 +23,9 @@ /** Get next language from language code list (with separator ';'). =20 - @param LangCode Input: point to first language in the list. On - Otput: point to next language in the list, or - NULL if no more language in the list. + @param LangCode Input: point to first language in the list. On + Output: point to next language in the list, or + NULL if no more language in the list. @param Lang The first language in the list. =20 **/ --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74325): https://edk2.groups.io/g/devel/message/74325 Mute This Topic: https://groups.io/mt/82258506/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74326+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74326+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007679; cv=none; d=zohomail.com; s=zohoarc; b=nzMx7IFT6q8Gd8Uq3kd4ICa97Y1fsN9B2r3+OOzwpGypFCNF+EFCTJtMDDS4Rigpcvr9jZfhqinlZ+WlwGoKtatU2qNP/+/tDp6RZm/ciF6jNczIRmq7Rm+UUikqI9t921wB2n6olzUwwKznm4sJonddsCoRnrCzOe5+TACcpUs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007679; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=b00FwtJqN7xpBlZlp5/h+soZj9Ab9Vhp5HNHtHPV2nA=; b=l697nYcrdbKu74GmZ+/VuMbThRoYL/5wbNESdaMGXhDkskv9UiehArE82E0IPE10eXmelOs8gMdZX2tqWO+tZ8RQIWKgfWPfBhWWkRNQRpNgkwSn6d3KwbTsbrrZAfGnoh6Yd3/BwZBkTEhGRXrOQrbv0fxHjPNBhwK7ldxZ4w4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74326+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007679346196.38731660944177; Wed, 21 Apr 2021 05:21:19 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4DGjYY1788612xjkYjyhYrx8; Wed, 21 Apr 2021 05:21:18 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.11353.1619007678341550338 for ; Wed, 21 Apr 2021 05:21:18 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0370911D4; Wed, 21 Apr 2021 05:21:18 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 57A4B3F694; Wed, 21 Apr 2021 05:21:16 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 06/12] ArmPkg: Add ArmPkg.ci.yaml Date: Wed, 21 Apr 2021 13:20:42 +0100 Message-Id: <20210421122048.11729-7-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: r8kLd6GrL2iZE9XHjq06rufBx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007678; bh=vEyawxy8gHPzBCW15XdNJG726DSfKXf3cTxOldz4Fs8=; h=Date:From:Reply-To:Subject:To; b=KHhCm5yDbkhFI/SG+sRWlpdXeBARZmBsidux0k9ThDJqSh4Z5PcQ5LU//3jfU0g7l6r 7VR6or3xYRG+zwxceoiGUy6HmOFVj4owe0rKZHMrQat36gYfzEpP31i+svJNVQ+C1ln4D +zQkwzWy6ljFtmlFJmLkfMYQlztbRIZYf3Q= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Add ArmPkg.ci.yaml to configure the CI for the ArmPkg. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- ArmPkg/ArmPkg.ci.yaml | 222 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 ArmPkg/ArmPkg.ci.yaml diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml new file mode 100644 index 000000000000..ba502cd647c9 --- /dev/null +++ b/ArmPkg/ArmPkg.ci.yaml @@ -0,0 +1,222 @@ +## @file +# CI configuration for ArmPkg +# +# Copyright (c) 2021, Arm Limited. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +## +{ + ## options defined .pytool/Plugin/LicenseCheck + "LicenseCheck": { + "IgnoreFiles": [] + }, + + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [ + "Library/ArmSoftFloatLib/berkeley-softfloat-3" + ] + }, + + ## options defined .pytool/Plugin/CompilerPlugin + "CompilerPlugin": { + "DscPath": "ArmPkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin + "HostUnitTestCompilerPlugin": { + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/CharEncodingCheck + "CharEncodingCheck": { + "IgnoreFiles": [] + }, + + ## options defined .pytool/Plugin/DependencyCheck + "DependencyCheck": { + "AcceptableDependencies": [ + "ArmPlatformPkg/ArmPlatformPkg.dec", + "ArmPkg/ArmPkg.dec", + "EmbeddedPkg/EmbeddedPkg.dec", + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec", + "ShellPkg/ShellPkg.dec" + ], + # For host based unit tests + "AcceptableDependencies-HOST_APPLICATION":[ + "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec" + ], + # For UEFI shell based apps + "AcceptableDependencies-UEFI_APPLICATION":[], + "IgnoreInf": [] + }, + + ## options defined .pytool/Plugin/DscCompleteCheck + "DscCompleteCheck": { + "IgnoreInf": [], + "DscPath": "ArmPkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck + "HostUnitTestDscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/GuidCheck + "GuidCheck": { + "IgnoreGuidName": [], + "IgnoreGuidValue": [], + "IgnoreFoldersAndFiles": [], + "IgnoreDuplicates": [], + }, + + ## options defined .pytool/Plugin/LibraryClassCheck + "LibraryClassCheck": { + "IgnoreHeaderFile": [] + }, + + ## options defined .pytool/Plugin/SpellCheck + "SpellCheck": { + "AuditOnly": False, + "IgnoreFiles": [ + "Library/ArmSoftFloatLib/berkeley-softfloat-3/**" + ], # use gitignore syntax to ignore erro= rs + # in matching files + "ExtendWords": [ + "api's", + "ackintid", + "actlr", + "aeabi", + "ashldi", + "ashrdi", + "ccidx", + "ccsidr", + "clidr", + "clrex", + "clzsi", + "cpuactlr", + "csselr", + "ctzsi", + "cygdrive", + "cygpaths", + "datas", + "dcmpeq", + "dcmpge", + "dcmpgt", + "dcmple", + "dcmplt", + "ddisable", + "divdi", + "divsi", + "dmdepkg", + "drsub", + "eoi'ed", + "fcmpeq", + "fcmpge", + "fcmpgt", + "fcmple", + "fcmplt", + "ffreestanding", + "frsub", + "hisilicon", + "iccbpr", + "icciar", + "iccicr", + "icciidr", + "iccpmr", + "icdicer", + "icdicfr", + "icdictr", + "icdiser", + "icdisr", + "icdsgir", + "icenabler", + "intid", + "ipriority", + "irouter", + "isenabler", + "istatus", + "itargets", + "lable", + "ldivmod", + "ldmdb", + "ldmia", + "ldrbt", + "ldrex", + "ldrexb", + "ldrexd", + "ldrexh", + "ldrhbt", + "ldrht", + "ldrsb", + "ldrsbt", + "ldrsh", + "lshrdi", + "moddi", + "modsi", + "mpidr", + "muldi", + "mullu", + "nonshareable", + "nsacr", + "nsasedis", + "nuvia", + "oldit", + "readc", + "revsh", + "rfedb", + "sctlr", + "smccc", + "smlabb", + "smlabt", + "smlad", + "smladx", + "smlatb", + "smlatt", + "smlawb", + "smlawt", + "smlsd", + "smlsdx", + "smmla", + "smmlar", + "smmls", + "smmlsr", + "sourcery", + "srsdb", + "stmdb", + "stmia", + "strbt", + "strexb", + "strexd", + "strexh", + "strht", + "switchu", + "tpidrurw", + "ttbcr", + "typer", + "ucmpdi", + "udivdi", + "udivmoddi", + "udivsi", + "uefi's", + "uldiv", + "umoddi", + "umodsi", + "usada", + "vlpis", + "writec" + ], # words to extend to the dictionary fo= r this package + "IgnoreStandardPaths": [ # Standard Plugin defined paths that + "*.asm", "*.s" # should be ignore + ], + "AdditionalIncludePaths": [] # Additional paths to spell check + # (wildcards supported) + } +} --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74326): https://edk2.groups.io/g/devel/message/74326 Mute This Topic: https://groups.io/mt/82258507/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74327+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74327+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007681; cv=none; d=zohomail.com; s=zohoarc; b=hO+tjo7Aq/3JSQ0AMcETijGGCvZ+DTne1eY0XRSHyUaObK+XBZCjclJqZtgPNPafLMsfgS0PfDOCL6StBVldU/Qb0LQF85a9/MRiZ/kY8XSr9jdG+MK+f2LYiIqU1GGpfROaD0eJ+4di34pyJA6vxcLBh7bhOdNrGN4vLxo/XL4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007681; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=8ZBJxI7r7DZ8oQniLUBqKUefRzzyIruwWaj2PrOL4WU=; b=bOjD0R44OKQ6eKYRQrlLZaQFB9UprcDGhg9w4vJpSTqs8huvCxbbAcu3ihX6XD2CZC+67Kb+M1NMMJHJrYn68q0cxXA6uHEhm6x4hZnw2S1IRUvGO8scO25TgsT5WEUJddz0eP6ph+jGje6azL6ShbmsqH0InZXWaLBfShf8Fq0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74327+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007681010221.06464626936713; Wed, 21 Apr 2021 05:21:21 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id nXilYY1788612xqSLkLGYmuv; Wed, 21 Apr 2021 05:21:20 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.11355.1619007679982078853 for ; Wed, 21 Apr 2021 05:21:20 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9D94611D4; Wed, 21 Apr 2021 05:21:19 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 612EC3F694; Wed, 21 Apr 2021 05:21:18 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 07/12] ArmPlatformPkg: Add ArmPlatformPkg.ci.yaml Date: Wed, 21 Apr 2021 13:20:43 +0100 Message-Id: <20210421122048.11729-8-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: chHL3FDrZjgiISBxduHzLx7Ax1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007680; bh=x0ra4/Eyqw+iajauQwsVseaUl2wZTCMr9pf6DB0E2vg=; h=Date:From:Reply-To:Subject:To; b=ub/c8x/DvoZsEK9UQ8n//Kyev00/KqWO3pWpp8W3E5hYWu4pizstIs0ZnyvSJlytFIs a7YY2e3Nk/B24thTxjtCAgEk4vSlOPN3TL2rMYkZYCk157Sn1u5+WTHImMhTMKqRIWWMW OqdGUkx9vQNcw68V300ml26iSNMBohu9HuY= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Add ArmPlatformPkg.ci.yaml to configure the CI for the ArmPlatformPkg. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar > --- ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 ArmPlatformPkg/ArmPlatformPkg.ci.yaml diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml b/ArmPlatformPkg/ArmPlat= formPkg.ci.yaml new file mode 100644 index 000000000000..1abaa2f6870c --- /dev/null +++ b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml @@ -0,0 +1,100 @@ +## @file +# CI configuration for ArmPlatformPkg +# +# Copyright (c) 2021, Arm Limited. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +## +{ + ## options defined .pytool/Plugin/LicenseCheck + "LicenseCheck": { + "IgnoreFiles": [] + }, + + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [ + "Scripts/Ds5/" + ] + }, + + ## options defined .pytool/Plugin/CompilerPlugin + "CompilerPlugin": { + "DscPath": "ArmPlatformPkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin + "HostUnitTestCompilerPlugin": { + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/CharEncodingCheck + "CharEncodingCheck": { + "IgnoreFiles": [] + }, + + ## options defined .pytool/Plugin/DependencyCheck + "DependencyCheck": { + "AcceptableDependencies": [ + "ArmPlatformPkg/ArmPlatformPkg.dec", + "ArmPkg/ArmPkg.dec", + "EmbeddedPkg/EmbeddedPkg.dec", + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec" + ], + # For host based unit tests + "AcceptableDependencies-HOST_APPLICATION":[ + "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec" + ], + # For UEFI shell based apps + "AcceptableDependencies-UEFI_APPLICATION":[], + "IgnoreInf": [] + }, + + ## options defined .pytool/Plugin/DscCompleteCheck + "DscCompleteCheck": { + "IgnoreInf": [], + "DscPath": "ArmPlatformPkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck + "HostUnitTestDscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/GuidCheck + "GuidCheck": { + "IgnoreGuidName": [], + "IgnoreGuidValue": [], + "IgnoreFoldersAndFiles": [], + "IgnoreDuplicates": [], + }, + + ## options defined .pytool/Plugin/LibraryClassCheck + "LibraryClassCheck": { + "IgnoreHeaderFile": [] + }, + + ## options defined .pytool/Plugin/SpellCheck + "SpellCheck": { + "AuditOnly": False, + "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs + # in matching files + "ExtendWords": [ + "hdlcd", + "icdsgir", + "primecells" + ], # words to extend to the dictionary for this packa= ge + "IgnoreStandardPaths": [ # Standard Plugin defined paths that + "*.asm", "*.s" # should be ignore + ], + "AdditionalIncludePaths": [] # Additional paths to spell check + # (wildcards supported) + } +} --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74327): https://edk2.groups.io/g/devel/message/74327 Mute This Topic: https://groups.io/mt/82258510/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74328+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74328+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007684; cv=none; d=zohomail.com; s=zohoarc; b=S8dmIQLdcAQDEvL/g6MX1Cuvidj59UKJrSTzh84xbvliDOXZXdqq8WdNGp5rVlYTE5sRZsHPqDJBLY67FvYUZ6TkoQgYbif7ju2SyU+swqxYppg/Od4q9VZ/XBPaER5/f1qoGByP4FUi2P1PKfCXz4BnE1AbGMdfXV3Jr7FOs+M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007684; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=jM4BG3KWd74b3DfNyCl6i1h9o660p0n++l13uMyfa2A=; b=DfRGjZctQ6NWoNmNwpv6RjXEYYyuFYI8fwYRJ+i1RiA+dBiuMihvHrl5gB4DfPeo35GZzZomEaDz1lnQOeB2y9X0hCtOXz/Rvbl+MNN4K8HJcb4FeaTyeMXxrFgi1tVmyXGQkXLWhj5DCbDLu02RJeSCF+Om0KOFx2w28wus1fw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74328+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007684980214.84872905130192; Wed, 21 Apr 2021 05:21:24 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id kcRZYY1788612xolJhp6AzfN; Wed, 21 Apr 2021 05:21:24 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.11356.1619007681968287529 for ; Wed, 21 Apr 2021 05:21:22 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 919831063; Wed, 21 Apr 2021 05:21:21 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E535C3F694; Wed, 21 Apr 2021 05:21:19 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 08/12] .pytool: Enable CI for ArmPkg Date: Wed, 21 Apr 2021 13:20:44 +0100 Message-Id: <20210421122048.11729-9-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: sPF9kBfesObMCvKNm1cwfFTVx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007684; bh=cP3lJtZbvrUNuuXcHl9wpbsIXdmqWlhRakxGxvnYrIg=; h=Date:From:Reply-To:Subject:To; b=p3tHNJigi96BShdh1rveFITguSa2ZqDKcOVAJ0oVxCG0KdZ6Az4HprUv2oydV2jQbJZ wDjySyePZIhl9Fw6/IlTN2hdj+fnDrt8jtL4ryzfFLJ8cz5K/kjpT6zDnY3SrPkZX+ftg K73hmxPyO6vlN0h4UFKlA43spN/ztY9CI/o= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Enable the CI for the ArmPkg. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar > --- .pytool/CISettings.py | 3 ++- .pytool/Readme.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 5f71eca1992e..6f7daeca076b 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -49,7 +49,8 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag ''' return iterable of edk2 packages supported by this build. These should be edk2 workspace relative paths ''' =20 - return ("ArmVirtPkg", + return ("ArmPkg", + "ArmVirtPkg", "DynamicTablesPkg", "EmulatorPkg", "MdePkg", diff --git a/.pytool/Readme.md b/.pytool/Readme.md index e158b2b81a34..cbce1f6cd54a 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -4,7 +4,7 @@ =20 | Package | Windows VS2019 (IA32/X64)| Ubuntu GCC (IA32/X64/A= RM/AARCH64) | Known Issues | | :---- | :----- | :---- = | :--- | -| ArmPkg | +| ArmPkg | | :heavy_check_mark: | | ArmPlatformPkg | | ArmVirtPkg | SEE PACKAGE README | SEE PACKAGE README | | CryptoPkg | :heavy_check_mark: | :heavy_check_mark: | Spell c= hecking in audit mode --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74328): https://edk2.groups.io/g/devel/message/74328 Mute This Topic: https://groups.io/mt/82258512/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74329+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74329+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007689; cv=none; d=zohomail.com; s=zohoarc; b=Rbg0DrKl9b8TdWSpi4rTP6y1fFFP+Lsyu/JQgBdEAKCqWEFlD19+ZnPvj28Pri1DuYhPhPnhkLlQldt/9MXv8SRf1Z6bhWhGU04veq1mS6tk68fVm9ot1psyHn1+sVAMWR66ZDBL7lgTeBxOWQqEK62Uo0Rd3dpNByWD/A2gD0A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007689; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=2SghDaDqvomH17YxvBMnHOWJg17Jz3frzAXPCU0vR+A=; b=MRqSSmZ3lt+v1DPS70SxGzP1MleYfM3JCMNohIhMFTU4eFcoU+ZGOYQcjWseBQoX3Ztzdu3XEECbRKP+Z3YkOUXL+F8e5pj10Kdj7kBimp6CFV0m2wV1BcHXyggkQEeCJEPZy3qwVvl2WYix4WijCNG469Hvo+fFUdbPta7sJX0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74329+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007689962247.53122104563408; Wed, 21 Apr 2021 05:21:29 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id SLNJYY1788612xG0cbsmtOmQ; Wed, 21 Apr 2021 05:21:29 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11343.1619007683930169895 for ; Wed, 21 Apr 2021 05:21:24 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 84DEA11D4; Wed, 21 Apr 2021 05:21:23 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id F0D2B3F694; Wed, 21 Apr 2021 05:21:21 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 09/12] .pytool: Enable CI for ArmPlatformPkg Date: Wed, 21 Apr 2021 13:20:45 +0100 Message-Id: <20210421122048.11729-10-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: IuTLwDbUF4ZwjpEVD63GOG1cx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007689; bh=UmCW+Zz30C7z9b6OiX4NWEs33y+iLWU/Q5V4YFsvnig=; h=Date:From:Reply-To:Subject:To; b=Bs26jXwYwSskNui2gkZWgRPJI3tOZ4tXTvne4O5DLc8EhavbOxWcbrpL1hOaazVkE5I 4lcXdXT4IUAmSjsFuZwDJZdJcqI6DK9LClOPd6MnHJJuxhFygGVeOfu+v4ibIErGkGvbB eQf7nFhvKW1nRcOOpmeiaE+Dj+zdyplKEPA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Enable the CI for the ArmPlatformPkg. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar > --- .pytool/CISettings.py | 1 + .pytool/Readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 6f7daeca076b..96e6baa5190d 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -50,6 +50,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag These should be edk2 workspace relative paths ''' =20 return ("ArmPkg", + "ArmPlatformPkg", "ArmVirtPkg", "DynamicTablesPkg", "EmulatorPkg", diff --git a/.pytool/Readme.md b/.pytool/Readme.md index cbce1f6cd54a..eca86c6a822d 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -5,7 +5,7 @@ | Package | Windows VS2019 (IA32/X64)| Ubuntu GCC (IA32/X64/A= RM/AARCH64) | Known Issues | | :---- | :----- | :---- = | :--- | | ArmPkg | | :heavy_check_mark: | -| ArmPlatformPkg | +| ArmPlatformPkg | | :heavy_check_mark: | | ArmVirtPkg | SEE PACKAGE README | SEE PACKAGE README | | CryptoPkg | :heavy_check_mark: | :heavy_check_mark: | Spell c= hecking in audit mode | DynamicTablesPkg | | :heavy_check_mark: | --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74329): https://edk2.groups.io/g/devel/message/74329 Mute This Topic: https://groups.io/mt/82258513/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74330+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74330+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007686; cv=none; d=zohomail.com; s=zohoarc; b=eqXYiH0g2RvKc49wRNWOhIvrEjIQwVCq9dU+Y0LjcZOvWSs67lWTQ+QTGc0oBfHlHsTIC/9bHRLm1MMoRdqOCu+0PCXPQhl64men5LYFZ+06jP3KIAIOzCATqRW3UtueBbv/PWJ4rX3y+zGwQoSwCX4AeKc+c3UdFsAwZw6HoUU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007686; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=ZtWUS6hoHdiKV42JBJjt8obMv06PlHg3udUoVCw1D+c=; b=cfjHvm08UV936C1sDTNv6+cYBZYcdLKL+7E56p2WqCcKKCQF4K7R+YUF8SLA3Fgbk6pux2a4J8ZVL58xIVwk2XjXgpK4Ok74xkqQWJ1kP/xEIpCrKi0pocGjaJR93wX5PLXBpm4Hz53SrAUa8nQIgTF+gnswFBeu/A4xTWqkK1w= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74330+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007686594831.6067538163679; Wed, 21 Apr 2021 05:21:26 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id mmGtYY1788612xYWxEI9lA7G; Wed, 21 Apr 2021 05:21:26 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11344.1619007685591560386 for ; Wed, 21 Apr 2021 05:21:25 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4574C1063; Wed, 21 Apr 2021 05:21:25 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E3CF73F694; Wed, 21 Apr 2021 05:21:23 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 10/12] .pytool: Document LicenseCheck and EccCheck Date: Wed, 21 Apr 2021 13:20:46 +0100 Message-Id: <20210421122048.11729-11-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: sId5MZdLjGiYQhRjVjWonJjPx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007686; bh=h59NqrjWaQ71We8GCcct1CvtzuibeTQmhWFtOsV/I5A=; h=Date:From:Reply-To:Subject:To; b=PPzX/TitjVlRl4L8cJnNlbTaF05tff0ZEASCVjZQPvLkIsdHktm4CnsdV6n93ClLqs3 tqvX1h3zmk/dShRDhfmLb+BnEY0CIq2NKSdUKxgnQjGnZdahQ156axp2/2JiwbLnyaeqy XVXd9JXlnnFHRg+dd4A6XUm9fC0uBgbHRKs= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Add an entry in the documentation for the LicenseCheck and EccCheck plugins. Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar > --- .pytool/Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.pytool/Readme.md b/.pytool/Readme.md index eca86c6a822d..f6505507966a 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -254,6 +254,16 @@ Install =20 More cspell info: https://github.com/streetsidesoftware/cspell =20 +### License Checking - LicenseCheck + +Scans all new added files in a package to make sure code is contributed un= der +BSD-2-Clause-Patent. + +### Ecc tool - EccCheck + +Run the Ecc tool on the package. The Ecc tool is available in the BaseTools +package. It checks that the code complies to the EDKII coding standard. + ## PyTool Scopes =20 Scopes are how the PyTool ext_dep, path_env, and plugins are activated. M= eaning --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74330): https://edk2.groups.io/g/devel/message/74330 Mute This Topic: https://groups.io/mt/82258514/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74331+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74331+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007688; cv=none; d=zohomail.com; s=zohoarc; b=K7+0v8D1uxIEUh/HeW6vCraAybhE+UF8uLaWxsTiFQsyfQwn96d9KUmX1xFRxImjLsrhh2ptX1qC+mUj16U6cXlO4rAmIWXDfx77b+ji4VZr2Px5JwoXTwGGdFKxn4YONl+qJTlgC8B5JLp9YSUGIolPztV512bKPiMBnW1khMg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007688; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=57P/lqSOZw0W92kPKWkQS0L1cA7AholskjHQ6/8z1ds=; b=mqQNjNcDWEX2NoPqugHwVAHKLm1sb40u8detaw3a2OPe8RHLioPSZaCTnwA1cB4VXppJJm+kSN9zVmaTrqTWP5WnCULbQRO/DI4E+cNIUH9mmkEGJicAc0i/uF0H/cbTRPjxdI5EnlP4KY2qGphS1k6I5poiB6XIBF2ugfQpfcY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74331+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007688740114.1053366785726; Wed, 21 Apr 2021 05:21:28 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id WiEmYY1788612xi8ITejso6h; Wed, 21 Apr 2021 05:21:28 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.11317.1619007687557271799 for ; Wed, 21 Apr 2021 05:21:27 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 37BA41063; Wed, 21 Apr 2021 05:21:27 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 925DC3F694; Wed, 21 Apr 2021 05:21:25 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 11/12] AzurePipelines: Add support for ArmPkg Date: Wed, 21 Apr 2021 13:20:47 +0100 Message-Id: <20210421122048.11729-12-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: mTyArn1jPomkdu3HPBb6w9dTx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007688; bh=Yb3cw1EzAAIhordGPCjIZWfiZ5i+onWzJgZVLHNfy/I=; h=Date:From:Reply-To:Subject:To; b=UBzG9IALsfsIWToD1YfYdBNFScofNlA8nemKxLrfgDNh/vWEtJ2CEb4SY3I9hGtDr8L 0DJ/Ag4qptB+/vPU+t3jpPzDeGy/uEt5Exsjh9JXjnvtAMQ3fRZo1gXbvowsVyAV6TUVU mu84ZZ1MBBjAzi0iljGuaAcBPuhzYJV61H8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Add an entry to build the ArmPkg in the CI. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3348 Signed-off-by: Pierre Gondois Reviewed-by: Bret Barkelew Reviewed-by: Sami Mujawar > --- .azurepipelines/templates/pr-gate-build-job.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipeli= nes/templates/pr-gate-build-job.yml index 3e6d275b1b9a..837079e7bd97 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -21,6 +21,9 @@ jobs: #Use matrix to speed up the build process strategy: matrix: + TARGET_ARM: + Build.Pkgs: 'ArmPkg' + Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_MDE_CPU: Build.Pkgs: 'MdePkg,UefiCpuPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74331): https://edk2.groups.io/g/devel/message/74331 Mute This Topic: https://groups.io/mt/82258516/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Thu Apr 25 04:10:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+74332+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74332+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619007690; cv=none; d=zohomail.com; s=zohoarc; b=WxkVQHWgRtbbbeZpB1iudrINFbxoFIrBxDIPsI0xIwGmt+vuHtATU34kytOBvy0OSE22Owdl3CeJAeoWC64zvxBe/tDpiKzS9pcTOROyQ0CqSjU74Ce6P8aquDtnRl1tqCtdgjy7BL6vZnhyHSSXmXvmX3Mumaj939iKYXWyO/A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619007690; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=LxttoUgGq4Imwvps7rYPyNAJK4+KciS4p5UlUHO4Ubs=; b=jENPuYmC24EXFDP9c8SQ2wx9tqTvY6lu0p0YUrKqsi4TFAuIrbVeMfEQBeodktg0IBReBeoCCRNuf5iRbd721TdaQqZzK+t+l0/YJj7PPCGDGe55+yCH3i2Xn2ZycUdJ/VMu48FvKrn7Ed8pmIDDOt2QaGsayIG8BfTKCwb81EQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+74332+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1619007690466920.4789307623016; Wed, 21 Apr 2021 05:21:30 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id NUOTYY1788612xEqK6pSAbF3; Wed, 21 Apr 2021 05:21:30 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11345.1619007689502545778 for ; Wed, 21 Apr 2021 05:21:29 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2A99F11D4; Wed, 21 Apr 2021 05:21:29 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.26.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 96D343F694; Wed, 21 Apr 2021 05:21:27 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, sami.mujawar@arm.com, leif@nuviainc.com, ardb+tianocore@kernel.org, sean.brogan@microsoft.com, Bret.Barkelew@microsoft.com Subject: [edk2-devel] [PATCH v1 12/12] AzurePipelines: Add support for ArmPlatformPkg Date: Wed, 21 Apr 2021 13:20:48 +0100 Message-Id: <20210421122048.11729-13-Pierre.Gondois@arm.com> In-Reply-To: <20210421122048.11729-1-Pierre.Gondois@arm.com> References: <20210421122048.11729-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: YnNbuOZlAo41WtdqLx6qqktax1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1619007690; bh=WeDp/iqUffgttq4aWttXc1Ni47yPSk4JnCXCX8TvPqU=; h=Date:From:Reply-To:Subject:To; b=Sw5mPga5k7/pRQsVcsI5nphdmU4L6HmNT29t3FEKJuiscdXYNYP2oP5ShbPq2q/ZZNr mBe8ZSebeN2+3nnrlRFIaVGjmbVhoNRbyg80IFDc8EDxlCCFjnyRbMY1qeKcCz8tK/8Hu UwTshlWl8MrqAHeiVWAqr1Xw/kSYsF4npXQ= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Add an entry to build the ArmPlatformPkg in the CI. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3349 Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar > --- .azurepipelines/templates/pr-gate-build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipeli= nes/templates/pr-gate-build-job.yml index 837079e7bd97..16d197cde913 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: TARGET_ARM: - Build.Pkgs: 'ArmPkg' + Build.Pkgs: 'ArmPkg,ArmPlatformPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_MDE_CPU: Build.Pkgs: 'MdePkg,UefiCpuPkg' --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74332): https://edk2.groups.io/g/devel/message/74332 Mute This Topic: https://groups.io/mt/82258517/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-