The source project of this merge request has been removed.
aarch64: enable zboot
Enable CONFIG_EFI_ZBOOT.
Also adapt %make_target and %kernel_image for zboot.
With the kernel self-uncompressing itself the bootloader or the systemd-stub doesn't need to handle the uncompressing (and doesn't need to know how the kernel is compressed, i.e. whenever it is .gz or .xz).
Some more background: https://github.com/systemd/systemd/issues/23788
It also makes aarch64 work more like x86_64 where the kernel self-decompresses itself too.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com
Edited by Gerd Hoffmann