Skip to content

Draft: community/linux-edge: enable CONFIG_EFI_ZBOOT for aarch64, riscv64

Jakub Jirutka requested to merge jirutka/aports:linux-edge-zboot into master

Create the bootable image as an EFI application that carries the actual kernel image in compressed form, and decompresses it into memory before executing it via LoadImage/StartImage EFI boot service calls.

Merge request reports