openocd/src/jtag
dbrownell 7c7467b34f Add a new JTAG "setup" event; use for better DaVinci ICEpick support.
The model is that this fires after scanchain verification, when it's
safe to call "jtag tapenable $TAPNAME".  So it will fire as part of
non-error paths of "init" and "reset" command processing.  However it
will *NOT* trigger during "jtag_reset" processing, which skips all
scan chain verification, or after verification errors.

ALSO:
 - switch DaVinci chips to use this new mechanism
 - log TAP activation/deactivation, since their IDCODEs aren't verified
 - unify "enum jtag_event" scripted event notifications
 - remove duplicative JTAG_TAP_EVENT_POST_RESET


git-svn-id: svn://svn.berlios.de/openocd/trunk@2800 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-10-05 08:20:28 +00:00
..
minidummy Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
rlink Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
zy1000 remove unused externs 2009-09-18 07:09:44 +00:00
amt_jtagaccel.c Ferdinand Postema <ferdinand@postema.eu> fix cygwin warnings 2009-07-23 07:04:21 +00: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 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
bitq.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00
bitq.h Finish JTAG header file modularization; command factoring follows. 2009-06-03 06:29:09 +00:00
commands.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00
commands.h - Fixes '=' whitespace 2009-06-23 22:42:54 +00:00
core.c Add a new JTAG "setup" event; use for better DaVinci ICEpick support. 2009-10-05 08:20:28 +00: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 if srst pulls trst, then set state to TAP_RESET. 2009-09-28 12:22:20 +00:00
gw16012.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00
interface.c Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
interface.h Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00: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 Add a new JTAG "setup" event; use for better DaVinci ICEpick support. 2009-10-05 08:20:28 +00:00
Makefile.am Move JTAG interface list to new files. 2009-06-29 00:00:50 +00:00
minidriver.h Remove whitespace at end of lines, step 2. 2009-06-23 22:50:08 +00:00
parport.c Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
presto.c Simple warning fix 2009-07-11 02:01:22 +00:00
tcl.c Add a new JTAG "setup" event; use for better DaVinci ICEpick support. 2009-10-05 08:20:28 +00:00
usbprog.c Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks 2009-08-24 07:53:46 +00:00
vsllink.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00