aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2008-02-24- concretize JTAG state transition rules (previously implied behaviour is now...drath1-3/+16
2008-02-24sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe2-11/+31
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2-2376/+2376
2008-02-18- fix broken JTAG error handlingntfreak1-1/+3
2008-02-11- removed "starting point" for ngw100, will add it again if it is workingmifi2-35/+1
2008-02-10- added starting point for development on a ngw100 eval boardmifi2-1/+35
2008-02-10- added patch to change pathmove handlingmifi10-63/+11
2008-02-04Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak1-2/+3
2008-01-22- added patch to fix brocken STR9 linemifi1-10/+15
2008-01-20- added patch "remove error handler as planned"mifi3-53/+21
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak1-24/+24
2008-01-07- added gdb flash fixes patch mifi3-143/+123
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak1-296/+302
2007-12-18- added patch for new flash functionality like:mifi3-5/+37
2007-12-10- Fixing two compiler warningsmifi1-9/+14
2007-12-09- added patch to display device information as INFO toomifi1-1/+1
2007-11-23- added support for Hitex STM32 Performance Stickntfreak1-0/+79
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-1/+1
2007-09-10- added ft2232_latency commandmlu1-2/+21
2007-09-05Patch by Michael Schwingen thatdrath5-36/+69
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2-191/+232
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath1-0/+2
2007-08-14- corrected automake scriptdrath1-1/+2
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath3-141/+370
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath9-220/+215
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath1-27/+50
2007-07-26- restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath3-9/+15
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath5-250/+260
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath7-2/+1612
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath3-12/+32
2007-05-29- split fileio handling into fileio part and image handlingdrath1-0/+1
2007-05-10-- corrected embedded ice definitionsntfreak1-1/+1
2007-05-05- further work on ETB decoding (not yet functional)drath1-1/+2
2007-04-28- added support for Hitex comstick.ntfreak1-7/+81
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath6-79/+179
2007-04-16- allow multiple USB vendor and product ids when searching for connected FT22...drath1-62/+145
2007-04-11- disabled excessive debug output in jtag.hdrath1-1/+1
2007-03-30- added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath1-0/+84
2007-03-28- merged XScale branch back into trunkdrath3-3/+3
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath4-15/+15
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath4-11/+33
2007-02-20- fixed libftdi initializationdrath1-6/+8
2007-01-31- merged several changes from XScaledrath4-7/+84
2007-01-25- disabled JTAG debug outputdrath1-1/+1
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2-3/+95
2007-01-18- added support for ST flashlink cablentfreak1-0/+1
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath4-12/+21
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath4-34/+807
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath1-1/+3
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath1-8/+19