]> git.sur5r.net Git - openocd/commit
finish removing deprecated/obsolete commands
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 9 Nov 2009 21:16:32 +0000 (13:16 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 9 Nov 2009 21:16:32 +0000 (13:16 -0800)
commitd70d9634bf6ab73ec4f2ac1e77012785770b460a
treee2cfbb23ab2a145dbd465832415de867904c247f
parent9253ce9baea6f7b5ef3fc53b4bc0cfbff48194f4
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>
13 files changed:
doc/openocd.texi
src/jtag/core.c
src/jtag/jtag.h
src/jtag/tcl.c
src/target/arm7_9_common.c
src/target/arm7_9_common.h
src/target/target.c
tcl/board/topas910.cfg
tcl/board/topasa900.cfg
tcl/interface/calao-usb-a9260.cfg
tcl/interface/openocd-usb.cfg
tcl/interface/parport.cfg
tcl/interface/parport_dlc5.cfg