Hi, This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also it contains patches to load Linux kernel with EFI stub on riscv platforms and unites arm and riscv codes together into common loader code for EFI systems.
Ard Biesheuvel (4): loader/linux: permit NULL argument for argv[] in grub_initrd_load() efi: add definition of LoadFile2 protocol efi: implemented LoadFile2 initrd loading protocol for Linux linux: ignore FDT unless we need to modify it Atish Patra (3): loader: Move arm64 linux loader to common code RISC-V: Update image header RISC-V: Use common linux loader Nikita Ermakov (1): linux: Make load_file2_guid and device_path_guid static grub-core/Makefile.core.def | 8 +- grub-core/commands/efi/lsefi.c | 1 + grub-core/loader/efi/fdt.c | 7 +- grub-core/loader/{arm64 => efi}/linux.c | 141 +++++++++++++++++++++--- grub-core/loader/linux.c | 2 +- grub-core/loader/riscv/linux.c | 59 ---------- include/grub/arm/linux.h | 2 +- include/grub/arm64/linux.h | 2 +- include/grub/efi/api.h | 15 +++ include/grub/riscv32/linux.h | 16 +-- include/grub/riscv64/linux.h | 16 +-- 11 files changed, 174 insertions(+), 95 deletions(-) rename grub-core/loader/{arm64 => efi}/linux.c (72%) delete mode 100644 grub-core/loader/riscv/linux.c -- 2.31.1 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel