Re: [PATCH 1/2] Add powerpc little-endian (ppc64le) flags

2015-07-22 Thread Paulo Flabiano Smorigo
On 2015-07-22 00:23, Andrei Borzenkov wrote: В Wed, 15 Jul 2015 19:42:39 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: It is possible to compile using --target=powerpc -Wl,-EB - this works on all three ppc, ppc64 and ppc64le, but this means hardcoding GNU ld

[PATCH v3 2/4] arm64: Add xen_boot module file

2015-07-22 Thread fu . wei
From: Fu Wei fu@linaro.org grub-core/loader/arm64/xen_boot.c - This adds support for the Xen boot on ARM specification for arm64. - Introduce xen_hypervisor, xen_linux, xen_initrd and xen_xsm to load different binaries for xen boot; Introduce xen_module to load common or custom

[PATCH v3 0/4] arm64: Add Xen boot support (via fdt)

2015-07-22 Thread fu . wei
From: Fu Wei fu@linaro.org - This adds support for the Xen boot on ARM specification for arm64. - Add and export some accessor functions of loaded flag and grub_linux_get_fdt function in include/grub/arm64/linux.h for xen boot. - Introduce xen_hypervisor, xen_linux, xen_initrd and

[PATCH v3 1/4] arm64: Add and export some accessor functions for xen boot

2015-07-22 Thread fu . wei
From: Fu Wei fu@linaro.org Add accessor functions of loaded flag in grub-core/loader/arm64/linux.c. Export accessor functions of loaded flag and grub_linux_get_fdt function in include/grub/arm64/linux.h. Purpose: Reuse the existing code of devicetree in linux module. Signed-off-by: Fu Wei

[PATCH v3 4/4] arm64: Add the introduction of xen boot commands in docs/grub.texi

2015-07-22 Thread fu . wei
From: Fu Wei fu@linaro.org xen_hypervisor xen_linux xen_initrd xen_xsm xen_module Signed-off-by: Fu Wei fu@linaro.org --- docs/grub.texi | 56 1 file changed, 56 insertions(+) diff --git a/docs/grub.texi

[PATCH v3 3/4] * util/grub.d/20_linux_xen.in: Add support of the XEN boot on aarch64

2015-07-22 Thread fu . wei
From: Fu Wei fu@linaro.org This patch adds the support of boot command on aarch64 for XEN: xen_hypervisor xen_linux xen_initrd Signed-off-by: Fu Wei fu@linaro.org --- util/grub.d/20_linux_xen.in | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff

Re: GRUB release schedule?

2015-07-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.07.2015 21:25, Vladimir 'phcoder' Serbinenko wrote: I'll do next beta tomorrow and will assess current open bugs to see how far we're from release Fixing tests takes longer than expected. I'll continue tomorrow. Le 20 juil. 2015 20:23, Peter Jones pjo...@redhat.com