Re: [v6 PATCH 1/3] loader: Move arm64 linux loader to common code

2022-11-08 Thread Daniel Kiper
On Fri, Nov 04, 2022 at 04:26:05PM -0700, Atish Patra wrote: > ARM64 linux loader code is written in such a way that it can be reused > across different architectures without much change. Move it to common > code so that RISC-V doesn't have to define a separate loader. > > Reviewed-by: Daniel Kiper

[v6 PATCH 1/3] loader: Move arm64 linux loader to common code

2022-11-04 Thread Atish Patra
ARM64 linux loader code is written in such a way that it can be reused across different architectures without much change. Move it to common code so that RISC-V doesn't have to define a separate loader. Reviewed-by: Daniel Kiper Signed-off-by: Atish Patra --- grub-core/Makefile.core.def