[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 04/10] RISC-V: Add setjmp implementation
From: |
Bin Meng |
Subject: |
Re: [PATCH v3 04/10] RISC-V: Add setjmp implementation |
Date: |
Sun, 18 Nov 2018 19:41:15 +0800 |
On Thu, Nov 15, 2018 at 1:27 AM 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-by: Bin Meng <address@hidden>
- [PATCH v3 09/10] RISC-V: Add to build system, (continued)
[PATCH v3 04/10] RISC-V: Add setjmp implementation, Alexander Graf, 2018/11/14
[PATCH v3 05/10] RISC-V: Add early startup code, Alexander Graf, 2018/11/14
[PATCH v3 02/10] PE: Add RISC-V definitions, Alexander Graf, 2018/11/14
[PATCH v3 08/10] RISC-V: Add auxiliary files, Alexander Graf, 2018/11/14
Re: [PATCH v3 08/10] RISC-V: Add auxiliary files, Daniel Kiper, 2018/11/21