63 Commits (ab9dfffdb5ecc2033d5d19c6e51c8b4fa10c9c9b)

Author SHA1 Message Date
  kc8apf ab9dfffdb5 - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> 15 years ago
  kc8apf d5209daeb1 xvsf player fixes by Dick Hollenbeck <dick@softplc.com> 15 years ago
  oharboe 9324e6280e Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements those in the bitbang and ft2232.c. nearly a full rewrite of the xsvf.c. improved some messaging only affected by _DEBUG_JTAG_IO_ 15 years ago
  oharboe 3805e53fd8 Dick Hollenbeck <dick@softplc.com> better logging 15 years ago
  kc8apf 508ed7a7c6 - Update tap_state_strings to correspond to SVF state names 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  kc8apf 846a2589a4 Add JTAG tap events for enable/disable 15 years ago
  kc8apf bcde5b3830 Clean up references to old tap_state names 15 years ago
  kc8apf c45de8073d Change tap_state naming to be consistent with SVF documentation. 15 years ago
  kc8apf d44c70a4b0 Allow -expected-id to be specified multiple times when creating a jtag tap 15 years ago
  oharboe 1006986ab1 update zy1000 to svn head jtag api 15 years ago
  duane a28eaa85f7 jtag newtap change & huge manual update 15 years ago
  oharboe bbafcb3758 disable continous polling while srst is asserted and power dropout is detected 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe a5cbe5bd85 comment about slow RTCK 15 years ago
  oharboe f370d70670 Duane Ellis: fix warnings 16 years ago
  oharboe 526fe3d83e added yours sincerely for files where I feel that I've made non-trivial contributions. 16 years ago
  oharboe c3b9604658 comment. 16 years ago
  oharboe ee793f0fcb This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD. 16 years ago
  oharboe 95efa83ef5 Edgar's naming convention fixes. 16 years ago
  oharboe 06cdb3ad44 Edgar's added support for printing jtag_khz 16 years ago
  oharboe c4a2fdbc39 Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour. 16 years ago
  oharboe a064722743 - added "init" command. "init" and "reset" at end of startup script is equivalent 16 years ago
  oharboe eabb49b570 Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms(). 16 years ago
  oharboe afe5371bc8 Do not assert trst in srst_only case even if srst_pulls_trst. 16 years ago
  oharboe a3a3426e86 make jtag_add_statemove() internal to the driver. 16 years ago
  oharboe 4411c2643e TAP_SD/SI are now forbidden end states. 16 years ago
  oharboe 587dd1c392 clarified jtag_khz command. 16 years ago
  oharboe 9bf081192f added jtag_khz for use with target library 16 years ago
  oharboe 7de7bc80fc - adds two speeds to jtag_speed. reset and post reset speed. Default 16 years ago
  oharboe 1812a3535c - retired unused jtag events. The code was incorrect 16 years ago
  oharboe 9a9cc91bcb - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() to 16 years ago
  oharboe 6be6ba7151 comment. 16 years ago
  oharboe 01a5d87d5f - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_add_dr_out() codepath 16 years ago
  oharboe 9b25f5eba2 added jtag_add_dr_out(). Better for hw fifo, same for software fifo. 16 years ago
  oharboe 5f159928b1 fix gaffe. 16 years ago
  oharboe 7cdb05b7d6 jtag_add_shift() fn - minidriver work in progress. 16 years ago
  oharboe 4c7891eceb Next step in the JTAG minidriver. This should be fairly close to the final thing, but 16 years ago
  oharboe 11fa148944 - jtag minidriver work in progress 16 years ago
  oharboe 81184adfb0 Fix from Pavel Chromy. 16 years ago
  oharboe 687a9553c9 From Michael Bruck 16 years ago
  drath db4fe03613 - concretize JTAG state transition rules (previously implied behaviour is now documented) 16 years ago
  oharboe 3fe23f94fb sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_queue() which is inheritely incompatible with a hw fifo concept. 16 years ago
  mifi 8f6d142b95 - added patch to change pathmove handling 16 years ago
  mifi 167ce32a7c - added patch "remove error handler as planned" 16 years ago
  mifi 2e01a1ad19 - added gdb flash fixes patch 16 years ago
  drath 290e01c62a - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 17 years ago
  drath 1429d2c659 - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 17 years ago
  drath ffb51c23fd - added support for Intel/Marvel PXA27x (XScale) targets 17 years ago
  drath 22bc5194ae - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 17 years ago