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.115; helo=mga14.intel.com; envelope-from=benjamin.you@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 7C438211F8898 for ; Tue, 10 Jul 2018 23:08:58 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 23:08:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,337,1526367600"; d="scan'208";a="71344693" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 10 Jul 2018 23:08:14 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Jul 2018 23:08:14 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Jul 2018 23:08:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by shsmsx102.ccr.corp.intel.com ([169.254.2.124]) with mapi id 14.03.0319.002; Wed, 11 Jul 2018 14:08:11 +0800 From: "You, Benjamin" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Ma, Maurice" , "Agyeman, Prince" , "Kinney, Michael D" Thread-Topic: [PATCH 07/37] CorebootPayloadPkg: Removing ipf from edk2. Thread-Index: AQHUAsi9oCd5GBaI+kqtMARH3454Z6SJtX6Q Date: Wed, 11 Jul 2018 06:08:11 +0000 Message-ID: References: <20180613034333.13168-1-chen.a.chen@intel.com> In-Reply-To: <20180613034333.13168-1-chen.a.chen@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmQxNTc3MjAtZWY5Ny00YzQ3LTkxMTQtMmZlOGMxM2ZkM2YxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZmdBUHNJdnVicXppN2ZOazcza1UzbXJKa24zVlwvYk5vcE9kY3JsNVwvQjNLRXBPMFhJaXZDalNGRG94RllaVitRIn0= dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 07/37] CorebootPayloadPkg: Removing ipf 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: Wed, 11 Jul 2018 06:08:58 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Benjamin You > -----Original Message----- > From: Chen, Chen A > Sent: Wednesday, June 13, 2018 11:44 AM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Ma, Maurice > ; Agyeman, Prince ; You, > Benjamin ; Kinney, Michael D > > Subject: [PATCH 07/37] CorebootPayloadPkg: Removing ipf 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: Maurice Ma > Cc: Prince Agyeman > Cc: Benjamin You > Cc: Michael D Kinney > Signed-off-by: chenc2 > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > CorebootPayloadPkg/FbGop/FbGop.inf | 2 +- > CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf | 4 ++-= - > CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf | 2 +- > CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/CorebootPayloadPkg/FbGop/FbGop.inf > b/CorebootPayloadPkg/FbGop/FbGop.inf > index 0d97387679..b95add240b 100644 > --- a/CorebootPayloadPkg/FbGop/FbGop.inf > +++ b/CorebootPayloadPkg/FbGop/FbGop.inf > @@ -29,7 +29,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 gBiosVideoDriverBinding > # COMPONENT_NAME =3D gBiosVideoComponentName > diff --git a/CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf > b/CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf > index 2bff61094a..4c5684cb09 100644 > --- a/CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf > +++ b/CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf > @@ -25,7 +25,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] > @@ -43,4 +43,4 @@ > DebugLib >=20 > [Guids] > - gUefiAcpiBoardInfoGuid > \ No newline at end of file > + gUefiAcpiBoardInfoGuid > diff --git a/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib= .inf > b/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf > index 15ffb45f84..7fc1326a70 100644 > --- a/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf > +++ b/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.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] > diff --git a/CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf > b/CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf > index 1af96c6e23..9e025ecee2 100644 > --- a/CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf > +++ b/CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf > @@ -23,7 +23,7 @@ > # > # The following information is for reference only and not required by th= e build > tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 IPF > +# VALID_ARCHITECTURES =3D IA32 X64 > # >=20 > [Sources] > -- > 2.16.2.windows.1