[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_bo
From: |
Andrew Cooper |
Subject: |
Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64 |
Date: |
Fri, 5 May 2017 10:01:09 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 05/05/17 09:57, Fu Wei wrote:
> Hi Stefano,
>
> On 4 May 2017 at 04:53, Stefano Stabellini <address@hidden> wrote:
>> On Wed, 3 May 2017, Andrew Cooper wrote:
>>> On 02/05/17 08:06, address@hidden wrote:
>>>> From: Fu Wei <address@hidden>
>>>>
>>>> This patch adds the support of xen_boot command for aarch64:
>>>> xen_hypervisor
>>>> xen_module
>>>> These two commands are only for aarch64, since it has its own protocol and
>>>> commands to boot xen hypervisor and Dom0, but not multiboot.
>>>>
>>>> For other architectures, they are still using multiboot and module
>>>> commands.
>>>>
>>>> Signed-off-by: Fu Wei <address@hidden>
>>> Sorry if I am jumping in late and asking awkward questions, but what is
>>> special about Xen/aarch64 here? Why is it using a non-standard entry
>>> mechanism?
>> Multiboot is not available on ARM. The boot protocol we have on ARM is
>> FDT based:
>>
>> http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/arm/device-tree/booting.txt
>>
>> We often refer to it as "multiboot for arm" but in fact it is not
>> related to the x86 multiboot in any way.
>>
>> In Grub, the two protocols (multiboot and
>> docs/misc/arm/device-tree/booting.txt) are kept clearly distinct
>> (address@hidden). Hence, the need for this patch.
> Exactly, great thanks for your explanation! :-)
So it really is an entirely custom Xen booting protocol.
It is unfortunate that this wasn't reviewed sensibly at the time (and
implemented in a project-neutral way), but it looks like the time to fix
that properly has long since passed.
~Andrew
- [PATCH v7 0/3] arm64,xen: add xen_boot support into grup-mkconfig, fu . wei, 2017/05/02
- [PATCH v7 1/3] arm64: add "--nounzip" option support in xen_module command, fu . wei, 2017/05/02
- [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, fu . wei, 2017/05/02
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Andrew Cooper, 2017/05/03
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Stefano Stabellini, 2017/05/04
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/05
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64,
Andrew Cooper <=
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/05
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Julien Grall, 2017/05/05
- Re: [Xen-devel] [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/05
Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Vladimir 'phcoder' Serbinenko, 2017/05/09
- Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/09
- Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/09
- Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Vladimir 'phcoder' Serbinenko, 2017/05/10
- Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/11
- Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64, Fu Wei, 2017/05/14
[PATCH v7 3/3] arm64: update the introduction of xen boot commands in docs/grub.texi, fu . wei, 2017/05/02