[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and De
From: |
Ajeet Singh |
Subject: |
[PATCH v7 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files |
Date: |
Tue, 17 Sep 2024 01:51:19 +1000 |
From: Warner Losh <imp@bsdimp.com>
Added configuration for RISC-V 64-bit target to the build system.
Signed-off-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
configs/targets/riscv64-bsd-user.mak | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 configs/targets/riscv64-bsd-user.mak
diff --git a/configs/targets/riscv64-bsd-user.mak
b/configs/targets/riscv64-bsd-user.mak
new file mode 100644
index 0000000000..191c2c483f
--- /dev/null
+++ b/configs/targets/riscv64-bsd-user.mak
@@ -0,0 +1,4 @@
+TARGET_ARCH=riscv64
+TARGET_BASE_ARCH=riscv
+TARGET_ABI_DIR=riscv
+TARGET_XML_FILES= gdb-xml/riscv-64bit-cpu.xml gdb-xml/riscv-32bit-fpu.xml
gdb-xml/riscv-64bit-fpu.xml gdb-xml/riscv-64bit-virtual.xml
--
2.34.1
- [PATCH v7 06/17] bsd-user: Define RISC-V register structures and register copying, (continued)
- [PATCH v7 06/17] bsd-user: Define RISC-V register structures and register copying, Ajeet Singh, 2024/09/16
- [PATCH v7 07/17] bsd-user: Add RISC-V signal trampoline setup function, Ajeet Singh, 2024/09/16
- [PATCH v7 08/17] bsd-user: Implement RISC-V sysarch system call emulation, Ajeet Singh, 2024/09/16
- [PATCH v7 09/17] bsd-user: Add RISC-V thread setup and initialization support, Ajeet Singh, 2024/09/16
- [PATCH v7 10/17] bsd-user: Define RISC-V VM parameters and helper functions, Ajeet Singh, 2024/09/16
- [PATCH v7 11/17] bsd-user: Define RISC-V system call structures and constants, Ajeet Singh, 2024/09/16
- [PATCH v7 12/17] bsd-user: Add generic RISC-V64 target definitions, Ajeet Singh, 2024/09/16
- [PATCH v7 15/17] bsd-user: Implement 'get_mcontext' for RISC-V, Ajeet Singh, 2024/09/16
- [PATCH v7 13/17] bsd-user: Define RISC-V signal handling structures and constants, Ajeet Singh, 2024/09/16
- [PATCH v7 14/17] bsd-user: Implement RISC-V signal trampoline setup functions, Ajeet Singh, 2024/09/16
- [PATCH v7 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files,
Ajeet Singh <=
- [PATCH v7 16/17] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV, Ajeet Singh, 2024/09/16
- Re: [PATCH v7 00/17] bsd-user: Comprehensive RISCV Support, Daniel Henrique Barboza, 2024/09/16
- Re: [PATCH v7 00/17] bsd-user: Comprehensive RISCV Support, Alistair Francis, 2024/09/23