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

Add back support for grub-based installers and images (for arm64) #1089

Merged
merged 5 commits into from
Mar 31, 2023

Conversation

ricardosalveti
Copy link
Member

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).

@ricardosalveti ricardosalveti requested a review from a team March 30, 2023 02:56
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]>
Copy link
Member

@quaresmajose quaresmajose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ricardosalveti ricardosalveti merged commit 06252ee into foundriesio:main Mar 31, 2023
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.

3 participants