riscv-openocd/src
David Brownell 563d937c3c ARM: implement mrc()/mcr() as DPM ops
Instead of having separate ARM11 and Cortex-A8 implementations of
this code, have one shared implementation which just builds on the
existing "run instruction via R0" support.

This enables followup patches to remove that now-unused code from
those two drivers.  (Patches to move the "mrc" and "mcr" code into
"struct arm" are due too ... MIPS and other cores do not support
those ARM-specific concepts.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-01 00:49:04 -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 ARM: implement mrc()/mcr() as DPM ops 2009-12-01 00:49:04 -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