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=benjamin.you@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 8026E21BADAB2 for ; Tue, 10 Jul 2018 23:07:08 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 23:07:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,337,1526367600"; d="scan'208";a="244741243" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 10 Jul 2018 23:07:00 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Jul 2018 23:06:58 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.17]) with mapi id 14.03.0319.002; Wed, 11 Jul 2018 14:06:57 +0800 From: "You, Benjamin" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Ma, Maurice" , "Agyeman, Prince" , "Kinney, Michael D" Thread-Topic: [PATCH 06/37] CorebootModulePkg: Removing ipf from edk2. Thread-Index: AQHUAsi7l69HEBEWSUChOqyqwcpqv6SJtMQw Date: Wed, 11 Jul 2018 06:06:56 +0000 Message-ID: References: <20180613034328.12956-1-chen.a.chen@intel.com> In-Reply-To: <20180613034328.12956-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWU2N2UxZmMtNmYxYS00YzQ1LTkxMzYtYThiN2YwN2IxNDE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibTNIMlwvczhtczNPUEs3dDB6Yld2XC9VQzFMdkRhMmtITVowaHliTU55ZUh5ZW1qSFZOTmQ3WlwvVjg4c04zQ0c4MyJ9 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 06/37] CorebootModulePkg: 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:07:08 -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:43 AM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Ma, Maurice > ; Agyeman, Prince ; You, > Benjamin ; Kinney, Michael D > > Subject: [PATCH 06/37] CorebootModulePkg: 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 > --- > CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf | 2 +- > CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf | 2 +- > CorebootModulePkg/SecCore/SecCore.inf | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf > b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf > index 15b0dac774..63f6ab35db 100644 > --- a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf > +++ b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.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] > diff --git a/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > b/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > index b0ed2f4db5..b40f0d2668 100644 > --- a/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > +++ b/CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf > @@ -24,7 +24,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/CorebootModulePkg/SecCore/SecCore.inf > b/CorebootModulePkg/SecCore/SecCore.inf > index 3eb8aa029b..431f235665 100644 > --- a/CorebootModulePkg/SecCore/SecCore.inf > +++ b/CorebootModulePkg/SecCore/SecCore.inf > @@ -24,7 +24,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