riscv-openocd/src/jtag
oharboe dfbb9f3e89 - jtag_khz/speed are now single parameter only. These are used
from pre/post_reset event scripts. Adding the second parameter was
a mistake seen in retrospect. this gives precise control in post_reset
for *when* the post reset speed is set. The pre_reset event was
added *after* the second parameter to jtag_khz/speed
- the target implementations no longer gets involved in the reset mode
scheme. Either they reset a target into a halted mode or not.
target_process_reset()
detects if the reset halt failed or not.
- tcl target event names are now target_N_name.  Mainly internal
at this early stage, but best to get the naming right now.
- added hardcoded reset modes from gdb_server.c. I don't know precisely what
these defaults should be or if it should be made configurable. Perhaps some
hardcoded defaults will do for now and it can be made configurable later.
- bugfix in cortex_m3.c for reset_run_and_xxx?
- issue syntax error upon obsolete argument in target command instead of
printing message that will surely drown in the log

git-svn-id: svn://svn.berlios.de/openocd/trunk@849 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-07-21 15:59:41 +00:00
..
Makefile.am - retired variable stuff. 2008-07-11 12:17:56 +00:00
amt_jtagaccel.c Don Porges fixed c99 issues. 2008-04-09 05:55:23 +00:00
at91rm9200.c - rename log functions to stop conflicts under win32 (wingdi) 2008-03-25 15:45:17 +00:00
bitbang.c found out why str912 reset halt failed. 2008-05-26 12:12:03 +00:00
bitbang.h Patch by Michael Schwingen that 2007-09-05 06:22:37 +00:00
bitq.c Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_trst, as in all other drivers 2008-06-18 13:49:54 +00:00
bitq.h - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
dummy.c A dummy driver to test codepath w/no contact w/target. 2008-04-13 13:21:49 +00:00
ep93xx.c - rename log functions to stop conflicts under win32 (wingdi) 2008-03-25 15:45:17 +00:00
ft2232.c - added check for max. value of jtag_speed in ft2232_khz. 2008-05-26 17:59:26 +00:00
gw16012.c Don Porges fixed c99 issues. 2008-04-09 05:55:23 +00:00
jlink.c - error message cleanup in jlink driver 2008-06-10 17:59:10 +00:00
jtag.c - jtag_khz/speed are now single parameter only. These are used 2008-07-21 15:59:41 +00:00
jtag.h comment. 2008-05-21 16:57:20 +00:00
parport.c - restored tabs and formatting 2008-05-12 09:01:38 +00:00
presto.c Pavel Chromy: 2008-06-18 13:50:04 +00:00
usbprog.c - rename log functions to stop conflicts under win32 (wingdi) 2008-03-25 15:45:17 +00:00