From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 EE2C721124AF3 for ; Thu, 6 Sep 2018 23:36:38 -0700 (PDT) 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; 06 Sep 2018 23:36:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,341,1531810800"; d="scan'208";a="81606453" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 06 Sep 2018 23:36:16 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Sep 2018 23:36:16 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.226]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.16]) with mapi id 14.03.0319.002; Fri, 7 Sep 2018 14:36:14 +0800 From: "Yao, Jiewen" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [edk2] [PATCH 32/37] SignedCapsulePkg: Removing ipf which is no longer supported from edk2. Thread-Index: AQHUAskTHKLn4l9eFEaAZd7KXww6CaTk5Idg Date: Fri, 7 Sep 2018 06:36:13 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AD463F5@shsmsx102.ccr.corp.intel.com> References: <20180613034557.12024-1-chen.a.chen@intel.com> In-Reply-To: <20180613034557.12024-1-chen.a.chen@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjM1M2Y4YjUtYmVhNy00YmNkLWE4NTQtNjgyODk0YWMxMzdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVE95cjJIRTlEVWRSNnExUXdRSXl4KzV3ZFZtdGZTc2thZFZibWNRXC9aMlhDYmp6K3o1Sys3THpvSDE3Ykl2NzYifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 32/37] SignedCapsulePkg: 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: Fri, 07 Sep 2018 06:36:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ch= en, > Chen A > Sent: Wednesday, June 13, 2018 11:46 AM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Yao, Jiewen > > Subject: [edk2] [PATCH 32/37] SignedCapsulePkg: 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: Jiewen Yao > Cc: Michael D Kinney > Signed-off-by: chenc2 > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > .../Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf = | 2 > +- > SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf = | 2 > +- > .../Library/PlatformFlashAccessLibNull/PlatformFlashAccessLibNull.inf = | 2 +- > .../Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf > | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git > a/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.in= f > b/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.in= f > index a721619a67..16cf8f6ba9 100644 > --- > a/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.in= f > +++ > b/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.in= f > @@ -27,7 +27,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/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf > b/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf > index 00f1d40858..0f2692c156 100644 > --- a/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf > +++ b/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.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/SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccess= Lib > Null.inf > b/SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccess= Lib > Null.inf > index f3a7a6c663..e73eb713ec 100644 > --- > a/SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccess= Lib > Null.inf > +++ > b/SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccess= Lib > Null.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/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf > b/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf > index 96a0cdd770..949ad298cf 100644 > --- > a/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf > +++ > b/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf > @@ -27,7 +27,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] > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel