summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* 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