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.120; helo=mga04.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 BEE0D2122AA83 for ; Wed, 13 Jun 2018 00:59:19 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2018 00:59:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,217,1526367600"; d="scan'208";a="62748152" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 13 Jun 2018 00:59:19 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 13 Jun 2018 00:59:19 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.87]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Wed, 13 Jun 2018 15:59:17 +0800 From: "Wu, Hao A" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH 33/37] SourceLevelDebugPkg: Removing ipf from edk2. Thread-Index: AQHUAskVHn/8bxGOdEaIXIk6okniIaRd0zyg Date: Wed, 13 Jun 2018 07:59:16 +0000 Message-ID: References: <20180613034601.13628-1-chen.a.chen@intel.com> In-Reply-To: <20180613034601.13628-1-chen.a.chen@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 33/37] SourceLevelDebugPkg: Removing ipf from edk2. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 07:59:20 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Hao Wu Best Regards, Hao Wu > -----Original Message----- > From: Chen, Chen A > Sent: Wednesday, June 13, 2018 11:46 AM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A; Wu, Hao A; Kinney, Michael D > Subject: [PATCH 33/37] SourceLevelDebugPkg: 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: Hao Wu > Cc: Michael D Kinney > Signed-off-by: chenc2 > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > .../DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf | = 4 > ++-- > .../DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf | = 2 > +- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git > a/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Dxe.inf > b/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Dxe.inf > index 683d9572e9..3e48e83050 100644 > --- > a/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Dxe.inf > +++ > b/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Dxe.inf > @@ -20,14 +20,14 @@ > FILE_GUID =3D C41F8C82-B3E6-47e0-A61D-0F9E429E699= 6 > MODULE_TYPE =3D DXE_DRIVER > VERSION_STRING =3D 1.0 > - LIBRARY_CLASS =3D DebugCommunicationLib|DXE_CORE > DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER > UEFI_APPLICATION UEFI_DRIVER SMM_CORE > + LIBRARY_CLASS =3D DebugCommunicationLib|DXE_CORE > DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION > UEFI_DRIVER SMM_CORE > CONSTRUCTOR =3D DebugCommunicationUsb3DxeConstructo= r > DESTRUCTOR =3D DebugCommunicationUsb3DxeDestructor >=20 > # > # 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] > diff --git > a/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Pei.inf > b/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Pei.inf > index 12257bce7d..8861f45e60 100644 > --- > a/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Pei.inf > +++ > b/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommun > icationLibUsb3Pei.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 > +# VALID_ARCHITECTURES =3D IA32 X64 > # >=20 > [Sources] > -- > 2.16.2.windows.1