riscv-openocd/src
David Brownell 7b0314c377 ARM: remove mrc_opcode(), use MRC() or MCR()
Get rid of mrc_opcode() in favor of ARMV4_5_MRC() or, where
arm*20t should have used it, ARMV4_5_MCR() instead.

Basically, *writing* coprocessor registers shouldn't have
used the *read* opcode ... and both should stick to standard
opcode constructors, not rearranging parameter sequence any
more than already needed.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-07 14:57:43 -08:00
..
flash add 'flash list', rewrite 'flash banks' 2009-12-06 21:39:35 -08:00
helper misc code review updates 2009-12-05 14:40:06 -08:00
jtag misc code review updates 2009-12-05 14:40:06 -08:00
pld remove tertiary include paths 2009-12-03 04:24:50 -08:00
server remove flash.h from tree 2009-12-04 16:56:24 -08:00
svf misc code review updates 2009-12-05 14:40:06 -08:00
target ARM: remove mrc_opcode(), use MRC() or MCR() 2009-12-07 14:57:43 -08:00
xsvf remove tertiary include paths 2009-12-03 04:24:50 -08:00
Makefile.am reorder build order of src directory 2009-12-04 16:56:24 -08:00
ecosboard.c zy1000: include files have moved about 2009-12-03 13:47:25 +01:00
hello.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -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 rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00