util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64
authorFu Wei <fu.wei@linaro.org>
Sun, 14 May 2017 07:43:46 +0000 (15:43 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 18 May 2017 20:30:35 +0000 (22:30 +0200)
commitd33045ce7ffcb7c1e4a60c14d5ca64b36e3c5abe
treead51e3c6e909d8a6caa055556d989edc84c77d44
parent8eed7be8a61c295df700e918744a984162378ca9
util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64

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 <fu.wei@linaro.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub.d/20_linux_xen.in