From nobody Mon May 6 20:12:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+61004+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+61004+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1591756403; cv=none; d=zohomail.com; s=zohoarc; b=H93a5+f5bn/qAJ6bKe+prZwV5tL7XPBKCVdAEzvPfksWd3TI12bh+cq5fiXZd6zZZtcLitnjzKeEBphVVOjvMogpikVjK2O1VW92gSKzYytQDTSFFJoqf2hnTlSzuYfX39ABUUbOlkPR82WiPYirOJrSQSWECxye8WeGsR2jzfQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591756403; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=ETPMETWcyCYH4EPmwMJv4aNx8mzhTqriW/x+kItHoks=; b=k0yNCAC70q47G5CRSXWWeO310QSXV43DdNlq8D+dfbDS71FLTqfySuU5B+fFpB0en5sdGNWSj3Zjpk+qhG50SaEMuvMcLvWHHxC3BQNNC7NgQS14MPnEytgJdV3qD8KeuyWgqFXk27xTztRCEZUoLc8WhcM8p0gVVfQG89G6Qxk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+61004+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1591756402998125.05460025163677; Tue, 9 Jun 2020 19:33:22 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id IuttYY1788612xQd0WA1krrr; Tue, 09 Jun 2020 19:33:22 -0700 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.2591.1591756401731255433 for ; Tue, 09 Jun 2020 19:33:22 -0700 IronPort-SDR: QeeA/TrMNcn7nyLHe2oaPJRV2jMf6i65zCo/3g5M/EHo41LRZGKhDNAY71FoiNOKZiehziopsE ZfJ62fXyxC/A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2020 19:33:21 -0700 IronPort-SDR: 3WPqxMK2ffYM4zwhs+L5IZWtTZP/XE7D5maBbN7pSR98istw2XU1hw5nve/BDvPY7yz26cCFkB dT9z7eZbF5VA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,494,1583222400"; d="scan'208";a="260265242" X-Received: from cchiu4-mobl1.gar.corp.intel.com ([10.255.229.2]) by fmsmga008.fm.intel.com with ESMTP; 09 Jun 2020 19:33:19 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Maurice Ma , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH] IntelFsp2Pkg: Add Fsp22SecCoreS.inf to Dsc. Date: Wed, 10 Jun 2020 10:33:14 +0800 Message-Id: <20200610023314.8248-1-chasel.chiu@intel.com> Precedence: Bulk List-Unsubscribe: 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,chasel.chiu@intel.com X-Gm-Message-State: S6IM2MhCUsOmlQbitexMjdupx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1591756402; bh=Ydg66EsfcvKVRDx9+KtfWqF4J8kHMHWMf0dFMUNfelY=; h=Cc:Date:From:Reply-To:Subject:To; b=DbugbwrF+Iv++n+ZeMPVpfrraY9t5u88/fM1V/wA/aws3r2iGldNC97KZuK/VI9k1kC MmCUBTwCFAepI6vVGIh+w2ifzSZXTWUJ9XLumjafm/I5V/Lyc2/inzxntRu9xOxade6D2 UdMLod5cgSe8ZabAI1FUCdB6tPfR4Qb+edo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2788 DSC is incomplete according to the established CI policies. Fsp22SecCoreS.inf needs to be added to the Components section for completeness. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu Reviewed-by: Nate DeSimone Reviewed-by: Sean Brogan Reviewed-by: Star Zeng with the copyright year correc= tion. --- IntelFsp2Pkg/IntelFsp2Pkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.dsc b/IntelFsp2Pkg/IntelFsp2Pkg.dsc index 02fe9cb188..9b5e38c5d9 100644 --- a/IntelFsp2Pkg/IntelFsp2Pkg.dsc +++ b/IntelFsp2Pkg/IntelFsp2Pkg.dsc @@ -1,7 +1,7 @@ ## @file # Provides driver and definitions to build fsp. # -# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -65,6 +65,7 @@ IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf + IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf =20 [PcdsFixedAtBuild.common] --=20 2.13.3.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 (#61004): https://edk2.groups.io/g/devel/message/61004 Mute This Topic: https://groups.io/mt/74789273/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-