index
:
rocket-tools/riscv-openocd.git
FE_402_fix
__archive__
aap-sc/switch_snapshot_to_22_04
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
release
reset_test
reverse-resume-order
riscv
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
riscv
/
program.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-28
Clean up return type of riscv_progbuf_size() + related
Jan Matyas
1
-5
/
+5
2025-02-26
Fix datatypes around opcodes.h and program.{c,h}
Jan Matyas
1
-15
/
+15
2025-01-20
Remove target/riscv/asm.h
Jan Matyas
1
-1
/
+0
2024-10-12
target: riscv: convert 'unsigned' to 'unsigned int'
Antonio Borneo
1
-1
/
+1
2024-09-04
target/riscv: remove duplicate progbufsize field
Farid Khaydari
1
-2
/
+2
2024-02-06
riscv/program: Removed dead code for restoring register values
Jan Matyas
1
-16
/
+0
2024-01-26
Revert "break from long loops on shutdown request"
Evgeniy Naydanov
1
-3
/
+0
2024-01-09
break from long loops on shutdown request
Evgeniy Naydanov
1
-0
/
+3
2023-12-22
rename dbgbuf to progbuf
Parshintsev Anatoly
1
-18
/
+17
2023-12-22
introduce execution status for riscv_program
Parshintsev Anatoly
1
-1
/
+10
2023-12-07
target/riscv: improve error handling in `write_memory_progbuf()`
Evgeniy Naydanov
1
-0
/
+17
2023-07-14
target/riscv: refactor read_memory_progbuf()
Evgeniy Naydanov
1
-0
/
+17
2023-05-10
target/riscv: Remove non-functional code in riscv_program_exec().
Tim Newsome
1
-4
/
+0
2023-03-16
Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstream
Tim Newsome
1
-1
/
+1
2023-02-15
Add command "exec_progbuf" (#795)
Jan Matyas
1
-8
/
+9
2023-02-01
Fix opcode for the "fence" instruction
Jan Matyas
1
-2
/
+2
2022-09-18
openocd: fix SPDX tag format for files .c
Antonio Borneo
1
-1
/
+1
2020-10-14
Upstream tons of RISC-V changes.
Tim Newsome
1
-2
/
+27
2020-09-28
Minor cleanups. (#537)
Tim Newsome
1
-2
/
+2
2020-08-24
Add SPDX tags for RISC-V files. (#513)
Tim Newsome
1
-0
/
+2
2020-02-14
Add support for vector register access (#448)
Tim Newsome
1
-1
/
+2
2019-11-04
Add support for 64-bit memory reads/writes (#419)
Tim Newsome
1
-0
/
+10
2019-07-18
Access memory through the scope of current privilege level (#386)
Nils Wistoff
1
-0
/
+12
2019-05-16
More helpful debug output. (#374)
Tim Newsome
1
-1
/
+1
2018-07-24
Add RISC-V support.
Tim Newsome
1
-0
/
+162
2018-03-02
Don't always error if a debug program fails
Tim Newsome
1
-1
/
+1
2018-01-08
Propagate register read errors.
Tim Newsome
1
-1
/
+3
2017-12-27
Get rid of abort() calls.
Tim Newsome
1
-2
/
+1
2017-12-26
Conform to OpenOCD style guide.
Tim Newsome
1
-4
/
+3
2017-12-19
Fix register names.
Tim Newsome
1
-4
/
+4
2017-10-23
Remove unused functionality.
Tim Newsome
1
-225
/
+0
2017-10-18
Pay attention to impebreak.
Tim Newsome
1
-3
/
+4
2017-10-18
Remove unused functionality.
Tim Newsome
1
-61
/
+2
2017-10-16
Memtest{16,32} pass.
Tim Newsome
1
-12
/
+7
2017-10-13
At least some memory writes work.
Tim Newsome
1
-10
/
+13
2017-10-12
Register read/write might be working.
Tim Newsome
1
-1
/
+2
2017-10-12
WIP; doesn't work.
Tim Newsome
1
-71
/
+0
2017-10-03
target/riscv/program.c: fix clang warning
Liviu Ionescu
1
-1
/
+5
2017-09-18
Remove unnecessary abs().
Tim Newsome
1
-1
/
+1
2017-09-14
Add support for F extension.
Tim Newsome
1
-4
/
+27
2017-08-15
Add some keep_alive()s for use with slow targets.
Tim Newsome
1
-0
/
+2
2017-06-16
Tighten up debug output.
Tim Newsome
1
-17
/
+14
2017-06-06
%p already includes 0x (on gcc)
Tim Newsome
1
-4
/
+4
2017-04-26
Add 64-bit and multihart support
Palmer Dabbelt
1
-0
/
+491