[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and De
From: |
Ajeet Singh |
Subject: |
[PATCH v3 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files |
Date: |
Sat, 24 Aug 2024 14:56:35 +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 v3 08/17] bsd-user: Implement RISC-V sysarch system call emulation, (continued)
- [PATCH v3 08/17] bsd-user: Implement RISC-V sysarch system call emulation, Ajeet Singh, 2024/08/24
- [PATCH v3 07/17] bsd-user: Add RISC-V signal trampoline setup function, Ajeet Singh, 2024/08/24
- [PATCH v3 09/17] bsd-user: Add RISC-V thread setup and initialization support, Ajeet Singh, 2024/08/24
- [PATCH v3 10/17] bsd-user: Define RISC-V VM parameters and helper functions, Ajeet Singh, 2024/08/24
- [PATCH v3 11/17] bsd-user: Define RISC-V system call structures and constants, Ajeet Singh, 2024/08/24
- [PATCH v3 12/17] bsd-user: Add generic RISC-V64 target definitions, Ajeet Singh, 2024/08/24
- [PATCH v3 13/17] bsd-user: Define RISC-V signal handling structures and constants, Ajeet Singh, 2024/08/24
- [PATCH v3 14/17] bsd-user: Implement RISC-V signal trampoline setup functions, Ajeet Singh, 2024/08/24
- [PATCH v3 15/17] bsd-user: Implement 'get_mcontext' for RISC-V, Ajeet Singh, 2024/08/24
- [PATCH v3 16/17] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV, Ajeet Singh, 2024/08/24
- [PATCH v3 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files,
Ajeet Singh <=