From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: shenglei.zhang@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Wed, 03 Apr 2019 20:15:35 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 20:15:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,306,1549958400"; d="scan'208";a="146443350" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 03 Apr 2019 20:15:34 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 20:15:34 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 20:15:33 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.147]) with mapi id 14.03.0415.000; Thu, 4 Apr 2019 11:15:32 +0800 From: shenglei.zhang@intel.com To: "Gao, Liming" , "devel@edk2.groups.io" Subject: Re: [edk2] [PATCH] SourceLevelDebugPkg/DebugAgent: Remove AsmFuncs.S in INF Thread-Topic: [edk2] [PATCH] SourceLevelDebugPkg/DebugAgent: Remove AsmFuncs.S in INF Thread-Index: AQHU6ecl4I/MJs3wHkO5Iy+MM13YbaYpx3yAgAGNxXA= Date: Thu, 4 Apr 2019 03:15:30 +0000 Message-ID: References: <20190403063135.10428-1-shenglei.zhang@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E41EA35@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E41EA35@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: shenglei.zhang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable A commit(50cb4b90311fa5353df921fce42de5ad188da658) has been pushed to fix t= he build failure. Thanks, Shenglei > -----Original Message----- > From: Gao, Liming > Sent: Wednesday, April 3, 2019 7:31 PM > To: Zhang, Shenglei > Subject: RE: [edk2] [PATCH] SourceLevelDebugPkg/DebugAgent: Remove > AsmFuncs.S in INF >=20 > Do you check CI result? >=20 > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > shenglei > > Sent: Wednesday, April 3, 2019 2:32 PM > > To: edk2-devel@lists.01.org > > Cc: Wu, Hao A > > Subject: [edk2] [PATCH] SourceLevelDebugPkg/DebugAgent: Remove > AsmFuncs.S in INF > > > > AsmFuncs.S is removed at c7d22535f7dc90b8fef70153ef98549228569680. > > And also it should be removed in SecPeiDebugAgentLib.inf and > > SmmDebugAgentLib.inf. > > > > Cc: Hao Wu > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Shenglei Zhang > > --- > > SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf | 2 - > - > > SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf | 2 - > - > > 2 files changed, 4 deletions(-) > > > > diff --git > a/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf > > b/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf > > index 03ebbb6e74..8b81795d96 100644 > > --- a/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf > > +++ > b/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf > > @@ -39,14 +39,12 @@ > > DebugAgentCommon/DebugMp.h > > > > [Sources.Ia32] > > - DebugAgentCommon/Ia32/AsmFuncs.S > > DebugAgentCommon/Ia32/AsmFuncs.nasm > > DebugAgentCommon/Ia32/ArchDebugSupport.h > > DebugAgentCommon/Ia32/ArchDebugSupport.c > > DebugAgentCommon/Ia32/DebugException.h > > > > [Sources.X64] > > - DebugAgentCommon/X64/AsmFuncs.S > > DebugAgentCommon/X64/AsmFuncs.nasm > > DebugAgentCommon/X64/ArchDebugSupport.h > > DebugAgentCommon/X64/ArchDebugSupport.c > > diff --git > a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf > > b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf > > index 08ed1777be..f1b32daab3 100644 > > --- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf > > +++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf > > @@ -39,14 +39,12 @@ > > DebugAgentCommon/DebugMp.h > > > > [Sources.Ia32] > > - DebugAgentCommon/Ia32/AsmFuncs.S > > DebugAgentCommon/Ia32/AsmFuncs.nasm > > DebugAgentCommon/Ia32/ArchDebugSupport.h > > DebugAgentCommon/Ia32/ArchDebugSupport.c > > DebugAgentCommon/Ia32/DebugException.h > > > > [Sources.X64] > > - DebugAgentCommon/X64/AsmFuncs.S > > DebugAgentCommon/X64/AsmFuncs.nasm > > DebugAgentCommon/X64/ArchDebugSupport.h > > DebugAgentCommon/X64/ArchDebugSupport.c > > -- > > 2.18.0.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel