]> git.ipfire.org Git - thirdparty/grub.git/commit
loader/efi: Move ARM64 linux loader to common code
authorAtish Patra <atishp@rivosinc.com>
Thu, 9 Mar 2023 23:59:51 +0000 (15:59 -0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 29 Mar 2023 10:54:45 +0000 (12:54 +0200)
commitfbce87cd3965c3b7e113bac48e15a8d787c52e20
tree35072168417564692ffa934e9aee160d50378753
parentee0dbd86e54af1d1b582cf0161861e928f8c333e
loader/efi: Move ARM64 linux loader to common code

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.

Signed-off-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def
grub-core/loader/efi/linux.c [moved from grub-core/loader/arm64/linux.c with 100% similarity]