Re: [Xen-devel] [PATCH 13/13] ARM: XEN: Move xen_early_init() before efi_init()

2015-11-23 Thread Shannon Zhao
On 2015/11/21 1:30, Stefano Stabellini wrote: >> +struct xen_node_info { >> > + const char *compat; >> > + const char *prefix; >> > + const char *version; >> > + bool found; >> > +}; >> > + >> > +static int __init fdt_find_xen_node(unsigned long node, const char *uname, >> > +

Re: [Xen-devel] [PATCH 13/13] ARM: XEN: Move xen_early_init() before efi_init()

2015-11-20 Thread Stefano Stabellini
On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > Move xen_early_init() before efi_init(), then when calling efi_init() > could initialize Xen specific UEFI. > > Check if it runs on Xen hypervisor through the flat dts. > > Signed-off-by: Shannon Zhao > --- > arch/ar

[Xen-devel] [PATCH 13/13] ARM: XEN: Move xen_early_init() before efi_init()

2015-11-17 Thread shannon . zhao
From: Shannon Zhao Move xen_early_init() before efi_init(), then when calling efi_init() could initialize Xen specific UEFI. Check if it runs on Xen hypervisor through the flat dts. Signed-off-by: Shannon Zhao --- arch/arm/xen/enlighten.c | 62 ---