Closed nathanchance closed 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.
arm32_v7
arm64
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
andarm64
can share most of the logic, just with different files.