aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
2008-03-12This moves common code into functions so as to make it clear oharboe
2008-03-11- retired unused jtag events. The code was incorrectoharboe
2008-03-11JTAG_END_STATE is now retired. It is no longer queued.oharboe
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe
2008-03-10backed out changes from 483.oharboe
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe
2008-03-07Michael Bruck: fixed warningsoharboe
2008-03-06make debug code w.r.t. incorrect args for bypass stricter.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-03-01wip. fixed gaffe in jtag_add_shift()oharboe
2008-03-01error handling fix.oharboe
2008-02-28fix from Pavel Chromy oharboe
2008-02-28jtag_add_shift() fn - minidriver work in progress.oharboe
2008-02-26fix naming conflict under Windows.oharboe
2008-02-26oopss.. another jtag minidriver reset gaffe.oharboe
2008-02-26jtag_add_reset() minidriver gaffe fixed.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-25- remove build warningsntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25formatting.oharboe
2008-02-25Fix from Pavel Chromy.oharboe
2008-02-25From Michael Bruckoharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-24sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe
2008-02-18- fix broken JTAG error handlingntfreak
2008-02-10- added patch to change pathmove handlingmifi
2008-02-04Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak
2008-01-22- added patch to fix brocken STR9 linemifi
2008-01-20- added patch "remove error handler as planned"mifi
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak
2008-01-07- added gdb flash fixes patch mifi
2007-12-18- added patch for new flash functionality like:mifi
2007-12-10- Fixing two compiler warningsmifi
2007-12-09- added patch to display device information as INFO toomifi
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
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-05-29- split fileio handling into fileio part and image handlingdrath
2007-05-05- further work on ETB decoding (not yet functional)drath
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
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-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath