riscv-openocd/src
David Brownell 209a0197f0 ARMv7-A: stop using CP15 ops
The ARMv7-A code uses read_cp15() to access fault registers.
Instead, use DPM operations directly, passing in the relevant
MRC instructions.

This eliminates per-operation overhead (though it'll be hard
to observe, this is uncommon) and helps eliminate read_cp15().

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-01 00:48:40 -08:00
..
flash fix s3c24xx device command helper 2009-11-28 15:52:03 -08:00
helper improve command prohibition error report 2009-11-30 20:54:40 -08:00
jtag do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
pld pld: use static registration instead of callback 2009-11-24 21:37:33 -08:00
server remove interp global variable! 2009-11-30 16:29:34 -08:00
svf {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
target ARMv7-A: stop using CP15 ops 2009-12-01 00:48:40 -08:00
xsvf {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
Makefile.am build: fix breakage in building bin2char 2009-11-22 13:35:13 +01:00
ecosboard.c zy1000: keep up with changes to log_init() 2009-11-27 19:42:38 +01:00
hello.c fix foo command group help messages 2009-11-30 16:29:34 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c main: invoke jtag_interface_quit() explicitly 2009-12-01 07:51:26 +01:00
openocd.h fix segfault at startup 2009-11-18 11:56:24 -08:00