[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/10] RISC-V: Add setjmp implementation
From: |
Bin Meng |
Subject: |
Re: [PATCH v2 04/10] RISC-V: Add setjmp implementation |
Date: |
Wed, 14 Nov 2018 23:12:20 +0800 |
On Wed, Nov 14, 2018 at 9:11 PM Alexander Graf <address@hidden> wrote:
>
> This patch adds a 32/64 capable setjmp implementation for RISC-V.
>
> Signed-off-by: Alexander Graf <address@hidden>
> Reviewed-by: Alistair Francis <address@hidden>
> ---
> grub-core/lib/riscv/setjmp.S | 82
> +++++++++++++++++++++++++++++++++++++++++++
> include/grub/riscv32/setjmp.h | 27 ++++++++++++++
> include/grub/riscv64/setjmp.h | 27 ++++++++++++++
> 3 files changed, 136 insertions(+)
> create mode 100644 grub-core/lib/riscv/setjmp.S
> create mode 100644 include/grub/riscv32/setjmp.h
> create mode 100644 include/grub/riscv64/setjmp.h
>
Reviewed-by: Bin Meng <address@hidden>
Tested via 'bootefi' command from U-Boot on QEMU riscv64
Tested-by: Bin Meng <address@hidden>
- [PATCH v2 10/10] fdt: Add device tree file type, (continued)
- [PATCH v2 10/10] fdt: Add device tree file type, Alexander Graf, 2018/11/14
- [PATCH v2 03/10] elf.h: Add RISC-V definitions, Alexander Graf, 2018/11/14
- [PATCH v2 05/10] RISC-V: Add early startup code, Alexander Graf, 2018/11/14
- [PATCH v2 02/10] PE: Add RISC-V definitions, Alexander Graf, 2018/11/14
- [PATCH v2 01/10] efi: Rename armxx to arch, Alexander Graf, 2018/11/14
- [PATCH v2 04/10] RISC-V: Add setjmp implementation, Alexander Graf, 2018/11/14
- Re: [PATCH v2 04/10] RISC-V: Add setjmp implementation,
Bin Meng <=
- [PATCH v2 08/10] RISC-V: Add auxiliary files, Alexander Graf, 2018/11/14
- [PATCH v2 09/10] RISC-V: Add to build system, Alexander Graf, 2018/11/14
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Bin Meng, 2018/11/14
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Andreas Schwab, 2018/11/14
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Bin Meng, 2018/11/14
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Alexander Graf, 2018/11/14
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Bin Meng, 2018/11/14
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Alexander Graf, 2018/11/15
- Re: [PATCH v2 09/10] RISC-V: Add to build system, Bin Meng, 2018/11/15