arm64: Add "--nounzip" option support in xen_module command
authorFu Wei <fu.wei@linaro.org>
Sun, 14 May 2017 07:43:45 +0000 (15:43 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 18 May 2017 20:30:14 +0000 (22:30 +0200)
commit8eed7be8a61c295df700e918744a984162378ca9
treee6fc3958f4ce16079c221c489e111278542f6a8d
parentae5817f1dcbf0b99f7a849f56afe442165317840
arm64: Add "--nounzip" option support in xen_module command

This patch adds "--nounzip" option support in order to
be compatible with the module command of multiboot on other architecture,
by this way we can simplify grub-mkconfig support code.

This patch also allow us to use zip compressed module(like Linux kernel
for Dom0).

Signed-off-by: Fu Wei <fu.wei@linaro.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/arm64/xen_boot.c