aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
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
2008-01-20- added patch "remove error handler as planned"mifi
2008-01-07- added gdb flash fixes patch mifi
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
2007-04-11- disabled excessive debug output in jtag.hdrath
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath
2007-01-31- merged several changes from XScaledrath
2007-01-25- disabled JTAG debug outputdrath
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath
2006-08-11- added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath
2006-07-30- added configurable delays after reset lines get deasserted. useful if reset...drath
2006-06-25- added "version" command (patch from John Hartman, thanks)drath
2006-06-23- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath