]> git.ipfire.org Git - thirdparty/grub.git/commit
RISC-V: Add to build system
authorAlexander Graf <agraf@suse.de>
Tue, 12 Feb 2019 10:31:07 +0000 (11:31 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 25 Feb 2019 13:02:05 +0000 (14:02 +0100)
commitf1957dc8a3347278a095bc8f44197662559a8ba3
tree930e5d9868d2fae61ca3e82bb430170778cbb56a
parente795b9011fdb7208cccb1804d9bbc81a6cd251c6
RISC-V: Add to build system

This patch adds support for RISC-V to the grub build system. With this
patch, I can successfully build grub on RISC-V as a UEFI application.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
22 files changed:
configure.ac
gentpl.py
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/commands/file.c
grub-core/kern/compiler-rt.c
grub-core/kern/efi/mm.c
grub-core/kern/emu/cache.c
grub-core/kern/emu/cache_s.S
grub-core/kern/emu/lite.c
grub-core/lib/efi/halt.c
grub-core/lib/setjmp.S
include/grub/compiler-rt.h
include/grub/efi/api.h
include/grub/efi/efi.h
include/grub/misc.h
include/grub/util/install.h
util/grub-install-common.c
util/grub-install.c
util/grub-mknetdir.c
util/grub-mkrescue.c
util/mkimage.c