summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
...
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-11/+14
* This moves common code into functions so as to make it clear oharboe2008-03-121-87/+23
* - retired unused jtag events. The code was incorrectoharboe2008-03-111-28/+7
* JTAG_END_STATE is now retired. It is no longer queued.oharboe2008-03-111-22/+10
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-111-70/+74
* backed out changes from 483.oharboe2008-03-101-93/+14
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-101-17/+95
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+1
* make debug code w.r.t. incorrect args for bypass stricter.oharboe2008-03-061-2/+3
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-051-1/+18
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-051-49/+96
* wip. fixed gaffe in jtag_add_shift()oharboe2008-03-011-1/+1
* error handling fix.oharboe2008-03-011-5/+4
* fix from Pavel Chromy oharboe2008-02-281-1/+0
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-281-0/+37
* fix naming conflict under Windows.oharboe2008-02-261-13/+13
* oopss.. another jtag minidriver reset gaffe.oharboe2008-02-261-3/+3
* jtag_add_reset() minidriver gaffe fixed.oharboe2008-02-261-23/+20
* Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe2008-02-261-65/+97
* - jtag minidriver work in progressoharboe2008-02-261-62/+116
* - remove build warningsntfreak2008-02-251-1/+1
* - convert all files to unix line-endingdrath2008-02-251-1841/+1841
* formatting.oharboe2008-02-251-1841/+1841
* Fix from Pavel Chromy.oharboe2008-02-251-1833/+1837
* From Michael Bruckoharboe2008-02-251-1818/+1819
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-27/+26
* sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe2008-02-241-9/+0
* - fix broken JTAG error handlingntfreak2008-02-181-1/+3
* - added patch to change pathmove handlingmifi2008-02-101-45/+11
* Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak2008-02-041-2/+3
* - added patch to fix brocken STR9 linemifi2008-01-221-10/+15
* - added patch "remove error handler as planned"mifi2008-01-201-45/+12
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-111-24/+24
* - added gdb flash fixes patch mifi2008-01-071-116/+114
* - added patch for new flash functionality like:mifi2007-12-181-0/+2
* - Fixing two compiler warningsmifi2007-12-101-9/+14
* - added patch to display device information as INFO toomifi2007-12-091-1/+1
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-2/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-4/+8
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-6/+15
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+14
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-5/+8
* - split fileio handling into fileio part and image handlingdrath2007-05-291-0/+1
* - further work on ETB decoding (not yet functional)drath2007-05-051-1/+2
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-56/+111
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-2/+2
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+6
* - merged several changes from XScaledrath2007-01-311-5/+27
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-2/+94
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-1/+1