Re: [v6 PATCH 3/3] RISC-V: Use common linux loader

2022-11-08 Thread Daniel Kiper
On Fri, Nov 04, 2022 at 04:26:07PM -0700, Atish Patra wrote: > RISC-V doesn't have to do anything very different from other architectures > to loader EFI stub linux kernel. As a result, just use the common linux > loader instead of defining a RISC-V specific linux loader. > > Signed-off-by: Atish P

[v6 PATCH 3/3] RISC-V: Use common linux loader

2022-11-04 Thread Atish Patra
RISC-V doesn't have to do anything very different from other architectures to loader EFI stub linux kernel. As a result, just use the common linux loader instead of defining a RISC-V specific linux loader. Signed-off-by: Atish Patra --- grub-core/Makefile.core.def| 4 +-- grub-core/loader/r