Extend qemuarm64 ebbr support#1030
Merged
ricardosalveti merged 7 commits intofoundriesio:mainfrom Feb 2, 2023
Merged
Conversation
…-boot EBBR version on generic qemuarm64 can use EDK2 directly instead of u-boot. Signed-off-by: Ricardo Salveti <[email protected]>
EBBR version expects ACPI to be supported, and pci / usbhost are useful for running it under QEMU. Signed-off-by: Ricardo Salveti <[email protected]>
clang only works with debug mode (not release). Signed-off-by: Ricardo Salveti <[email protected]>
Common requirement when booting plataforms with edk2-based firmware. Signed-off-by: Ricardo Salveti <[email protected]>
Prefer grub-efi instead of systemd-boot (protocol used to pass over the initrd differs and it is currently incompatible with ACPI), and make it compatible with edk2-firmware. This is because we don't need the UEFI implementation in u-boot as we can just use edk2 directly. Signed-off-by: Ricardo Salveti <[email protected]>
Publish the QEMU fd files in order to allow booting with qemu. Signed-off-by: Ricardo Salveti <[email protected]>
Relevant changes: - ff4abc73 bsp: qemuarm64: extend UEFI/ACPI related options - d5efe50a bsp: qemuarm64.scc: use more standard list of fragments Signed-off-by: Ricardo Salveti <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This can then be used as a generic arm64 target without ATF / OP-TEE support, allowing it to be accelerated by hardware on mac os (arm64), as it is unable to support EL2/EL3.