From nobody Tue Apr 23 23:31:07 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+93860+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+93860+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1663268133; cv=none; d=zohomail.com; s=zohoarc; b=ffe9TcjGR8IFArhrsQtFEH+WFjs9SbJerdtbSSl92pO5jbQM9hZkcC7MXXEeoaENnerLli9sbzGOgImpGaFa1GMd+F5xx45DsXmtYz2nQeCH4QiNBUXsql9u11SCSUPZ7mZzeMc0Pu6yYnzIWdBKUzhj9tLVv1WDWJWUoF4Kfnw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663268133; 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=qV2k7G9oDRX9zAGImfg/nLHANqTQGp5Wr1KeV65HJR0=; b=MsKWMl1NH57tqczicvr4VVSycM6UxRHFxv5riZqNHh2W2FCtVHpZqDQFyoVrh+a1C95xKLcX7ZzsOXss14axuw6VuYMAcYHHL77/H8kLrmw9lWfFkZfz8rTo0UJftSoDCNJV6qRz9Wdpcwt1iqpoqzDei252JYewyTsaiIDd0iY= 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+93860+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 1663268133637884.5954112793705; Thu, 15 Sep 2022 11:55:33 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id kOFfYY1788612xOZ7TNuVDwg; Thu, 15 Sep 2022 11:55:33 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.14493.1663268132580062633 for ; Thu, 15 Sep 2022 11:55:32 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id BACFB20B929C; Thu, 15 Sep 2022 11:55:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BACFB20B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH v2 1/6] IntelFsp2Pkg: Fix code formatting errors Date: Thu, 15 Sep 2022 14:55:03 -0400 Message-Id: <20220915185508.997-2-mikuback@linux.microsoft.com> In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-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: BlJQlBSCOszzrKkv4LoLexsCx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663268133; bh=D5jRK7rNWKrJSKuWKJYoCIv+jJ7j00TvrQ3ycpkYCDs=; h=Cc:Date:From:Reply-To:Subject:To; b=StJs6Tveevs9JLy02pZo/4lkIGcWIeCWFxz/sA+AJugZdnrTu8jufLOFcqHMtRNObJl 2/BnMYYI6HdvL3AcQjWo4ciIkuBztyhik1LR8R7WQvBvKiRJ4q+PWBfhcvc7OXNP06lOO gKWZXv+Xbkp217+LgJxRVp3EBgjBz2Ze8Cc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663268134459100002 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 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: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu --- IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/DebugLib.c | 9 +++++--= -- IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c | 2 +- IntelFsp2Pkg/Include/Ppi/Variable.h | 8 ++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/DebugLib.c b/In= telFsp2Pkg/Library/BaseFspDebugLibSerialPort/DebugLib.c index cb2317bfb240..8e24b946cd88 100644 --- a/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/DebugLib.c +++ b/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/DebugLib.c @@ -193,8 +193,8 @@ DebugBPrint ( **/ VOID FillHex ( - UINTN Value, - CHAR8 *Buffer + UINTN Value, + CHAR8 *Buffer ) { INTN Idx; @@ -227,8 +227,8 @@ DebugAssertInternal ( VOID ) { - CHAR8 Buffer[MAX_DEBUG_MESSAGE_LENGTH]; - UINTN *Frame; + CHAR8 Buffer[MAX_DEBUG_MESSAGE_LENGTH]; + UINTN *Frame; =20 Frame =3D (UINTN *)GetStackFramePointer (); =20 @@ -250,6 +250,7 @@ DebugAssertInternal ( sizeof (Buffer) / sizeof (CHAR8) - 1 ); } + SerialPortWrite ((UINT8 *)"ASSERT DUMP:\n", 13); while (Frame !=3D NULL) { FillHex ((UINTN)Frame, Buffer + 9); diff --git a/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c= b/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c index 69a021f42b39..a0b2193bdeab 100644 --- a/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c +++ b/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c @@ -31,6 +31,6 @@ SwapStack ( =20 FspData =3D GetFspGlobalDataPointer (); OldStack =3D FspData->CoreStack; - FspData->CoreStack =3D (UINTN) NewStack; + FspData->CoreStack =3D (UINTN)NewStack; return OldStack; } diff --git a/IntelFsp2Pkg/Include/Ppi/Variable.h b/IntelFsp2Pkg/Include/Ppi= /Variable.h index 3e1f4b98a999..581f14880813 100644 --- a/IntelFsp2Pkg/Include/Ppi/Variable.h +++ b/IntelFsp2Pkg/Include/Ppi/Variable.h @@ -184,10 +184,10 @@ EFI_STATUS /// to store data in the PEI environment. /// struct _EDKII_PEI_VARIABLE_PPI { - EDKII_PEI_GET_VARIABLE GetVariable; - EDKII_PEI_GET_NEXT_VARIABLE_NAME GetNextVariableName; - EDKII_PEI_SET_VARIABLE SetVariable; - EDKII_PEI_QUERY_VARIABLE_INFO QueryVariableInfo; + EDKII_PEI_GET_VARIABLE GetVariable; + EDKII_PEI_GET_NEXT_VARIABLE_NAME GetNextVariableName; + EDKII_PEI_SET_VARIABLE SetVariable; + EDKII_PEI_QUERY_VARIABLE_INFO QueryVariableInfo; }; =20 extern EFI_GUID gEdkiiPeiVariablePpiGuid; --=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 (#93860): https://edk2.groups.io/g/devel/message/93860 Mute This Topic: https://groups.io/mt/93707363/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 Tue Apr 23 23:31:07 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+93861+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+93861+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1663268138; cv=none; d=zohomail.com; s=zohoarc; b=YG3We4oJdjKSNVC/p9pSFByy/RuA6XFrPbAGrPVYGcHwuBMjo+4BqF9ra/4QWXIMQd660ibsal1Hj+1Xp2RSMl+SnTVtLpnVmsyu3i5+j+jwrTlOujLF8DZPB16Q/m7yx0pCfgW6BRKCul+/XKGN4vrdbkXmzs3F8Nu2YfLI2rI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663268138; 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=wzjJL55m5uSL3ycAtreIzGk5ZiGVbF50bdqllUrgRJA=; b=OshrrXt6rV/+RWjifrwmsbPmTgumqlBVilU40dAhtYPIZH9p/bAkX4f+SL09Ox/JuwjDIw4iJCWvpwHlDzExerU7qmTaVcic//IULR9sIvTuPzQ9Q2IASoYcSP+rj1ReR3N0mCo5Pr+MSJzp18EzoLsyHLNu6wvuy7sqaDeRfts= 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+93861+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 166326813865763.26309155280546; Thu, 15 Sep 2022 11:55:38 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id MEZSYY1788612xZCt1FEbZKA; Thu, 15 Sep 2022 11:55:37 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.14494.1663268136703469104 for ; Thu, 15 Sep 2022 11:55:36 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id C9DBE20B929C; Thu, 15 Sep 2022 11:55:35 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C9DBE20B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH v2 2/6] IntelFsp2Pkg/BaseFspMultiPhaseLib: Replace duplicate GUID Date: Thu, 15 Sep 2022 14:55:04 -0400 Message-Id: <20220915185508.997-3-mikuback@linux.microsoft.com> In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-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: NpRKnLY7ZuaIEHxcFYP0dKEax1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663268137; bh=MTcKxoy1xkaIwtdrfY8hNTMino0Fq9DhZCpgF0TRDwE=; h=Cc:Date:From:Reply-To:Subject:To; b=QH7aU8oIDKwoqxLOLzcdal2ctxeHDI79rN9kuCLXpA4Djg+F/H8DNfEYRdlJKp8E2g2 AfxZb3/1gewS4s0kwmIAsxOpBXUWTk+EKU29XnwSy2VPgKHP7bPbE3ZtAEQao2G6g2y4W M5EQcrmuVOIQK2QecfGHm3WCA+F2MIMJY9A= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663268140454100003 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 The FILE_GUID for this library instance file is a duplicate of Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf. This change replaces the duplicated GUID value with a unique GUID. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu --- IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib= .inf b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf index a79f6aecda6d..b9dd132ea863 100644 --- a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf +++ b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf @@ -15,7 +15,7 @@ [Defines] INF_VERSION =3D 0x00010005 BASE_NAME =3D BaseFspMultiPhaseLib - FILE_GUID =3D C128CADC-623E-4E41-97CB-A7138E627460 + FILE_GUID =3D 74C14477-E742-4A0A-9787-27B1CF34F698 MODULE_TYPE =3D SEC VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D FspMultiPhaseLib --=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 (#93861): https://edk2.groups.io/g/devel/message/93861 Mute This Topic: https://groups.io/mt/93707364/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 Tue Apr 23 23:31:07 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+93862+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+93862+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1663268141; cv=none; d=zohomail.com; s=zohoarc; b=IF7uyN9itb/Ynd6AWSB/u+kwnbl7QOIo8lMeKU5I0fVrIYYy34LHKsb0avlMlCccbfNMH9isV3FPuF78h+EupbWCDRo8R2aBruv1dCZw4bLCT6/Z350Hfnvf6JWKIzuKZycLaJq/MZ2S/FT0FAg/rFtTKPSd3a1akhd3/pktp0I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663268141; 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=gUxIjmXWP1Am8J/AhNPhGTkESsqw3dnui3egalo4prM=; b=HtUiMWCsaVcdPr6jJgMoqMVQa/yz+AqVMC4+kScmF+cbrhftbosjLZc5A75Tgo3IMFlH49mU4DnqUBtVJ+OVQ5u4qy8hrbyCb4a0cQV7MKl6rtY4xdHiyDOZhyrAZqs6JO9R1QIzYvWhRIoKbW1GhqyvTVJMMLLAXZQ1LPWWq+M= 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+93862+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 1663268141142592.3075848860344; Thu, 15 Sep 2022 11:55:41 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0GyAYY1788612xP9VNDT8ae6; Thu, 15 Sep 2022 11:55:40 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.14229.1663268140149772318 for ; Thu, 15 Sep 2022 11:55:40 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 5099620B929C; Thu, 15 Sep 2022 11:55:39 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5099620B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH v2 3/6] IntelFsp2Pkg: Add CI YAML file Date: Thu, 15 Sep 2022 14:55:05 -0400 Message-Id: <20220915185508.997-4-mikuback@linux.microsoft.com> In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-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: lQ737kGIkjVL9ylCK9ooTHZ3x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663268140; bh=tUJgAAHgtloetr+P3jkouuz1jB8kakgh/uKVjWMQrvA=; h=Cc:Date:From:Reply-To:Subject:To; b=EMVejvonKRS8ngi/G5EJtVudB0wyCXTK8mvmwrDHILCVgqjaza5+vxrXDtmBbNkHsm4 o73oiwGrwURgvdS8CYlfR2993elkf0M2m5xtUymcfBN4ju0oHnWB/zEcIuidMZ7k7qEUZ PyQ8D/OZjlAjSBDp6iclwro2OV4VSFgmpJs= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663268142498100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 Adds IntelFsp2Pkg to the list of supported build packages for edk2 CI and defines an initial set of CI configuration options. The compiler plugin is disabled as the package currently does not build due to some changes in the FSP 2.4 interface addition. Specifically, in commit df25a54 "Fsp24SecCore.inf" files were added to IntelFspPkg.dsc but the actual files were not added. Simply removing these files from the DSC exposes a linker failure. Recommendation: 1. Enable package CI (accept this change) 2. Add IntelFsp2Pkg.dsc to the "CompilerPlugin" "DscPath" in IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml to enable compilation 3. Verify compilation and all currently enabled package CI checks pass 4. Check-in fixes in (3) with change in (2) Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Michael Kubacki --- .pytool/CISettings.py | 1 + IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml | 90 ++++++++++++++++++++ 2 files changed, 91 insertions(+) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index cf9e0d77b19b..0205c26a58f8 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -54,6 +54,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag "ArmVirtPkg", "DynamicTablesPkg", "EmulatorPkg", + "IntelFsp2Pkg", "MdePkg", "MdeModulePkg", "NetworkPkg", diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml b/IntelFsp2Pkg/IntelFsp2Pkg.= ci.yaml new file mode 100644 index 000000000000..9ce401b20164 --- /dev/null +++ b/IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml @@ -0,0 +1,90 @@ +## @file +# Core CI configuration for IntelFsp2Pkg +# +# 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": "IntelFsp2Pkg.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": [ + "IntelFsp2Pkg/IntelFsp2Pkg.dec", + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec", + "UefiCpuPkg/UefiCpuPkg.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": "IntelFsp2Pkg.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": 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) + } +} --=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 (#93862): https://edk2.groups.io/g/devel/message/93862 Mute This Topic: https://groups.io/mt/93707365/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 Tue Apr 23 23:31:07 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+93863+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+93863+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1663268146; cv=none; d=zohomail.com; s=zohoarc; b=Oe0UBKn/Eoo6r5yif2Zg3laFjUwrEB0UrD9b6mpNJebWOQQOQObZg8j58su+CrcaKjSUDTogmBt+rDkN550vM8bec+lqMLKpv0MtKW0dBS4jw6NWG/QhoK1JQkaktTyRbQq85tuTTkjm9OiUJzt5ndWz3NQxJ1N17ekaoJsU/YM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663268146; 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=Dj+hPx/6T9hgxxdgzd0SKYsIGrSy9cFkRFGQQ1nsNJ0=; b=XNdrOAKwWMBVgBnFwWu3ZC6aTxVvTchpu7X1jBdv/Qi1/GrZsXBTtJoiIZqNEzxCiUPMNoKE2sn7fvnUBli809aYo6KG4//jcT9oe5p/v93q62OnXGVdRJ/pT27JY4x8Kyc001x3kw5t4I7k4unNKilO9T7sRiyq2wgJ3uXequ0= 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+93863+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 166326814609069.7109580051681; Thu, 15 Sep 2022 11:55:46 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id k8E1YY1788612xVDGt779bhe; Thu, 15 Sep 2022 11:55:44 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.14127.1663268144001898349 for ; Thu, 15 Sep 2022 11:55:44 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id EBE1B20B929C; Thu, 15 Sep 2022 11:55:42 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EBE1B20B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH v2 4/6] IntelFsp2WrapperPkg: Fix code formatting errors Date: Thu, 15 Sep 2022 14:55:06 -0400 Message-Id: <20220915185508.997-5-mikuback@linux.microsoft.com> In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-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: ur8YdjcFFlI4KwYnrC8ecAJrx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663268144; bh=bEQAsYNkIVtoh6MhWPO2SVrEtgz8RtsrWVE8o59rUhc=; h=Cc:Date:From:Reply-To:Subject:To; b=PDbdecaqsdg0wPY1xrwpf2tze0286im6iNch0L8G58JfVDBD0/XSPUAZ37IzQuuQBUc H/YUTtonF3f/Y2qIWSoF3swr/8Ej20KGDa+Ag5c23JnEmkONU60mzBgZzU+J8/HNn2cFl GH0OGtH0Kb7oTszp0r5JLSDZgoVGKfHxk94= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663268146492100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 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: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu --- IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/FspWrapperApiLib.c = | 4 ++++ IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/IA32/DispatchExecute.c = | 1 - IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamInitDa= ta.c | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/FspWrapperApi= Lib.c b/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/FspWrapperApiLib.c index 5b5beb5c6557..2e82a0c1b59a 100644 --- a/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/FspWrapperApiLib.c +++ b/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/FspWrapperApiLib.c @@ -115,6 +115,7 @@ CallFspNotifyPhase ( } else { Status =3D Execute64BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhase= Params, (UINTN)NULL); } + SetInterruptState (InterruptState); =20 return Status; @@ -152,6 +153,7 @@ CallFspMemoryInit ( } else { Status =3D Execute64BitCode ((UINTN)FspMemoryInitApi, (UINTN)FspmUpdDa= taPtr, (UINTN)HobListPtr); } + SetInterruptState (InterruptState); =20 return Status; @@ -187,6 +189,7 @@ CallTempRamExit ( } else { Status =3D Execute64BitCode ((UINTN)TempRamExitApi, (UINTN)TempRamExit= Param, (UINTN)NULL); } + SetInterruptState (InterruptState); =20 return Status; @@ -222,6 +225,7 @@ CallFspSiliconInit ( } else { Status =3D Execute64BitCode ((UINTN)FspSiliconInitApi, (UINTN)FspsUpdD= ataPtr, (UINTN)NULL); } + SetInterruptState (InterruptState); =20 return Status; diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/IA32/Dispatch= Execute.c b/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/IA32/DispatchE= xecute.c index a17ca7dcabe8..c8248eb88851 100644 --- a/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/IA32/DispatchExecute= .c +++ b/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/IA32/DispatchExecute= .c @@ -69,4 +69,3 @@ Execute64BitCode ( { return EFI_UNSUPPORTED; } - diff --git a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/= SecRamInitData.c b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibS= ample/SecRamInitData.c index d2acb2fd46cd..fb0d9a8683a9 100644 --- a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamI= nitData.c +++ b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamI= nitData.c @@ -10,10 +10,10 @@ #include =20 typedef struct { - EFI_PHYSICAL_ADDRESS MicrocodeRegionBase; - UINT64 MicrocodeRegionSize; - EFI_PHYSICAL_ADDRESS CodeRegionBase; - UINT64 CodeRegionSize; + EFI_PHYSICAL_ADDRESS MicrocodeRegionBase; + UINT64 MicrocodeRegionSize; + EFI_PHYSICAL_ADDRESS CodeRegionBase; + UINT64 CodeRegionSize; } FSPT_CORE_UPD; =20 typedef struct { --=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 (#93863): https://edk2.groups.io/g/devel/message/93863 Mute This Topic: https://groups.io/mt/93707370/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 Tue Apr 23 23:31:07 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+93864+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+93864+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1663268148; cv=none; d=zohomail.com; s=zohoarc; b=Id/Mkh72MMPjPbaQJzxrUkz2nNC55BFidjRoxdxL2z8KS6yne139a46AtTX6D2zlijvEANZ5FZHjFY/HEZH+MDe1hyY+DWq2FSp/EQBWbtu15/VV+I+wof5m9y9iXainj5dt0DVN+ElKO5gCBK6KHnMYVTePeTu93rBt++5PH58= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663268148; 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=HTBynxcVNyo6rm5eS3Z6te8iy+coW1qtwnz2xJX2SG4=; b=MKqLBwOzaZT2prC6Y5O/odgFjlf1wH0u/DRaLRXeCp2+9hnHEVMK/+xQp+rffwbgsq6pp7ZMAEQN+lob0mP7RfQAkProef/HLNeoQqa4t8SRG4yBmpEzWLsK4pMEmx9CHhBWLGOsDRGm76+7HyVoCPkRhTneaa0Mj/wptyGmG/E= 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+93864+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 1663268148064884.413540132868; Thu, 15 Sep 2022 11:55:48 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id ThQwYY1788612xtAYVTvpzC2; Thu, 15 Sep 2022 11:55:47 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.14346.1663268147207324318 for ; Thu, 15 Sep 2022 11:55:47 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 4A91F20B929C; Thu, 15 Sep 2022 11:55:46 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4A91F20B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH v2 5/6] IntelFsp2WrapperPkg: Add CI YAML file Date: Thu, 15 Sep 2022 14:55:07 -0400 Message-Id: <20220915185508.997-6-mikuback@linux.microsoft.com> In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-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: w6uSf6JbmCsrHOkqQZfh8ISfx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663268147; bh=AyB1kwNSzpJKxlUKFGKbMBW+dBdscbSkNtWV9+hffo4=; h=Cc:Date:From:Reply-To:Subject:To; b=q1cK0S5/9OpnpwZWROBsALZM5G8oSlrS5H0p8ziwjgq1xd9yKrL3KGbPj2Oy8N9JCrP xPSIkCXyCWE8IFmbXmvqDExshbPwVtsI90uh1b7cPfEkQXv7yyCqHXslbVnIz1zXRWBzW dlZXJjj9eA4d7nFs2CvpbHPbBN8wzWWnhbc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663268148506100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 Adds IntelFsp2WrapperPkg to the list of supported build packages for edk2 CI and defines an initial set of CI configuration options. Adds a special case for the Library Class check CI plugin to ignore FspWrapperPlatformMultiPhaseLib with an explanatory comment. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Michael Kubacki --- .pytool/CISettings.py | 1 + IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 96 ++++++++++++++++++++ 2 files changed, 97 insertions(+) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 0205c26a58f8..d9a260784e59 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -55,6 +55,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag "DynamicTablesPkg", "EmulatorPkg", "IntelFsp2Pkg", + "IntelFsp2WrapperPkg", "MdePkg", "MdeModulePkg", "NetworkPkg", diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml b/IntelFsp2Wra= pperPkg/IntelFsp2WrapperPkg.ci.yaml new file mode 100644 index 000000000000..55f28d90870c --- /dev/null +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml @@ -0,0 +1,96 @@ +## @file +# Core CI configuration for IntelFsp2WrapperPkg +# +# 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": "IntelFsp2WrapperPkg.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": [ + "IntelFsp2Pkg/IntelFsp2Pkg.dec", + "IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec", + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec", + "SecurityPkg/SecurityPkg.dec", + "UefiCpuPkg/UefiCpuPkg.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": "IntelFsp2WrapperPkg.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": { + "IgnoreLibraryClass": [ + # This header file contains a small function in a separate libra= ry so platforms + # do not have to override the whole main library instance. + "FspWrapperPlatformMultiPhaseLib" + ] + }, + + ## 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) + } +} --=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 (#93864): https://edk2.groups.io/g/devel/message/93864 Mute This Topic: https://groups.io/mt/93707371/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 Tue Apr 23 23:31:07 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+93865+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+93865+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1663268151; cv=none; d=zohomail.com; s=zohoarc; b=KyGKRHirS7di4LWiUnhLBWFoxFbctJMQgccEeafgQOIHtVTcY+JzEhBbWbp2XsU8TVTCnDvQdGbyV7H4/xbKiEMz0HgxXswR16YhVf5QUczGMwzHMxZ2ezKW3t16E9AYabl+uIoK/L+C6Dg+GSRc6xYPZdawofjmI1Jg6dhq+Vo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663268151; 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=6GcIMMYuKcDx8iWmzpfR+TK5PXK57GzCAgVXvNCcbA0=; b=iz9wfTxpQzhzpdgrWLbEujBJKuT+5GH+3e1pU0V0BqPM1O3ILXy4ZHHtnf+Imv8t2gibHv0t/yJzvCCH6f1377zR0fsbur1PWwcpdDXiuLc2v419dEtUF9VvosQx/j+Je4fs/j9LRJ7pcHPLsJ/ijiS0FzeVJvZ3dkPA5J6jhiQ= 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+93865+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 1663268151893482.29374068648076; Thu, 15 Sep 2022 11:55:51 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id tJBbYY1788612xCBJrJeCXbP; Thu, 15 Sep 2022 11:55:51 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.14231.1663268150940386059 for ; Thu, 15 Sep 2022 11:55:51 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id AEBD62056DD7; Thu, 15 Sep 2022 11:55:49 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com AEBD62056DD7 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Bret Barkelew , Chasel Chiu , Liming Gao , Michael D Kinney , Nate DeSimone , Sean Brogan , Star Zeng Subject: [edk2-devel] [PATCH v2 6/6] .azurepipelines: Add IntelFsp2Pkg and IntelFsp2WrapperPkg to CI Date: Thu, 15 Sep 2022 14:55:08 -0400 Message-Id: <20220915185508.997-7-mikuback@linux.microsoft.com> In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-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: 0na8AQrzK8E84v5tGWdbRWpEx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663268151; bh=hCeHu7sel6tdRZfbh8fJOzcrxP2YRU0Tz9l3qUk1HuM=; h=Cc:Date:From:Reply-To:Subject:To; b=lqFOgBep6C1QZ8z8kjk/OmH1AJKgzYTjMmjEUHbFOEUyqiHZtkPUOZAViK5dNngw0rY /y6Mh4qTGt9PAX2n2y5TMfJHqs71wImaNsjVT/eHOAR7tg/LaVDWUXcTOciscTqh5C0RT MfRo5VNpMppF5Kt0FrxZre9f1pIEJusZe/Q= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663268152504100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 Adds these packages to a new edk2 matrix job so they can be validated in edk2 CI. Cc: Bret Barkelew Cc: Chasel Chiu Cc: Liming Gao Cc: Michael D Kinney Cc: Nate DeSimone Cc: Sean Brogan Cc: Star Zeng Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney --- .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 0e4ad019bf03..759d7e9b4005 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -45,6 +45,9 @@ jobs: TARGET_CRYPTO: Build.Pkgs: 'CryptoPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' + TARGET_FSP: + Build.Pkgs: 'IntelFsp2Pkg,IntelFsp2WrapperPkg' + Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_SECURITY: Build.Pkgs: 'SecurityPkg' 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 (#93865): https://edk2.groups.io/g/devel/message/93865 Mute This Topic: https://groups.io/mt/93707373/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-