A commit(50cb4b90311fa5353df921fce42de5ad188da658) has been pushed to fix the build failure.
Thanks, Shenglei > -----Original Message----- > From: Gao, Liming > Sent: Wednesday, April 3, 2019 7:31 PM > To: Zhang, Shenglei <[email protected]> > Subject: RE: [edk2] [PATCH] SourceLevelDebugPkg/DebugAgent: Remove > AsmFuncs.S in INF > > Do you check CI result? > > > -----Original Message----- > > From: edk2-devel [mailto:[email protected]] On Behalf Of > shenglei > > Sent: Wednesday, April 3, 2019 2:32 PM > > To: [email protected] > > Cc: Wu, Hao A <[email protected]> > > 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 <[email protected]> > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Shenglei Zhang <[email protected]> > > --- > > 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 > > [email protected] > > https://lists.01.org/mailman/listinfo/edk2-devel -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#25): https://edk2.groups.io/g/devel/message/25 Mute This Topic: https://groups.io/mt/30893055/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
