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

2020-04-26 Thread Heinrich Schuchardt
On 4/26/20 9:40 PM, 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 Patra Tested on Odroi

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

2020-04-26 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