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

[13.4-stable] pillar: Fix OVMF binary file for ARM64 #4339

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

rene
Copy link
Contributor

@rene rene commented Oct 11, 2024

Backport of PR: #4327

Commit e23b37f separated OVMF firmware files and standardized names. However, these changes were available only for x86_64. On arm64 we keep using the ovmf.bin binary (with the firmware code + variables), leading to the following error:

qemu-system-aarch64: Could not find ROM image '/usr/lib/xen/boot/OVMF_CODE.fd'

This commit fixes this issue by using the ovmf.bin only for arm64.

Commit e23b37f separated OVMF firmware
files and standardized names. However, these changes were available only
for x86_64. On arm64 we keep using the ovmf.bin binary (with the firmware
code + variables), leading to the following error:

qemu-system-aarch64: Could not find ROM image '/usr/lib/xen/boot/OVMF_CODE.fd'

This commit fixes this issue by using the ovmf.bin only for arm64.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
@OhmSpectator OhmSpectator merged commit cc032d7 into lf-edge:13.4-stable Oct 11, 2024
36 of 39 checks passed
@rene rene deleted the fix-ovmf-arm64-13.4 branch December 16, 2024 10:52
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