From nobody Thu May 9 20:36:39 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+93309+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+93309+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1662518246; cv=none; d=zohomail.com; s=zohoarc; b=HZiBz9x1RtUr1emsxw3gmUenWHIJNFMxFeWw4CYbhcea645u5i6inMatClY5C/XL6/GGOkHBYDw1jApf7fImXH6sG6268vJT6S8ulEJSnXClEchxXBOZ8cXnfgekh6xMBB9MAPSmRfby8dkg4devStMKcKBWMVyc87E8VStpRRo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662518246; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=u6KZJgreCs8ahTybJ032u/bA3Qte2AWe/Ubzkv4F230=; b=YxvnQmhYiFG7QosODJvNnF51l6pJ+ERjFojP+xDl1PlAHts2o935w0TFOiEcidlCzsGWHy+9AoP+BQVIyP1dRKtxpurSEzR54c2/d0J3YR5RzV6VJnWiiEBzQQu2E4QN8QXTauHLIAyMGxckIm0tfN5CM/k44u5pssdYtpv4gZM= 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+93309+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662518246376793.4404848697786; Tue, 6 Sep 2022 19:37:26 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id FYqFYY1788612xN7yD7f1lRC; Tue, 06 Sep 2022 19:37:26 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.3332.1662518245388727683 for ; Tue, 06 Sep 2022 19:37:25 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 548DA20B929D; Tue, 6 Sep 2022 19:37:24 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 548DA20B929D From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Abner Chang , Daniel Schaefer Subject: [edk2-devel] [PATCH v1 1/3] EmbeddedPkg/AcpiLib: Fix code formatting errors Date: Tue, 6 Sep 2022 22:36:47 -0400 Message-Id: <20220907023649.312-2-mikuback@linux.microsoft.com> In-Reply-To: <20220907023649.312-1-mikuback@linux.microsoft.com> References: <20220907023649.312-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 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,mikuback@linux.microsoft.com X-Gm-Message-State: LTiXU4ZCdNzusxZoYZuZPhAMx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662518246; bh=WkfZoCl2aWRrnx9PFLl+rjkgzwZPAVYbpICebFWijQ8=; h=Cc:Date:From:Reply-To:Subject:To; b=oj/cI7edkH5IZ1YYzF3IPLHkZ+RtQ3hYo23REi6ha3sg8mYWUgcz6lMka8bV1EyJqkr chQdtMpp8CiqP4wAQ+K7k7dJrowlfK2BpGO01vbp/4w2AGi+aX+c732PHmFrjZh8uE2X9 3nzhn9aqc5N8wdAgwQCAydEJjPrfGV91D80= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662518246744100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4046 This package did not have CI enabled so code changes were merged that fail uncrustify formatting. This change updates those files to include uncustify formatting. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Abner Chang Cc: Daniel Schaefer Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Michael D Kinney --- EmbeddedPkg/Library/AcpiLib/AcpiLib.c | 88 ++++++++++---------- EmbeddedPkg/Include/Library/AcpiLib.h | 22 ++--- 2 files changed, 56 insertions(+), 54 deletions(-) diff --git a/EmbeddedPkg/Library/AcpiLib/AcpiLib.c b/EmbeddedPkg/Library/Ac= piLib/AcpiLib.c index ea2ad63b2039..cb593a7b2a3a 100644 --- a/EmbeddedPkg/Library/AcpiLib/AcpiLib.c +++ b/EmbeddedPkg/Library/AcpiLib/AcpiLib.c @@ -192,13 +192,13 @@ LocateAndInstallAcpiFromFv ( EFI_STATUS EFIAPI AcpiUpdateChecksum ( - IN OUT UINT8 *Buffer, - IN UINTN Size + IN OUT UINT8 *Buffer, + IN UINTN Size ) { - UINTN ChecksumOffset; + UINTN ChecksumOffset; =20 - if (Buffer =3D=3D NULL || Size =3D=3D 0) { + if ((Buffer =3D=3D NULL) || (Size =3D=3D 0)) { return EFI_INVALID_PARAMETER; } =20 @@ -237,11 +237,11 @@ AcpiUpdateChecksum ( EFI_STATUS EFIAPI AcpiLocateTableBySignature ( - IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, - IN UINT32 TableSignature, - IN OUT UINTN *Index, - OUT EFI_ACPI_DESCRIPTION_HEADER **Table, - OUT UINTN *TableKey + IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, + IN UINT32 TableSignature, + IN OUT UINTN *Index, + OUT EFI_ACPI_DESCRIPTION_HEADER **Table, + OUT UINTN *TableKey ) { EFI_STATUS Status; @@ -249,9 +249,10 @@ AcpiLocateTableBySignature ( EFI_ACPI_TABLE_VERSION TableVersion; UINTN TableIndex; =20 - if (AcpiSdtProtocol =3D=3D NULL - || Table =3D=3D NULL - || TableKey =3D=3D NULL) { + if ( (AcpiSdtProtocol =3D=3D NULL) + || (Table =3D=3D NULL) + || (TableKey =3D=3D NULL)) + { return EFI_INVALID_PARAMETER; } =20 @@ -261,7 +262,7 @@ AcpiLocateTableBySignature ( // Search for ACPI Table with matching signature // TableVersion =3D 0; - TableIndex =3D *Index; + TableIndex =3D *Index; while (!EFI_ERROR (Status)) { Status =3D AcpiSdtProtocol->GetAcpiTable ( TableIndex, @@ -301,26 +302,26 @@ AcpiLocateTableBySignature ( EFI_STATUS EFIAPI AcpiAmlObjectUpdateInteger ( - IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, - IN EFI_ACPI_HANDLE TableHandle, - IN CHAR8 *AsciiObjectPath, - IN UINTN Value + IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, + IN EFI_ACPI_HANDLE TableHandle, + IN CHAR8 *AsciiObjectPath, + IN UINTN Value ) { - EFI_STATUS Status; - EFI_ACPI_HANDLE ObjectHandle; - EFI_ACPI_HANDLE DataHandle; - EFI_ACPI_DATA_TYPE DataType; - UINT8 *Buffer; - UINTN BufferSize; - UINTN DataSize; + EFI_STATUS Status; + EFI_ACPI_HANDLE ObjectHandle; + EFI_ACPI_HANDLE DataHandle; + EFI_ACPI_DATA_TYPE DataType; + UINT8 *Buffer; + UINTN BufferSize; + UINTN DataSize; =20 - if (AcpiSdtProtocol =3D=3D NULL || AsciiObjectPath =3D=3D NULL) { + if ((AcpiSdtProtocol =3D=3D NULL) || (AsciiObjectPath =3D=3D NULL)) { return EFI_INVALID_PARAMETER; } =20 ObjectHandle =3D NULL; - DataHandle =3D NULL; + DataHandle =3D NULL; =20 Status =3D AcpiSdtProtocol->FindPath (TableHandle, AsciiObjectPath, &Obj= ectHandle); if (EFI_ERROR (Status)) { @@ -332,6 +333,7 @@ AcpiAmlObjectUpdateInteger ( Status =3D EFI_NOT_FOUND; goto Exit; } + ASSERT (DataType =3D=3D EFI_ACPI_DATA_TYPE_OPCODE); ASSERT (Buffer !=3D NULL); =20 @@ -350,7 +352,7 @@ AcpiAmlObjectUpdateInteger ( ASSERT (DataType =3D=3D EFI_ACPI_DATA_TYPE_OPCODE); ASSERT (Buffer !=3D NULL); =20 - if (Buffer[0] =3D=3D AML_ZERO_OP || Buffer[0] =3D=3D AML_ONE_OP) { + if ((Buffer[0] =3D=3D AML_ZERO_OP) || (Buffer[0] =3D=3D AML_ONE_OP)) { Status =3D AcpiSdtProtocol->SetOption (DataHandle, 0, (VOID *)&Value, = sizeof (UINT8)); ASSERT_EFI_ERROR (Status); } else { @@ -358,26 +360,26 @@ AcpiAmlObjectUpdateInteger ( // Check the size of data object // switch (Buffer[0]) { - case AML_BYTE_PREFIX: - DataSize =3D sizeof (UINT8); - break; + case AML_BYTE_PREFIX: + DataSize =3D sizeof (UINT8); + break; =20 - case AML_WORD_PREFIX: - DataSize =3D sizeof (UINT16); - break; + case AML_WORD_PREFIX: + DataSize =3D sizeof (UINT16); + break; =20 - case AML_DWORD_PREFIX: - DataSize =3D sizeof (UINT32); - break; + case AML_DWORD_PREFIX: + DataSize =3D sizeof (UINT32); + break; =20 - case AML_QWORD_PREFIX: - DataSize =3D sizeof (UINT64); - break; + case AML_QWORD_PREFIX: + DataSize =3D sizeof (UINT64); + break; =20 - default: - // The data type of the ACPI object is not an integer - Status =3D EFI_INVALID_PARAMETER; - goto Exit; + default: + // The data type of the ACPI object is not an integer + Status =3D EFI_INVALID_PARAMETER; + goto Exit; } =20 Status =3D AcpiSdtProtocol->SetOption (DataHandle, 1, (VOID *)&Value, = DataSize); diff --git a/EmbeddedPkg/Include/Library/AcpiLib.h b/EmbeddedPkg/Include/Li= brary/AcpiLib.h index 9dbacd85b0ef..29137a4a53df 100644 --- a/EmbeddedPkg/Include/Library/AcpiLib.h +++ b/EmbeddedPkg/Include/Library/AcpiLib.h @@ -144,8 +144,8 @@ LocateAndInstallAcpiFromFv ( EFI_STATUS EFIAPI AcpiUpdateChecksum ( - IN OUT UINT8 *Buffer, - IN UINTN Size + IN OUT UINT8 *Buffer, + IN UINTN Size ); =20 /** @@ -168,11 +168,11 @@ AcpiUpdateChecksum ( EFI_STATUS EFIAPI AcpiLocateTableBySignature ( - IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, - IN UINT32 TableSignature, - IN OUT UINTN *Index, - OUT EFI_ACPI_DESCRIPTION_HEADER **Table, - OUT UINTN *TableKey + IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, + IN UINT32 TableSignature, + IN OUT UINTN *Index, + OUT EFI_ACPI_DESCRIPTION_HEADER **Table, + OUT UINTN *TableKey ); =20 /** @@ -193,10 +193,10 @@ AcpiLocateTableBySignature ( EFI_STATUS EFIAPI AcpiAmlObjectUpdateInteger ( - IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, - IN EFI_ACPI_HANDLE TableHandle, - IN CHAR8 *AsciiObjectPath, - IN UINTN Value + IN EFI_ACPI_SDT_PROTOCOL *AcpiSdtProtocol, + IN EFI_ACPI_HANDLE TableHandle, + IN CHAR8 *AsciiObjectPath, + IN UINTN Value ); =20 #endif // __ACPI_LIB_H__ --=20 2.28.0.windows.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 (#93309): https://edk2.groups.io/g/devel/message/93309 Mute This Topic: https://groups.io/mt/93517520/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 May 9 20:36:39 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+93310+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+93310+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1662518253; cv=none; d=zohomail.com; s=zohoarc; b=JSeFO1Zf+1vpuv7UXLNRPmjiY1hujAspDhkdB4SaTGmQfyd9BL8XsrWULmu+0DQ7AbVpwawpbzb9V91lQN7ly2ji61jnqKUQOrHurLjaRW9Z40uWg6mjczLhDSSojc+McP2knQyeOcea4PccuKSpfgMGfDvC61SKrR5vjGv9UIQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662518253; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=3j7pdl5903qFlH7d6s5040AJx1xS7oSUVAobEoo8i4c=; b=i2Z8aFJrgLn0Oen8kBDkG5Oqv8rCtaOhzFwR313IFv+jENT3FWwEvBlD2PQ2yzh0gpu9mnLqLTQmvxMHLqVsMeiqGA5Ax5ndMkTWxQG2o2SWztBgkxVJFJZDDQBU4SMPHItcEapP0/YO5HykIUKZitBi+GvLWQIqIhhIKL6OrOU= 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+93310+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662518253428208.07627536801908; Tue, 6 Sep 2022 19:37:33 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id qtQSYY1788612xoIai7SiQlw; Tue, 06 Sep 2022 19:37:33 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.3245.1662518252314477539 for ; Tue, 06 Sep 2022 19:37:32 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 3396620B929C; Tue, 6 Sep 2022 19:37:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3396620B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Abner Chang , Daniel Schaefer Subject: [edk2-devel] [PATCH v1 2/3] EmbeddedPkg: Add CI YAML file Date: Tue, 6 Sep 2022 22:36:48 -0400 Message-Id: <20220907023649.312-3-mikuback@linux.microsoft.com> In-Reply-To: <20220907023649.312-1-mikuback@linux.microsoft.com> References: <20220907023649.312-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 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,mikuback@linux.microsoft.com X-Gm-Message-State: JEIiRjFko758A8asjvmqVzREx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662518253; bh=wpGpy0Pm8dJeb2eOCd0FcLBIDsNSkLL+ylEfGnMRJ2o=; h=Cc:Date:From:Reply-To:Subject:To; b=Dis9QJXDCR92Cx6yYmswoSfwq94BrTHY16HL2pyUTaCp0dRsBuOWTsq7Sd7pvape6wS 35gc9HixameeOIUEdFwEb53Ay96MGgolr3G1P4IBwh5sdMMWzzMso8LSbGEXV8tsyRdp5 SXQ6VF4/YTNWV88ljB+IcZJImcWcYVd6mAU= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662518254758100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4046 Adds EmbeddedPkg to the list of supported build packages for edk2 CI and fixes Library Class Check errors reported. These changes allow EmbeddedPkg to pass NO-TARGET CI testing. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Abner Chang Cc: Daniel Schaefer Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Michael D Kinney --- .pytool/CISettings.py | 1 + EmbeddedPkg/EmbeddedPkg.ci.yaml | 89 ++++++++++++++++++++ EmbeddedPkg/EmbeddedPkg.dec | 8 ++ 3 files changed, 98 insertions(+) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index cf9e0d77b19b..aef850a54549 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -53,6 +53,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag "ArmPlatformPkg", "ArmVirtPkg", "DynamicTablesPkg", + "EmbeddedPkg", "EmulatorPkg", "MdePkg", "MdeModulePkg", diff --git a/EmbeddedPkg/EmbeddedPkg.ci.yaml b/EmbeddedPkg/EmbeddedPkg.ci.y= aml new file mode 100644 index 000000000000..21f30108a29f --- /dev/null +++ b/EmbeddedPkg/EmbeddedPkg.ci.yaml @@ -0,0 +1,89 @@ +## @file +# Core CI configuration for EmbeddedPkg +# +# Copyright (c) Microsoft Corporation +# +# 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": [] + }, + + ## options defined .pytool/Plugin/CompilerPlugin + "CompilerPlugin": { + "DscPath": "EmbeddedPkg.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": [ + "ArmPkg/ArmPkg.dec", + "ArmPlatformPkg/ArmPlatformPkg.dec", + "EmbeddedPkg/EmbeddedPkg.dec", + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec" + ], + # For host based unit tests + "AcceptableDependencies-HOST_APPLICATION":[], + # For UEFI shell based apps + "AcceptableDependencies-UEFI_APPLICATION":[], + "IgnoreInf": [] + }, + + ## options defined .pytool/Plugin/DscCompleteCheck + "DscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "" # Don't support this test + }, + + ## 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": True, # Fails right now with over 270 errors + "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs in matching files + "ExtendWords": [], # words to extend to the dictionary f= or this package + "IgnoreStandardPaths": [], # Standard Plugin defined paths that = should be ignore + "AdditionalIncludePaths": [] # Additional paths to spell check (wi= ldcards supported) + } +} diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 637888e0fd4f..341ef5e6a679 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -36,6 +36,14 @@ [LibraryClasses.common] GdbSerialLib|Include/Library/GdbSerialLib.h DebugAgentTimerLib|Include/Library/DebugAgentTimerLib.h NorFlashInfoLib|Include/Library/NorFlashInfoLib.h + HalRuntimeServicesLib|Include/Library/HalRuntimeServicesLib.h + PrePiHobListPointerLib|Include/Library/PrePiHobListPointerLib.h + TimeBaseLib|Include/Library/TimeBaseLib.h + AcpiLib|Include/Library/AcpiLib.h + AndroidBootImgLib|Include/Library/AndroidBootImgLib.h + DmaLib|Include/Library/DmaLib.h + EfiFileLib|Include/Library/EfiFileLib.h + FdtLoadLib|Include/Library/FdtLoadLib.h =20 DtPlatformDtbLoaderLib|Include/Library/DtPlatformDtbLoaderLib.h =20 --=20 2.28.0.windows.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 (#93310): https://edk2.groups.io/g/devel/message/93310 Mute This Topic: https://groups.io/mt/93517524/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 May 9 20:36:39 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+93311+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+93311+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1662518258; cv=none; d=zohomail.com; s=zohoarc; b=FJAthnldVc029KxOgyQxIOXMIy2aI93O5Fj562hA/7TZay4OT2+uVqMqWYrXyBWur+KD5vjwG29A3WF9UD/EekCqoF91AIcEowV24LQsTOX79pKQafIjye32xQfyHYOrWqy6c4uPQjExEEddo3dDWnkRNw34TlUKUTVC/APO+lg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662518258; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=S5ojVugPuI1jjOYYS2DcH4hVjc+vkt5XgL5OJgaemGM=; b=GzhtD0A/CSnC1fNYw45YBimo3i6/wSyRp/zPQR8DvZ68ZJxvI5fqASyNJ1weMgEG5KaioUnbiFhmXPjvBLeTfdvThnBhuSgsDgdFTiLwouGc6n7GQNdovHJmzJlu7fxNfWU5ZQw/SflkFJDH/IaOVcYX6oZtu6bmHp3jGojDSBg= 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+93311+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662518258699116.58056263819208; Tue, 6 Sep 2022 19:37:38 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 660VYY1788612xbvSFnfwv3h; Tue, 06 Sep 2022 19:37:38 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.3337.1662518257319109581 for ; Tue, 06 Sep 2022 19:37:37 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 12C5D20B929C; Tue, 6 Sep 2022 19:37:35 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 12C5D20B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Abner Chang , Daniel Schaefer Subject: [edk2-devel] [PATCH v1 3/3] EmbeddedPkg: Only run in CI for GCC5 Date: Tue, 6 Sep 2022 22:36:49 -0400 Message-Id: <20220907023649.312-4-mikuback@linux.microsoft.com> In-Reply-To: <20220907023649.312-1-mikuback@linux.microsoft.com> References: <20220907023649.312-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 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,mikuback@linux.microsoft.com X-Gm-Message-State: KHLxp0a1JAWxZLmx9sXJERn8x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662518258; bh=CN2P/2ies8DLN2NLNGQPpOn74zSPMZ2pY8qyrlhraQw=; h=Cc:Date:From:Reply-To:Subject:To; b=etsH92f2eKovfFGW0a6j/tB6LsXYGf62m+lDcexW7g+EEwG2sEq9h885pCxp/ZNJA4P 47hN8g4gdAzxokxqt+PJS+iqv2sjyfHEoce7QMQaWbkQS6BlF+QeV9LxarQvjnqiqRcAH qIDRFR4IQWksqVi3vauasHsVyXZHFMkdZhA= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662518260773100003 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4046 This package currently does not build on non-GCC toolchains. This change adds the package to edk2 CI so it can benefit from ongoing CI and only tests the package against GCC. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Abner Chang Cc: Daniel Schaefer Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Michael D Kinney --- .azurepipelines/templates/pr-gate-build-job.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipeli= nes/templates/pr-gate-build-job.yml index 0e4ad019bf03..54a74a1a9873 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -21,6 +21,10 @@ jobs: #Use matrix to speed up the build process strategy: matrix: + ${{ if eq(parameters.tool_chain_tag, 'GCC5') }}: + TARGET_GCC_ONLY: + Build.Pkgs: 'EmbeddedPkg' + Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_ARM_ARMPLATFORM: Build.Pkgs: 'ArmPkg,ArmPlatformPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' --=20 2.28.0.windows.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 (#93311): https://edk2.groups.io/g/devel/message/93311 Mute This Topic: https://groups.io/mt/93517526/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-