riscv-openocd/src/jtag
David Brownell d70d9634bf finish removing deprecated/obsolete commands
It's been about a year since these were deprecated and, in most
cases, removed.  There's no point in carrying that documentation,
or backwards compatibility for "jtag_device" and "jtag_speed",
around forever.  (Or a few remnants of obsolete code...)

Removed a few obsolete uses of "jtag_speed":

 - The Calao stuff hasn't worked since July 2008.  (Those Atmel
   targets need to work with a 32KHz core clock after reset until
   board-specific init-reset code sets up the PLL and enables a
   faster JTAg clock.)
 - Parport speed controls don't actually work (tops out at about
   1 MHz on typical HW).
 - In general, speed controls need to live in board.cfg files (or
   sometimes target.cfg files), not interface.cfg ...

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-11-09 13:16:32 -08:00
..
minidummy Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme. 2009-10-20 15:54:53 +02:00
rlink Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
zy1000 Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/IP client/server scheme. 2009-10-20 15:54:53 +02:00
Makefile.am Move JTAG interface list to new files. 2009-06-29 00:00:50 +00:00
amt_jtagaccel.c Improve jtag command argument parsing. 2009-11-05 18:03:18 -08:00
arm-jtag-ew.c Remove whitespace at end of lines, step 2. 2009-06-23 22:50:08 +00:00
at91rm9200.c Finish transforming 'u32' to 'uint32_t'. 2009-06-18 07:11:11 +00:00
bitbang.c Ferdinand Postema <ferdinand@postema.eu> fix cygwin warnings 2009-07-23 07:04:21 +00:00
bitbang.h src/jtag: remove 'extern' and wrap headers. 2009-11-09 09:44:33 -08:00
bitq.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00
bitq.h src/jtag: remove 'extern' and wrap headers. 2009-11-09 09:44:33 -08:00
commands.c Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage. 2009-10-07 17:30:51 +00:00
commands.h - Fixes '=' whitespace 2009-06-23 22:42:54 +00:00
core.c finish removing deprecated/obsolete commands 2009-11-09 13:16:32 -08:00
driver.c reentry assert 2009-09-29 14:23:42 +00:00
dummy.c Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
ep93xx.c Finish transforming 'u32' to 'uint32_t'. 2009-06-18 07:11:11 +00:00
ft2232.c Improve jtag command argument parsing. 2009-11-05 18:03:18 -08:00
gw16012.c Improve jtag command argument parsing. 2009-11-05 18:03:18 -08:00
interface.c jtag: clean up TAP state name handling 2009-10-23 01:02:22 -07:00
interface.h SVF: clean up, mostly for TAP state name handling 2009-10-23 01:00:32 -07:00
interfaces.c Fix @file documentation blocks in new interfaces source files. 2009-06-30 05:33:57 +00:00
interfaces.h Fix @file documentation blocks in new interfaces source files. 2009-06-30 05:33:57 +00:00
jlink.c Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
jtag.h finish removing deprecated/obsolete commands 2009-11-09 13:16:32 -08:00
minidriver.h src/jtag: remove 'extern' and wrap headers. 2009-11-09 09:44:33 -08:00
parport.c Improve jtag command argument parsing. 2009-11-05 18:03:18 -08:00
presto.c Simple warning fix 2009-07-11 02:01:22 +00:00
tcl.c finish removing deprecated/obsolete commands 2009-11-09 13:16:32 -08:00
usbprog.c Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks 2009-08-24 07:53:46 +00:00
vsllink.c Fix vsllink bulk out endpoint parsing. 2009-11-07 13:36:47 -08:00