-
- Downloads
selftests: Test the new RISC-V hwprobe interface
This adds a test for the recently added RISC-V interface for probing hardware capabilities. It happens to be the first selftest we have for RISC-V, so I've added some infrastructure for those as well. Co-developed-by:Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by:
Evan Green <evan@rivosinc.com> Link: https://lore.kernel.org/r/20230407231103.2622178-6-evan@rivosinc.com Signed-off-by:
Palmer Dabbelt <palmer@rivosinc.com>
Showing
- tools/testing/selftests/Makefile 1 addition, 0 deletionstools/testing/selftests/Makefile
- tools/testing/selftests/riscv/Makefile 58 additions, 0 deletionstools/testing/selftests/riscv/Makefile
- tools/testing/selftests/riscv/hwprobe/Makefile 10 additions, 0 deletionstools/testing/selftests/riscv/hwprobe/Makefile
- tools/testing/selftests/riscv/hwprobe/hwprobe.c 90 additions, 0 deletionstools/testing/selftests/riscv/hwprobe/hwprobe.c
- tools/testing/selftests/riscv/hwprobe/sys_hwprobe.S 12 additions, 0 deletionstools/testing/selftests/riscv/hwprobe/sys_hwprobe.S
tools/testing/selftests/riscv/Makefile
0 → 100644
Please register or sign in to comment