Got the date wrong - Wednesday is September 24th. Anyway, I have not received any feedback. So, I have just committed the change into SVN rev16169.
Thanks Leif for the contribution! > -----Original Message----- > From: Olivier Martin > Sent: 18 September 2014 00:34 > To: [email protected] > Cc: [email protected] > Subject: RE: [edk2] [PATCH] Actually plug in BaseTools build on AArch64 > > BaseTools maintainers, any feedback on this one? > If no one comment on this change by the next Wednesday (September 25th) > I will commit it. > > ________________________________________ > From: Olivier Martin [[email protected]] > Sent: 13 August 2014 11:30 > To: [email protected] > Subject: Re: [edk2] [PATCH] Actually plug in BaseTools build on AArch64 > > Reviewed-By: Olivier Martin <[email protected]> > > > -----Original Message----- > > From: Leif Lindholm [mailto:[email protected]] > > Sent: 12 August 2014 16:55 > > To: [email protected] > > Subject: [edk2] [PATCH] Actually plug in BaseTools build on AArch64 > > > > Support for building BaseTools on AArch64 is available in the tree, > but > > not currently "plugged in". This patch adds the required snippet. > > > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Leif Lindholm <[email protected]> > > --- > > Source/C/Makefiles/header.makefile | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Source/C/Makefiles/header.makefile > > b/Source/C/Makefiles/header.makefile > > index 6895f98..7939db0 100644 > > --- a/Source/C/Makefiles/header.makefile > > +++ b/Source/C/Makefiles/header.makefile > > @@ -39,6 +39,10 @@ ifeq ($(ARCH), ARM) > > ARCH_INCLUDE = -I $(MAKEROOT)/Include/Arm/ > > endif > > > > +ifeq ($(ARCH), AARCH64) > > +ARCH_INCLUDE = -I $(MAKEROOT)/Include/AArch64/ > > +endif > > + > > INCLUDE = $(TOOL_INCLUDE) -I $(MAKEROOT) -I > $(MAKEROOT)/Include/Common > > -I $(MAKEROOT)/Include/ -I $(MAKEROOT)/Include/IndustryStandard -I > > $(MAKEROOT)/Common/ -I .. -I . $(ARCH_INCLUDE) > > CPPFLAGS = $(INCLUDE) > > CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fno-merge-constants > - > > nostdlib -Wall -Werror -c -g > > -- > > 1.7.10.4 > > > > > > --------------------------------------------------------------------- > -- > > ------- > > _______________________________________________ > > edk2-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/edk2-devel > > > > > > ----------------------------------------------------------------------- > ------- > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
