From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B7503211F8895 for ; Sun, 8 Jul 2018 23:14:16 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jul 2018 23:14:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,329,1526367600"; d="scan'208";a="71116805" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 08 Jul 2018 23:14:00 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 8 Jul 2018 23:14:00 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 8 Jul 2018 23:14:00 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.57]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.100]) with mapi id 14.03.0319.002; Mon, 9 Jul 2018 14:13:58 +0800 From: "Dong, Eric" To: "Chen, Chen A" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH V2 4/4] UefiCpuPkg: Removing ipf which is no longer supported from edk2. Thread-Index: AQHUF0qhj6a1M0n1ykOsSQRd5CNhMqSGaWWA Date: Mon, 9 Jul 2018 06:13:57 +0000 Message-ID: References: <20180709060331.12052-1-chen.a.chen@intel.com> <20180709060331.12052-4-chen.a.chen@intel.com> In-Reply-To: <20180709060331.12052-4-chen.a.chen@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH V2 4/4] UefiCpuPkg: Removing ipf which is no longer supported from edk2. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 06:14:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Dong > -----Original Message----- > From: Chen, Chen A > Sent: Monday, July 9, 2018 2:04 PM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Dong, Eric > Subject: [PATCH V2 4/4] UefiCpuPkg: Removing ipf which is no longer > supported from edk2. >=20 > Merge [Sources.Ia32, Sources.X64] to [Sources] after removing IPF. Also > change other similar parts in this file. >=20 > Cc: Eric Dong > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Chen A Chen > --- > .../Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git > a/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu > .inf > b/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu > .inf > index f8bf628a66..03ba8a4ad3 100644 > --- > a/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu > .inf > +++ > b/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiC > +++ pu.inf > @@ -39,7 +39,7 @@ > # VALID_ARCHITECTURES =3D IA32 X64 > # >=20 > -[Sources.Ia32, Sources.X64] > +[Sources] > X86TimerLib.c >=20 > [Packages] > @@ -49,11 +49,11 @@ > [LibraryClasses] > BaseLib >=20 > -[LibraryClasses.IA32, LibraryClasses.X64] > +[LibraryClasses] > PcdLib > DebugLib > LocalApicLib >=20 > -[Pcd.IA32, Pcd.X64] > +[Pcd] > gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES >=20 > -- > 2.16.2.windows.1