Add back support for grub-based installers and images (for arm64)#1089
Merged
ricardosalveti merged 5 commits intofoundriesio:mainfrom Mar 31, 2023
Merged
Add back support for grub-based installers and images (for arm64)#1089ricardosalveti merged 5 commits intofoundriesio:mainfrom
ricardosalveti merged 5 commits intofoundriesio:mainfrom
Conversation
Relevant changes: - 3ccc9bd1 bsp: generic-arm64: extend support for MT8195 - b3d2ad29 bsp: generic-arm64: disable CONFIG_TCG_ATMEL - f135d07b bsp: ti-arm64-common: update configs based on BSP 08.06.00.007 - 28a0f637 features: jailhouse: add pci/vfio options for extended support - 2f1b155d bsp: imx: enable FW_LOADER_USER_HELPER Signed-off-by: Ricardo Salveti <[email protected]>
Allow asking the user which partition the installer should use for ESP and rootfs. Signed-off-by: Ricardo Salveti <[email protected]>
Similar to image-efi-installer.wks.in but compatible with the normal boot method expected by grub, which is booting the kernel/initrd from the normal rootfs instead of efi folder (as required by sd-boot). Signed-off-by: Ricardo Salveti <[email protected]>
Add back support for installing systems that are still using grub as the default EFI bootloader. This is needed on arm64 as the current sd-boot version does not support loading initrds via LINUX_INITRD_MEDIA_GUID. Signed-off-by: Ricardo Salveti <[email protected]>
This is needed on arm64 as the current sd-boot version does not support loading initrds via LINUX_INITRD_MEDIA_GUID (only via sd-stub, which requires UKI). Signed-off-by: Ricardo Salveti <[email protected]>
MrCry0
approved these changes
Mar 31, 2023
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.
Needed on arm64 as the current sd-boot version does not support loading initrds via LINUX_INITRD_MEDIA_GUID (only via sd-stub, which requires UKI).