All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Add LoadFile2 and riscv Linux loader
@ 2021-05-28 13:04 Nikita Ermakov
  2021-05-28 13:04 ` [PATCH 1/8] loader/linux: permit NULL argument for argv[] in grub_initrd_load() Nikita Ermakov
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Nikita Ermakov @ 2021-05-28 13:04 UTC (permalink / raw)
  To: GRUB development mailing list
  Cc: Ard Biesheuvel, Atish Patra, Daniel Kiper, Heinrich Schuchardt,
	Leif Lindholm, Nikita Ermakov

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-28 19:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 13:04 [PATCH 0/8] Add LoadFile2 and riscv Linux loader Nikita Ermakov
2021-05-28 13:04 ` [PATCH 1/8] loader/linux: permit NULL argument for argv[] in grub_initrd_load() Nikita Ermakov
2021-05-28 19:17   ` Heinrich Schuchardt
2021-05-28 13:04 ` [PATCH 2/8] efi: add definition of LoadFile2 protocol Nikita Ermakov
2021-05-28 19:27   ` Heinrich Schuchardt
2021-05-28 13:04 ` [PATCH 3/8] efi: implemented LoadFile2 initrd loading protocol for Linux Nikita Ermakov
2021-05-28 19:49   ` Heinrich Schuchardt
2021-05-28 13:04 ` [PATCH 4/8] linux: ignore FDT unless we need to modify it Nikita Ermakov
2021-05-28 13:04 ` [PATCH 5/8] loader: Move arm64 linux loader to common code Nikita Ermakov
2021-05-28 13:04 ` [PATCH 6/8] RISC-V: Update image header Nikita Ermakov
2021-05-28 13:04 ` [PATCH 7/8] RISC-V: Use common linux loader Nikita Ermakov
2021-05-28 13:04 ` [PATCH 8/8] linux: Make load_file2_guid and device_path_guid static Nikita Ermakov
2021-05-28 19:54   ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.