* Add flexible selection of memory access methods, detection of aampostincrement. New configuration command introduced: "riscv set_mem_access". It allows to specify which RISC-V memory access methods (progbuf, sysbus and/or abstract access) should be tried and in which order of priority. Command "riscv set_prefer_sba" is left and works in backward compatible way, but is marked as deprecated. First time abstract memory access is executed, it is tried with set aampostincrement bit. If the abstract command fails or the address is not incremented correctly, aampostincrement will not be used for any subsequent accesses. Signed-off-by: Samuel Obuch <sobuch@codasip.com> * remove unnecessary variable * fix doc |
||
---|---|---|
.. | ||
manual | ||
.gitattributes | ||
Makefile.am | ||
fdl.texi | ||
openocd.1 | ||
openocd.texi |