summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* - fix warnings during configure cause by ecosboard. default to no, if host cp...drath2008-03-171-18/+54
* clarified jtag_khz command.oharboe2008-03-132-2/+3
* added jtag_khz for use with target libraryoharboe2008-03-132-0/+52
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-132-11/+15
* marked infinite loop in code w/TODO and fixed warning.oharboe2008-03-131-1/+1
* Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe2008-03-121-10/+10
* The bitbang driver leaves the TCK 0 when in idleoharboe2008-03-121-0/+8
* This moves common code into functions so as to make it clear oharboe2008-03-121-87/+23
* reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2008-03-111-1/+7
* - retired unused jtag events. The code was incorrectoharboe2008-03-112-32/+8
* 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-112-80/+92
* backed out changes from 483.oharboe2008-03-101-93/+14
* Pavel Chromy: the attached patch refines PRESTO support and makes it work wit...oharboe2008-03-101-105/+123
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-102-18/+96
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+1
* Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.oharboe2008-03-071-45/+73
* tms is never referenced, confusing old code left behind probably.oharboe2008-03-061-10/+0
* comment.oharboe2008-03-061-1/+4
* 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-052-1/+24
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-052-64/+134
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-025-42/+42
* wip. fixed gaffe in jtag_add_shift()oharboe2008-03-011-1/+1
* error handling fix.oharboe2008-03-011-5/+4
* 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