aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
2009-04-23unbreak zy1000 oharboe
2009-04-22Zach Welch <zw@superlucidity.net> reorder enum tap_stateoharboe
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe
2009-04-18The following patches was applied:mifi
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2009-02-09- fix native win32 build issuesntfreak
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Add JTAG tap events for enable/disablekc8apf
2008-12-13Clean up references to old tap_state nameskc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-12-12Allow -expected-id to be specified multiple times when creating a jtag tapkc8apf
2008-12-01update zy1000 to svn head jtag apioharboe
2008-11-30jtag newtap change & huge manual updateduane
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-27comment about slow RTCKoharboe
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-21comment.oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-04-30Edgar's naming convention fixes.oharboe
2008-04-30Edgar's added support for printing jtag_khzoharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe
2008-03-31make jtag_add_statemove() internal to the driver.oharboe
2008-03-26TAP_SD/SI are now forbidden end states.oharboe
2008-03-13clarified jtag_khz command.oharboe
2008-03-13added jtag_khz for use with target libraryoharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-11- retired unused jtag events. The code was incorrectoharboe
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe
2008-03-06comment.oharboe
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe
2008-03-05added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe
2008-02-28fix gaffe.oharboe
2008-02-28jtag_add_shift() fn - minidriver work in progress.oharboe
2008-02-26Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe
2008-02-26- jtag minidriver work in progressoharboe
2008-02-25Fix from Pavel Chromy.oharboe
2008-02-25From Michael Bruckoharboe
2008-02-24- concretize JTAG state transition rules (previously implied behaviour is now...drath
2008-02-24sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe
2008-02-10- added patch to change pathmove handlingmifi