From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: nathaniel.l.desimone@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Tue, 27 Aug 2019 16:20:43 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2019 16:20:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,439,1559545200"; d="scan'208";a="182945664" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by orsmga003.jf.intel.com with ESMTP; 27 Aug 2019 16:20:41 -0700 Received: from orsmsx160.amr.corp.intel.com (10.22.226.43) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 27 Aug 2019 16:20:41 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.225]) by ORSMSX160.amr.corp.intel.com ([169.254.13.75]) with mapi id 14.03.0439.000; Tue, 27 Aug 2019 16:20:41 -0700 From: "Nate DeSimone" To: "Ni, Ray" , "devel@edk2.groups.io" CC: "Chiu, Chasel" , "Zeng, Star" Subject: Re: [PATCH] IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependency Thread-Topic: [PATCH] IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependency Thread-Index: AQHVXSiO+w2cbyvaV0+2+F2amdWHbKcPoZxA Date: Tue, 27 Aug 2019 23:20:40 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAEE57CDC@ORSMSX114.amr.corp.intel.com> References: <20190827224032.231280-1-ray.ni@intel.com> In-Reply-To: <20190827224032.231280-1-ray.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODc1YWIwY2YtOWM0ZC00M2Y2LWJmMmEtOTAzMTM4YjJmZGY1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTFpFUEJ6WVppZTdJQVlIVUR1TkJ2bXNFUk4xRWhkUjV0MzdUR0ZFakt0dVFrVndraG9zRldvenBJS2xtU2xsVCJ9 x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Return-Path: nathaniel.l.desimone@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Actually, please make sure you update copyright year on FspSecCoreT.inf. Wi= th that change... Reviewed-by: Nate DeSimone -----Original Message----- From: Ni, Ray=20 Sent: Tuesday, August 27, 2019 3:41 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Zeng, Star Subject: [PATCH] IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg depe= ndency Signed-off-by: Ray Ni Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng --- IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 1 - IntelFsp2Pkg/FspSecCore/Fsp= SecCoreS.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] -- 2.21.0.windows.1