riscv-openocd/src/target/riscv
darius-bluespec 20fc862b15 Perform SBA writes with batch transactions for improved performance. (#405)
* Add riscv_batch_available_scans().

This function will query the number of available scans in a batch.

* Perform SBA writes with batch transactions for improved performance.

Using batch transactions avoids an unnecessary dmi read after every
dmi write, resulting in a significant performance improvement.
2019-09-24 17:49:25 -07:00
..
Makefile.am Add RISC-V support. 2018-07-24 13:07:26 +01:00
asm.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
batch.c Perform SBA writes with batch transactions for improved performance. (#405) 2019-09-24 17:49:25 -07:00
batch.h Perform SBA writes with batch transactions for improved performance. (#405) 2019-09-24 17:49:25 -07:00
debug_defines.h Set up halt groups for SMP groups. (#353) 2019-03-05 13:05:53 -08:00
encoding.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
gdb_regs.h Fix flashing HiFive Unleashed (#402) 2019-09-09 12:01:17 -07:00
opcodes.h Access memory through the scope of current privilege level (#386) 2019-07-18 13:15:28 -07:00
program.c Access memory through the scope of current privilege level (#386) 2019-07-18 13:15:28 -07:00
program.h Access memory through the scope of current privilege level (#386) 2019-07-18 13:15:28 -07:00
riscv-011.c Support simultaneous resume using hasel (#364) 2019-04-03 12:13:09 -07:00
riscv-013.c Perform SBA writes with batch transactions for improved performance. (#405) 2019-09-24 17:49:25 -07:00
riscv.c Fix flashing HiFive Unleashed (#402) 2019-09-09 12:01:17 -07:00
riscv.h Access memory through the scope of current privilege level (#386) 2019-07-18 13:15:28 -07:00
riscv_semihosting.c Add RISC-V support. 2018-07-24 13:07:26 +01:00