Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

nathanchance
Copy link
Member

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.

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.

Signed-off-by: Nathan Chancellor <[email protected]>
@nathanchance nathanchance merged commit ea905a9 into ClangBuiltLinux:main Feb 27, 2024
4 checks passed
@nathanchance nathanchance deleted the arm32-efi branch February 27, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants