xen/arm: Remove the makefile target xen.axf
authorJulien Grall <julien.grall@arm.com>
Fri, 3 Feb 2017 19:21:13 +0000 (19:21 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 16 Feb 2017 01:29:32 +0000 (17:29 -0800)
commit07af2e9da1ddd2c32eee8331e521c670eecd8993
tree9536796d8f15eea32c29f796fbb4425c361b702d
parentd0d0bc486c46fbf11b5e79d8868d32ce14eec2a7
xen/arm: Remove the makefile target xen.axf

Since commit 4557c22 "xen: arm: rewrite start of day page table and cpu
bring up", Xen requires to be launched in NS HYP/EL2.

xen.axf is generated in order to directly boot Xen on ARM models (e.g
Foundation). However they usually start in secure mode, which mean Xen
cannot boot.

The way forward to boot Xen on models is using either EFI or
bootwrapper [1].

[1] https://git.kernel.org/cgit/linux/kernel/git/mark/boot-wrapper-aarch64.git/

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/Makefile