aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+7
2008-12-13- remove target specific variant and use target->variant memberntfreak1-27/+13
2008-12-13Add JTAG tap events for enable/disablekc8apf1-1/+23
2008-12-13Clean up references to old tap_state nameskc8apf1-2/+2
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-19/+14
2008-12-12Allow -expected-id to be specified multiple times when creating a jtag tapkc8apf1-1/+2
2008-12-01update zy1000 to svn head jtag apioharboe1-1/+21
2008-11-30jtag newtap change & huge manual updateduane1-11/+30
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe1-64/+85
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-08-27comment about slow RTCKoharboe1-1/+7
2008-08-05Duane Ellis: fix warningsoharboe1-2/+2
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-05-21comment.oharboe1-0/+3
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-4/+4
2008-04-30Edgar's naming convention fixes.oharboe1-1/+1
2008-04-30Edgar's added support for printing jtag_khzoharboe1-0/+3
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-0/+4
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe1-1/+9
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe1-4/+4
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe1-5/+24
2008-03-31make jtag_add_statemove() internal to the driver.oharboe1-23/+33
2008-03-26TAP_SD/SI are now forbidden end states.oharboe1-11/+10
2008-03-13clarified jtag_khz command.oharboe1-1/+2
2008-03-13added jtag_khz for use with target libraryoharboe1-0/+2
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe1-0/+1
2008-03-11- retired unused jtag events. The code was incorrectoharboe1-4/+1
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe1-10/+18
2008-03-06comment.oharboe1-1/+4
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe1-0/+6
2008-03-05added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe1-15/+38
2008-02-28fix gaffe.oharboe1-1/+0
2008-02-28jtag_add_shift() fn - minidriver work in progress.oharboe1-0/+30
2008-02-26Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe1-1/+3
2008-02-26- jtag minidriver work in progressoharboe1-2/+17
2008-02-25Fix from Pavel Chromy.oharboe1-323/+322
2008-02-25From Michael Bruckoharboe1-327/+327
2008-02-24- concretize JTAG state transition rules (previously implied behaviour is now...drath1-3/+16
2008-02-24sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe1-2/+31
2008-02-10- added patch to change pathmove handlingmifi1-4/+0
2008-01-20- added patch "remove error handler as planned"mifi1-7/+8
2008-01-07- added gdb flash fixes patch mifi1-5/+7
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath1-1/+1
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-1/+1
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath1-0/+3
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-4/+11
2007-04-11- disabled excessive debug output in jtag.hdrath1-1/+1
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-1/+1
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-1/+1
2007-01-31- merged several changes from XScaledrath1-1/+3