efi_loader: add Linux magic to RISC-V crt0
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 28 May 2021 20:24:37 +0000 (22:24 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 14 Aug 2021 18:54:41 +0000 (20:54 +0200)
commit17a50bd689ab7e506c71df0856fed5935cf323d1
treeca9c3b1a7dfd4bb852474d165484a092fed0147f
parent148ce20520760d17f1d9db23c0575ffeed60a287
efi_loader: add Linux magic to RISC-V crt0

Add the Linux magic to the EFI file header to allow running our test
programs with GRUB's linux command.

MajorImageVersion = 1 indicates a kernel that can consume the
EFI_LOAD_FILE2_PROTOCOL. This allows to dump the GRUB provided intird with
our initrddump.efi tool.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/riscv/lib/crt0_riscv_efi.S