aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv/batch.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Prefix RISC-V globals with riscv_.globalTim Newsome1-3/+3
2020-08-31Make checkpatch require Signed-off-by (#516)Tim Newsome1-1/+1
2020-08-24Add SPDX tags for RISC-V files. (#513)Tim Newsome1-0/+2
2020-08-24Update debug_defines.h from riscv-debug-spec (#515)Tim Newsome1-0/+1
2020-08-07Fix of DMI batch scans over 64-bits (#432)Jan Matyas1-19/+26
2020-01-13Handle DMI busy in sba write. (#437)Tim Newsome1-6/+5
2019-11-12BSCAN batch fix (#422)Greg Savin1-1/+15
2019-09-24Perform SBA writes with batch transactions for improved performance. (#405)darius-bluespec1-0/+5
2019-06-20fix memory leak (#382)jhjung811-0/+1
2019-06-19Improve block read and checksum speed (#381)Tim Newsome1-5/+1
2018-11-29Add idle count to debug output. (#337)Tim Newsome1-12/+9
2018-10-30Old fixes from June (#311)Carsten Gosvig1-6/+0
2018-03-23Make reset work again for multicoreTim Newsome1-3/+2
2017-12-26Propagate error instead of calling abort().Tim Newsome1-3/+5
2017-12-26Conform to OpenOCD style guide.Tim Newsome1-2/+2
2017-10-17MemTest64 passes.Tim Newsome1-2/+1
2017-09-18clang fix, don't allow unaligned uint64_t pointersTim Newsome1-3/+10
2017-08-30Merge branch 'riscv' into keepaliveTim Newsome1-1/+6
2017-08-15Add some keep_alive()s for use with slow targets.Tim Newsome1-0/+2
2017-08-14Fix block memory reads on slow targets.Tim Newsome1-0/+5
2017-07-03Fix 32-bit build errors.Tim Newsome1-1/+3
2017-06-15Fix indentation to match OpenOCD style.Tim Newsome1-26/+26
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt1-0/+156