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.65; helo=mga03.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 8DB2521107172 for ; Wed, 5 Sep 2018 18:55:27 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2018 18:55:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,334,1531810800"; d="scan'208";a="260227765" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 05 Sep 2018 18:55:04 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Sep 2018 18:55:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Sep 2018 18:55:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.143]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.150]) with mapi id 14.03.0319.002; Thu, 6 Sep 2018 09:55:01 +0800 From: "Ni, Ruiyu" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH 16/37] FatPkg: Removing ipf which is no longer supported from edk2. Thread-Index: AQHUAsjjS/Y2G/NO+kuoIyf2+EJ61qTjA28Q Date: Thu, 6 Sep 2018 01:54:54 +0000 Deferred-Delivery: Thu, 6 Sep 2018 01:55:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BDF5A6C@SHSMSX104.ccr.corp.intel.com> References: <20180613034417.6780-1-chen.a.chen@intel.com> In-Reply-To: <20180613034417.6780-1-chen.a.chen@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 16/37] FatPkg: Removing ipf which is no longer supported from edk2. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2018 01:55:27 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Chen, Chen A > Sent: Wednesday, June 13, 2018 11:44 AM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Ni, Ruiyu ; > Kinney, Michael D > Subject: [PATCH 16/37] FatPkg: Removing ipf which is no longer supported > from edk2. >=20 > Removing rules for Ipf sources file: > * Remove the source file which path with "ipf" and also listed in > [Sources.IPF] section of INF file. > * Remove the source file which listed in [Components.IPF] section > of DSC file and not listed in any other [Components] section. > * Remove the embedded Ipf code for MDE_CPU_IPF. >=20 > Removing rules for Inf file: > * Remove IPF from VALID_ARCHITECTURES comments. > * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section. > * Remove the INF which only listed in [Components.IPF] section in DSC. > * Remove statements from [BuildOptions] that provide IPF specific flags. > * Remove any IPF sepcific sections. >=20 > Removing rules for Dec file: > * Remove [Includes.IPF] section from Dec. >=20 > Removing rules for Dsc file: > * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC. > * Remove any IPF specific sections. > * Remove statements from [BuildOptions] that provide IPF specific flags. >=20 > Cc: Ruiyu Ni > Cc: Michael D Kinney > Signed-off-by: chenc2 > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > FatPkg/EnhancedFatDxe/Fat.inf | 2 +- > FatPkg/FatPei/FatPei.inf | 2 +- > FatPkg/FatPkg.dsc | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/FatPkg/EnhancedFatDxe/Fat.inf > b/FatPkg/EnhancedFatDxe/Fat.inf index e7044cda6c..a77c0b35d9 100644 > --- a/FatPkg/EnhancedFatDxe/Fat.inf > +++ b/FatPkg/EnhancedFatDxe/Fat.inf > @@ -31,7 +31,7 @@ > # > # The following information is for reference only and not required by th= e > build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > +# VALID_ARCHITECTURES =3D IA32 X64 EBC > # > # DRIVER_BINDING =3D gFatDriverBinding > # COMPONENT_NAME =3D gFatComponentName > diff --git a/FatPkg/FatPei/FatPei.inf b/FatPkg/FatPei/FatPei.inf index > 273f72da2f..40091f47a8 100644 > --- a/FatPkg/FatPei/FatPei.inf > +++ b/FatPkg/FatPei/FatPei.inf > @@ -26,7 +26,7 @@ > # > # The following information is for reference only and not required by th= e > build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > +# VALID_ARCHITECTURES =3D IA32 X64 EBC > # >=20 > [Sources] > diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index > 841201c245..cbafc38692 100644 > --- a/FatPkg/FatPkg.dsc > +++ b/FatPkg/FatPkg.dsc > @@ -20,7 +20,7 @@ > PLATFORM_GUID =3D 25b55dbc-9d0b-4a32-80da-46e1273d622= c > PLATFORM_VERSION =3D 0.3 > DSC_SPECIFICATION =3D 0x00010005 > - SUPPORTED_ARCHITECTURES =3D IA32|X64|IPF|EBC|ARM|AARCH64 > + SUPPORTED_ARCHITECTURES =3D IA32|X64|EBC|ARM|AARCH64 > OUTPUT_DIRECTORY =3D Build/Fat > BUILD_TARGETS =3D DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER =3D DEFAULT > -- > 2.16.2.windows.1