From: Fu Wei
- This adds support for the Xen boot on ARM specification for arm64.
- The implementation for Xen is following :
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Multiboot
and xen/docs/misc/arm/device-tree/booting.txt in Xen source code.
- The multiboo
From: Fu Wei
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 arm64.
- The imp
From: Fu Wei
This patch adds the support of boot command on arm64 for XEN:
xen_hypervisor
xen_module
Signed-off-by: Fu Wei
---
util/grub.d/20_linux_xen.in | 14 +++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/util/grub.d/20_linux_xen.in b/util/grub.d/20_li
From: Fu Wei
This patch adds the introduction of xen_hypervisor/xen_module commands
in docs/grub.texi
Signed-off-by: Fu Wei
---
docs/grub.texi | 27 +++
1 file changed, 27 insertions(+)
diff --git a/docs/grub.texi b/docs/grub.texi
index b9f41a7..3bd2fc3 100644
--- a/do
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 com
В Mon, 13 Jul 2015 14:09:04 +0100
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.
>
os-prober itself is not part of grub.
> He is already moving on to other things but i th
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 :)
__
В Mon, 13 Jul 2015 16:53:59 +0800
fu@linaro.org пишет:
> From: Fu Wei
>
> This patch adds the support of boot command on arm64 for XEN:
> xen_hypervisor
> xen_module
>
> Signed-off-by: Fu Wei
> ---
> util/grub.d/20_linux_xen.in | 14 +++---
> 1 file changed, 11 insertions(