[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and De
|
From: |
Ajeet Singh |
|
Subject: |
[PATCH v2 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files |
|
Date: |
Sat, 17 Aug 2024 03:09:49 +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 v2 05/17] bsd-user: Add RISC-V ELF definitions and hardware capability detection, (continued)
- [PATCH v2 05/17] bsd-user: Add RISC-V ELF definitions and hardware capability detection, Ajeet Singh, 2024/08/16
- [PATCH v2 09/17] bsd-user: Add RISC-V thread setup and initialization support, Ajeet Singh, 2024/08/16
- [PATCH v2 06/17] bsd-user: Define RISC-V register structures and register copying, Ajeet Singh, 2024/08/16
- [PATCH v2 08/17] bsd-user: Implement RISC-V sysarch system call emulation, Ajeet Singh, 2024/08/16
- [PATCH v2 10/17] bsd-user: Define RISC-V VM parameters and helper functions, Ajeet Singh, 2024/08/16
- [PATCH v2 13/17] bsd-user: Define RISC-V signal handling structures and constants, Ajeet Singh, 2024/08/16
- [PATCH v2 14/17] bsd-user: Implement RISC-V signal trampoline setup functions, Ajeet Singh, 2024/08/16
- [PATCH v2 16/17] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV, Ajeet Singh, 2024/08/16
- [PATCH v2 15/17] bsd-user: Implement 'get_mcontext' for RISC-V, Ajeet Singh, 2024/08/16
- [PATCH v2 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files,
Ajeet Singh <=