]> git.ipfire.org Git - thirdparty/grub.git/commit
RISC-V: Add setjmp implementation
authorAlexander Graf <agraf@suse.de>
Tue, 12 Feb 2019 10:31:01 +0000 (11:31 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 25 Feb 2019 10:28:44 +0000 (11:28 +0100)
commitff6871831d085fbaedc72de3bfd86783e339ab29
treebd7db831a0ec4591779d3ce423b5068e77919a83
parentcfec2093709e5a2a781f44422e15d5009be3d4f8
RISC-V: Add setjmp implementation

This patch adds a 32/64 capable setjmp implementation for RISC-V.

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>
grub-core/lib/riscv/setjmp.S [new file with mode: 0644]
include/grub/riscv32/setjmp.h [new file with mode: 0644]
include/grub/riscv64/setjmp.h [new file with mode: 0644]