#
1b7dc511 |
| 04-Jul-2025 |
Jesse Taube <jesse@rivosinc.com> |
riscv: Use norvc over arch, -c
The Linux kernel main tree uses "norvc" over "arch, -c" change to match this.
GCC 15 started to add _zca_zcd to the assembler flags causing a bug which made "arch, -c
riscv: Use norvc over arch, -c
The Linux kernel main tree uses "norvc" over "arch, -c" change to match this.
GCC 15 started to add _zca_zcd to the assembler flags causing a bug which made "arch, -c" generate a compressed instruction.
Link: https://sourceware.org/bugzilla/show_bug.cgi?id=33128 Cc: Clément Léger <cleger@rivosinc.com> Signed-off-by: Jesse Taube <jesse@rivosinc.com> Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
show more ...
|
#
f81e4fa4 |
| 01-Jul-2025 |
Jesse Taube <jesse@rivosinc.com> |
riscv: sbi: Add SBI Debug Triggers Extension tests
Add tests for the DBTR SBI extension.
Signed-off-by: Jesse Taube <jesse@rivosinc.com> Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Tested-b
riscv: sbi: Add SBI Debug Triggers Extension tests
Add tests for the DBTR SBI extension.
Signed-off-by: Jesse Taube <jesse@rivosinc.com> Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Tested-by: Charlie Jenkins <charlie@rivosinc.com> Signed-off-by: Andrew Jones <andrew.jones@linux.dev>
show more ...
|