Re: [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.

2019-12-17 Thread Julien Grall
Hi, On 04/12/2019 09:27, Andre Przywara wrote: On Tue, 3 Dec 2019 16:52:45 + Julien Grall wrote: Hi, On 03/12/2019 14:38, Andre Przywara wrote: On Tue, 3 Dec 2019 11:39:58 + Julien Grall wrote: Hi, (+Andre) Hi, @Andre, IIRC you originally added the support for sunxi in

Re: [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.

2019-12-04 Thread Andre Przywara
On Tue, 3 Dec 2019 16:52:45 + Julien Grall wrote: Hi, > On 03/12/2019 14:38, Andre Przywara wrote: > > On Tue, 3 Dec 2019 11:39:58 + > > Julien Grall wrote: > > > > Hi, > > > >> (+Andre) > >> > >> Hi, > >> > >> @Andre, IIRC you originally added the support for sunxi in Xen. Could >

Re: [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.

2019-12-03 Thread Julien Grall
On 03/12/2019 14:38, Andre Przywara wrote: On Tue, 3 Dec 2019 11:39:58 + Julien Grall wrote: Hi, (+Andre) Hi, @Andre, IIRC you originally added the support for sunxi in Xen. Could you have a look at this patch? Looks alright, and indeed the H6 needs it. Even though Allwinner

Re: [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.

2019-12-03 Thread Andre Przywara
On Tue, 3 Dec 2019 11:39:58 + Julien Grall wrote: Hi, > (+Andre) > > Hi, > > @Andre, IIRC you originally added the support for sunxi in Xen. Could > you have a look at this patch? Looks alright, and indeed the H6 needs it. Even though Allwinner totally re-arranged the memory map, they

Re: [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.

2019-12-03 Thread Julien Grall
(+Andre) Hi, @Andre, IIRC you originally added the support for sunxi in Xen. Could you have a look at this patch? Cheers, On 02/12/2019 08:49, Yangtao Li wrote: adding compatible strings for h6 SoCs, Specifically orangepi3. Signed-off-by: Yangtao Li --- > xen/arch/arm/platforms/sunxi.c

[Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.

2019-12-02 Thread Yangtao Li
adding compatible strings for h6 SoCs, Specifically orangepi3. Signed-off-by: Yangtao Li --- xen/arch/arm/platforms/sunxi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/arm/platforms/sunxi.c b/xen/arch/arm/platforms/sunxi.c index 55705b15b2..e8e4d88bef 100644 ---