From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4 1/3] xen/arm: Add Xilinx ZynqMP platform support Date: Wed, 11 Mar 2015 12:03:17 +0000 Message-ID: <55002F05.5050708@linaro.org> 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> <1426075211.21353.207.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426075211.21353.207.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "Edgar E. Iglesias" , tim@xen.org, stefano.stabellini@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 11/03/2015 12:00, Ian Campbell wrote: > 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. Oh right, somehow I though the letter x was before letter t. Sorry for the noise. Regards, -- Julien Grall