Re: [Xen-devel] [PATCH 1/2] xen/arm64: Add Support for Allwinner H5 (sun50i)

2017-09-19 Thread Jan Beulich
>>> On 19.09.17 at 15:38, wrote: > Tested on Orange Pi PC2. > > Makefile updated to enable ARM64 compilation of sunxi.c. > > sunxi.c updates include: > > Added H5 dt compatibility string. > > Watchdog timer base address is different on sun5oi as compared to sun7i. > Reset function updated to h

[Xen-devel] [PATCH 1/2] xen/arm64: Add Support for Allwinner H5 (sun50i)

2017-09-19 Thread Awais Masood
Tested on Orange Pi PC2. Makefile updated to enable ARM64 compilation of sunxi.c. sunxi.c updates include: Added H5 dt compatibility string. Watchdog timer base address is different on sun5oi as compared to sun7i. Reset function updated to handle different base addresses. Signed-off-by: Awais