From nobody Wed May 1 19:35:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46492+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46492+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566945686; cv=none; d=zoho.com; s=zohoarc; b=DDmwchKPZgFTa+bQ2ltAc0yI92haloabOlg/X23xZVn5g2FRTdJLo8isYZWhydsQHLkYRusYRE4j/8ha0xtnP00Z85Z779volMCq8a92d7UwcxqtM7URHrAYNhuzV/IS8P5hUSF/m6vcB3Mq7Yj+XBZhI4DjAyEZnrklgxJ+NAE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566945686; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=QFl9UZKmH5g19hJlsQZFH7VTijCivcWhuLNwXpRgfls=; b=Q4O2PDbOeQqvUL9/zvklSaaasEJx55fPD9eULwG/IMkPC452OKzqQk3xp5sk8lKuvttiqQSPaD3BN59Q4EAteg9BdwpU0i8XyKBKhKis2fjSU415qdfsREyhONM0R4M5tCu81AfR1rDVzGgbYPuQRI9ZbRuX3bGXsii1KteaqNs= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46492+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 1566945686927223.55431092883646; Tue, 27 Aug 2019 15:41:26 -0700 (PDT) Return-Path: X-Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Tue, 27 Aug 2019 15:41:25 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2019 15:41:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,438,1559545200"; d="scan'208";a="380193965" X-Received: from ray-dev.ccr.corp.intel.com ([10.239.9.9]) by fmsmga005.fm.intel.com with ESMTP; 27 Aug 2019 15:41:23 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH] IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependency Date: Wed, 28 Aug 2019 06:40:32 +0800 Message-Id: <20190827224032.231280-1-ray.ni@intel.com> MIME-Version: 1.0 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,ray.ni@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566945686; bh=Dc1rMv915LFkPg5OKdIiC6qTPPGQeE1lZi/CBEMXALw=; h=Cc:Date:From:Reply-To:Subject:To; b=d+qYE+/VtPfN8HauMlnryAN0m1M/sF0V4moiVnj7JZ9s+ZklfQPZRRm7PvtvQFfqDi/ glAtKR33KlFvt1ZmT7ForN8zOZah4H7MVUAM5C+23UD/40n1vk/RDqCdd/S1p+zQ+d/En r5EdBRCTaAduJM0urua2QcSi5OYtr1rekjc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Signed-off-by: Ray Ni Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Reviewed-by: Nate DeSimone Reviewed-by: Star Zeng --- IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 1 - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 1 - IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf | 1 - 3 files changed, 3 deletions(-) diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf b/IntelFsp2Pkg/FspSecC= ore/FspSecCoreM.inf index 571ed9bc44..25f2a109ab 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf @@ -40,7 +40,6 @@ [Binaries.Ia32] =20 [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec IntelFsp2Pkg/IntelFsp2Pkg.dec =20 [LibraryClasses] diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf b/IntelFsp2Pkg/FspSecC= ore/FspSecCoreS.inf index 17924b118c..1d9c2554d1 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf @@ -35,7 +35,6 @@ [Binaries.Ia32] =20 [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec IntelFsp2Pkg/IntelFsp2Pkg.dec =20 [LibraryClasses] diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf b/IntelFsp2Pkg/FspSecC= ore/FspSecCoreT.inf index e66ea4593b..6f65e69e77 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf @@ -34,7 +34,6 @@ [Binaries.Ia32] =20 [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec IntelFsp2Pkg/IntelFsp2Pkg.dec =20 [LibraryClasses] --=20 2.21.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 (#46492): https://edk2.groups.io/g/devel/message/46492 Mute This Topic: https://groups.io/mt/33051321/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-