riscv-openocd/src
ddraskovic 9e3d43cfe7 arm964e: Add support for ARM946E target.
So far most of the people have been using existing ARM966E in the
place of ARM946E, because they have practically the same scan chains.

However, ARM946E has caches, which further complicates JATG handling
via scan-chain. this was preventing single-stepping for ARM946E when
SW breakpoints are used.

This patch thus introduces :
1) Correct cache handling on memory write
2) Possibility to flush whole cache and turn it off during debug, or
just to flush affected lines (faster and better)
3) Correct SW breakpoint handling and correct single-stepping
4) Corrects the bug on CP15 read and write, so CP15 values
are now correctly R/W
2010-11-04 14:52:47 +01:00
..
flash src: add loader src description 2010-10-28 10:08:16 +01:00
helper jim tests: use installed 2010-10-29 15:10:51 +02:00
jtag jim tests: use installed 2010-10-29 15:10:51 +02:00
pld warnings: fix alignment warnings 2010-09-20 13:12:35 +02:00
server build: remove warn_unused_result errors 2010-10-05 16:29:37 +01:00
svf svf: -Wshadow warning fixes 2010-06-16 08:17:27 +02:00
target arm964e: Add support for ARM946E target. 2010-11-04 14:52:47 +01:00
xsvf xsvf: Fix shadow issues on Mac 2010-06-22 08:24:26 +02:00
Makefile.am jim tests: use installed 2010-10-29 15:10:51 +02:00
ecosboard.c jim tests: use installed 2010-10-29 15:10:51 +02:00
hello.c HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
hello.h HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
main.c logging: turn of stdout/stderr buffering 2010-09-20 20:45:48 +02:00
openocd.c helper: add stacktrace command that returns error stacktrace 2010-09-12 20:18:43 +02:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00