All of lore.kernel.org
 help / color / mirror / Atom feed
* [v5 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader
@ 2022-10-07  8:50 Atish Patra
  2022-10-07  8:50 ` [v5 PATCH 1/3] loader: Move arm64 linux loader to common code Atish Patra
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Atish Patra @ 2022-10-07  8:50 UTC (permalink / raw)
  To: grub-devel
  Cc: Atish Patra, Ard Biesheuvel, Daniel Kiper, Fu Wei, Leif Lindholm,
	Nikita Ermakov, Atish Patra, Heinrich Schuchardt,
	Julian Andres Klode, Andreas Schwab, Ilias Apalodimas

This series unifies the linux loader for ARM64 & RISC-V. The linux loader
for ARM64 is pretty much arch independent. Thus, this series just moves
it to the common directory and update the make files.

This series is rebased on top of Ard's LoadFile2 series[1].

The unification effort was a little mess and I was to blame :(.
I started the effort but couldn't follow up after. Nikita picked it up
and rebased all the patches along with LoadFile2.

However, Nikita did not follow up after v3 as well. Ard revised his
LoadFile2 series few weeks back. As the ocotober deadline for next grub
release is closing, I decided to rebase the patches so that RISC-V support
can be officially part of the release. Sorry for the mess/confusion.

This series has been tested with OpenSuse image in Qemu. It would be good
to get more testing on ARM64 and real RISC-V boards as well.

Changes from v4->v5:
1. Removed redundant macros from header file and updated the rv32
   kernel header structure.

Changes from v3->V4:
1. Added all the comments on v3.
2. Dropped LoadFile2 patches as Ard's series[1] updated those patches

[1] https://lists.gnu.org/archive/html/grub-devel/2022-09/msg00057.html

Atish Patra (3):
loader: Move arm64 linux loader to common code
RISC-V: Update image header
RISC-V: Use common linux loader

grub-core/Makefile.core.def             |  8 ++--
grub-core/loader/{arm64 => efi}/linux.c |  0
grub-core/loader/riscv/linux.c          | 59 -------------------------
include/grub/riscv32/linux.h            | 19 ++++----
include/grub/riscv64/linux.h            | 19 ++++----
5 files changed, 25 insertions(+), 80 deletions(-)
rename grub-core/loader/{arm64 => efi}/linux.c (100%)
delete mode 100644 grub-core/loader/riscv/linux.c

--
2.25.1



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

end of thread, other threads:[~2022-11-03 14:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-07  8:50 [v5 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader Atish Patra
2022-10-07  8:50 ` [v5 PATCH 1/3] loader: Move arm64 linux loader to common code Atish Patra
2022-10-07  8:50 ` [v5 PATCH 2/3] RISC-V: Update image header Atish Patra
2022-10-07  8:50 ` [v5 PATCH 3/3] RISC-V: Use common linux loader Atish Patra
2022-10-10 14:53 ` [v5 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader Daniel Kiper
2022-10-10 15:51   ` Ard Biesheuvel
2022-10-10 20:24     ` Daniel Kiper
2022-10-10 18:12   ` Atish Kumar Patra
2022-10-10 20:26     ` Daniel Kiper
2022-10-13  7:22       ` Xiaotian Wu
2022-10-27 19:18     ` Daniel Kiper
2022-11-03 11:05       ` Xiaotian Wu
2022-11-03 14:06         ` Atish Kumar Patra

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.