arm64/xen_boot: Fix Xen boot using GRUB2 on AARCH64
authorJulien Grall <julien.grall@linaro.org>
Fri, 19 Feb 2016 16:28:52 +0000 (16:28 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 18 May 2017 20:14:05 +0000 (22:14 +0200)
commitae5817f1dcbf0b99f7a849f56afe442165317840
treecafbfeb299424f04f4bb844c4a698a4d99132c85
parentbd4e40aadded7093908d786d03b4acf60b7b1707
arm64/xen_boot: Fix Xen boot using GRUB2 on AARCH64

Xen is currently crashing because of malformed compatible property for
the boot module. This is because the property string is not
null-terminated as requested by the ePAR spec.

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