summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* Uwe Hermann: oharboe2008-02-291-10/+15
* fix gaffe.oharboe2008-02-281-1/+0
* fix from Pavel Chromy oharboe2008-02-281-1/+0
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-282-0/+67
* - fix line-endingsdrath2008-02-283-1646/+1646
* Uwe Hermann fixed some warnings.oharboe2008-02-283-1647/+1646
* - fix typo in ep93xx jtag driver to allow OpenOCD compilation on ARM (thanks ...drath2008-02-271-1/+1
* - fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath2008-02-271-2/+4
* 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-262-66/+100
* - jtag minidriver work in progressoharboe2008-02-262-64/+133
* - remove build warningsntfreak2008-02-251-1/+1
* - convert all files to unix line-endingdrath2008-02-255-5264/+5264
* formatting.oharboe2008-02-251-1841/+1841
* Pavel Chromy style fixes.oharboe2008-02-252-1048/+1047
* Fix from Pavel Chromy.oharboe2008-02-252-2156/+2159
* From Michael Bruckoharboe2008-02-252-2145/+2146
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-27/+26
* - 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-242-11/+31
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-242-2376/+2376
* - fix broken JTAG error handlingntfreak2008-02-181-1/+3
* - removed "starting point" for ngw100, will add it again if it is workingmifi2008-02-112-35/+1
* - added starting point for development on a ngw100 eval boardmifi2008-02-102-1/+35
* - added patch to change pathmove handlingmifi2008-02-1010-63/+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-203-53/+21
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-111-24/+24
* - added gdb flash fixes patch mifi2008-01-073-143/+123
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-296/+302
* - added patch for new flash functionality like:mifi2007-12-183-5/+37
* - Fixing two compiler warningsmifi2007-12-101-9/+14
* - added patch to display device information as INFO toomifi2007-12-091-1/+1
* - added support for Hitex STM32 Performance Stickntfreak2007-11-231-0/+79
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - added ft2232_latency commandmlu2007-09-101-2/+21
* Patch by Michael Schwingen thatdrath2007-09-055-36/+69
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-252-191/+232
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-0/+2
* - corrected automake scriptdrath2007-08-141-1/+2
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-143-141/+370
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-109-220/+215
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-27/+50
* - restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath2007-07-263-9/+15
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-255-250/+260
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-157-2/+1612
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-213-12/+32