summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* comment about slow RTCKoharboe2008-08-271-1/+7
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* comment.oharboe2008-05-211-0/+3
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-4/+4
* Edgar's naming convention fixes.oharboe2008-04-301-1/+1
* Edgar's added support for printing jtag_khzoharboe2008-04-301-0/+3
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-0/+4
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-1/+9
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-081-4/+4
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-311-5/+24
* make jtag_add_statemove() internal to the driver.oharboe2008-03-311-23/+33
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-11/+10
* clarified jtag_khz command.oharboe2008-03-131-1/+2
* added jtag_khz for use with target libraryoharboe2008-03-131-0/+2
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-0/+1
* - retired unused jtag events. The code was incorrectoharboe2008-03-111-4/+1
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-111-10/+18
* comment.oharboe2008-03-061-1/+4
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-051-0/+6
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-051-15/+38
* fix gaffe.oharboe2008-02-281-1/+0
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-281-0/+30
* Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe2008-02-261-1/+3
* - jtag minidriver work in progressoharboe2008-02-261-2/+17
* Fix from Pavel Chromy.oharboe2008-02-251-323/+322
* From Michael Bruckoharboe2008-02-251-327/+327
* - concretize JTAG state transition rules (previously implied behaviour is now...drath2008-02-241-3/+16
* sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe2008-02-241-2/+31
* - added patch to change pathmove handlingmifi2008-02-101-4/+0
* - added patch "remove error handler as planned"mifi2008-01-201-7/+8
* - added gdb flash fixes patch mifi2008-01-071-5/+7
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+1
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+1
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-0/+3
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-4/+11
* - disabled excessive debug output in jtag.hdrath2007-04-111-1/+1
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-1/+1
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-1/+1
* - merged several changes from XScaledrath2007-01-311-1/+3
* - disabled JTAG debug outputdrath2007-01-251-1/+1
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-1/+1
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-1/+1
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-2/+2
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-111-0/+1
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-0/+3
* - added "version" command (patch from John Hartman, thanks)drath2006-06-251-1/+1
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-231-1/+1
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+270