[PATCH v2 1/3] arm64: Add Xen boot support file

2015-07-13 Thread fu . wei
From: Fu Wei fu@linaro.org This patch adds Xen boot support file: grub-core/loader/arm64/xen_boot.c include/grub/arm64/xen_boot.h This patch also adds commands register code and hearder file into grub-core/loader/arm64/linux.c - This adds support for the Xen boot on ARM specification for

[PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support

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

[PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot

2015-07-13 Thread fu . wei
From: Fu Wei fu@linaro.org - This adds support for the Xen boot on ARM specification for arm64. - The implementation for Xen is following Multiboot on ARM Specification: http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Multiboot and

[PATCH v2 3/3] arm64: Add the introduction of Xen boot command

2015-07-13 Thread fu . wei
From: Fu Wei fu@linaro.org This patch adds the introduction of xen_hypervisor/xen_module commands in docs/grub.texi Signed-off-by: Fu Wei fu@linaro.org --- docs/grub.texi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi

Re: [PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support

2015-07-13 Thread Andrei Borzenkov
В Mon, 13 Jul 2015 16:53:59 +0800 fu@linaro.org пишет: From: Fu Wei fu@linaro.org This patch adds the support of boot command on arm64 for XEN: xen_hypervisor xen_module Signed-off-by: Fu Wei fu@linaro.org --- util/grub.d/20_linux_xen.in | 14 +++--- 1

Rewrite of OS-prober module?

2015-07-13 Thread Tom Davies
Hi :) I have a fairly shy friend who has done a re-write of the os-prober module for his own needs after doing a lot of study about EFI systems. He is already moving on to other things but i think it's a shame he seems to think he can't submit the whole thing without; 1. breaking it down into

Re: Rewrite of OS-prober module?

2015-07-13 Thread Andrei Borzenkov
В Mon, 13 Jul 2015 14:09:04 +0100 Tom Davies tomc...@gmail.com пишет: Hi :) I have a fairly shy friend who has done a re-write of the os-prober module for his own needs after doing a lot of study about EFI systems. os-prober itself is not part of grub. He is already moving on to other

[Solved] thx :)) Re: Rewrite of OS-prober module?

2015-07-13 Thread Tom Davies
Hi :) Thanks :) Some good advice and good points there! :) Interesting to hear that os-prober is not directly part of grub. Sounds like my buddy is on the right track so maybe best if i just ask him how it is going in a few days. Many thanks and regards from Tom :)