From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 1/3] xen/arm: Add Xilinx ZynqMP platform support Date: Wed, 11 Mar 2015 12:00:11 +0000 Message-ID: <1426075211.21353.207.camel@citrix.com> References: <1426036774-6702-1-git-send-email-edgar.iglesias@gmail.com> <1426036774-6702-2-git-send-email-edgar.iglesias@gmail.com> <55001DA4.7090406@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55001DA4.7090406@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: "Edgar E. Iglesias" , tim@xen.org, stefano.stabellini@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-03-11 at 10:49 +0000, Julien Grall wrote: > Hi Edgar, > > On 11/03/2015 01:19, Edgar E. Iglesias wrote: > > diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile > > index d9f98f9..315f3e8 100644 > > --- a/xen/arch/arm/platforms/Makefile > > +++ b/xen/arch/arm/platforms/Makefile > > @@ -8,3 +8,4 @@ obj-$(CONFIG_ARM_32) += rcar2.o > > obj-$(CONFIG_ARM_64) += seattle.o > > obj-$(CONFIG_ARM_64) += xgene-storm.o > > obj-$(CONFIG_ARM_64) += thunderx.o > > +obj-$(CONFIG_ARM_64) += xilinx-zynqmp.o > > Can you move this line after xgene-storm.o? So we can keep the list ordered. It's clearly not ordered right now, thunderx is after xgene-storm. No need to resend IMHO. Perhaps I'll sort them on commit. > > Other than that: > > Reviewed-by: Julien Grall > > Regards, >