ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

boot-qemu.py: Add support for booting ARCH=arm kernels via EFI #118

Closed nathanchance closed 8 months ago

nathanchance commented 8 months ago

arm kernels can be booted via EFI in the same manner as arm64. Refactor the current EFI image creation logic into its own class so that arm32_v7 and arm64 can share most of the logic, just with different files.