index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
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-halt-reason-after-singlestep
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
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-21
Don't read registers that we know don't exist.
regcache
Tim Newsome
1
-0
/
+5
2020-04-20
Fix whitespace.
Tim Newsome
1
-2
/
+2
2020-04-20
Cache accesses through riscv_[sg]et_register.
Tim Newsome
2
-17
/
+70
2020-04-13
Don't propagate failure to read satp in riscv_mmu() (#466)
Tim Newsome
1
-3
/
+4
2020-04-10
Expose FPRs as single and double for F and D. (#465)
Tim Newsome
1
-1
/
+17
2020-03-27
Document default values for some config options. (#461)
Tim Newsome
1
-3
/
+4
2020-03-27
Fix some clang static checker complaints. (#464)
Tim Newsome
1
-1
/
+5
2020-03-26
Deal with vlenb being unreadable. (#458)
Tim Newsome
3
-3
/
+8
2020-03-18
Update to 1.11 privileged spec. (#455)
Tim Newsome
1
-261
/
+347
2020-03-05
Fix address translation when high bits are set. (#453)
Tim Newsome
2
-6
/
+23
2020-02-20
Give control over dcsr.ebreak[msu] bits. (#451)
Tim Newsome
4
-6
/
+72
2020-02-14
Add support for vector register access (#448)
Tim Newsome
7
-51
/
+1776
2020-01-27
Complain about debug version before authentication. (#441)
Tim Newsome
1
-3
/
+7
2020-01-13
Handle DMI busy in sba write. (#437)
Tim Newsome
2
-55
/
+54
2020-01-10
Don't issue extra FENCE+FENCE.i for the current hart. (#439)
Jan Matyas
1
-0
/
+4
2020-01-06
Upcast mask value to work with 64-bit physical (#436)
Tim Newsome
1
-3
/
+7
2019-12-31
Fix bugs. Do not touch SATP if there is no MMU. (#435)
Hsiangkai
1
-3
/
+5
2019-12-10
riscv: translate virtual address to physical address. (#425)
Hsiangkai
3
-0
/
+239
2019-12-05
Increase maximum number of harts (#429)
bluew
1
-1
/
+1
2019-12-04
Remove unused data structure. (#431)
Tim Newsome
2
-10
/
+1
2019-11-27
Fixed write_memory_progbuf() on RV64. (#426)
Jan Matyas
1
-1
/
+1
2019-11-22
Fix memory access on some targets. (#428)
Tim Newsome
3
-1
/
+34
2019-11-20
Fix: Take into account progbuf writability. (#424)
Jan Matyas
1
-2
/
+6
2019-11-12
BSCAN batch fix (#422)
Greg Savin
5
-45
/
+73
2019-11-04
Add support for 64-bit memory reads/writes (#419)
Tim Newsome
5
-52
/
+115
2019-10-23
pmpcfg[13] only exist on RV32. (#416)
Tim Newsome
1
-0
/
+2
2019-10-03
The compliance test is poorly supported.
Tim Newsome
1
-1
/
+5
2019-09-27
Merge branch 'master' into from_upstream
Tim Newsome
1
-20
/
+23
2019-09-24
Perform SBA writes with batch transactions for improved performance. (#405)
darius-bluespec
3
-18
/
+60
2019-09-09
Fix flashing HiFive Unleashed (#402)
Tim Newsome
3
-16
/
+39
2019-08-26
Use only one hart to run algorithm. (#396)
Tim Newsome
2
-11
/
+19
2019-08-19
Adds support for RISCV Access Memory Abstract Commands (#394)
dave-estes-syzexion
1
-6
/
+192
2019-07-26
Properly detect errors in SBA reads. (#392)
Tim Newsome
1
-19
/
+26
2019-07-18
Access memory through the scope of current privilege level (#386)
Nils Wistoff
6
-0
/
+137
2019-07-15
Optimize reading a single byte/short/word. (#390)
Tim Newsome
1
-4
/
+61
2019-07-15
Write all ones to clear cmderr. (#389)
Tim Newsome
1
-1
/
+1
2019-07-15
Make resume order configurable. (#388)
Tim Newsome
1
-7
/
+58
2019-07-09
Redo fespi flash algorithm (#384)
Tim Newsome
1
-0
/
+64
2019-07-08
RV32E support (#387)
Tim Newsome
2
-12
/
+31
2019-06-21
Reduce abstract command execution by one scan. (#383)
Tim Newsome
1
-37
/
+40
2019-06-20
fix memory leak (#382)
jhjung81
1
-0
/
+1
2019-06-19
Improve block read and checksum speed (#381)
Tim Newsome
3
-14
/
+114
2019-06-14
Set mstatus.FS to access FPU CSRs. (#380)
Tim Newsome
1
-3
/
+12
2019-06-10
Inverted Frame to Pseudo Tap for Simpler Hardware to Decode DR (#373)
Paul George
3
-82
/
+150
2019-05-21
Don't write sbcs while sbbusy is set. (#375)
Tim Newsome
1
-9
/
+24
2019-05-20
RISC-V: Make compliance tests more verbose (#366)
Philipp Wagner
1
-2
/
+10
2019-05-20
RISC-V compliance test: target must be examined (#367)
Philipp Wagner
1
-0
/
+6
2019-05-16
More helpful debug output. (#374)
Tim Newsome
1
-1
/
+1
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-2
/
+2
2019-05-09
Simultaneous halt (#372)
Tim Newsome
3
-170
/
+221
[next]