summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-143-1/+860
* - restored tabs and formattingntfreak2008-05-122-113/+101
* - corrected rounding in ft2232_khzmifi2008-05-101-3/+4
* - added support for ft2232/jtag_khzmifi2008-05-101-0/+48
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-072-6/+6
* Edgar's naming convention fixes.oharboe2008-04-302-7/+12
* Edgar's added support for printing jtag_khzoharboe2008-04-302-26/+46
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-233-5/+0
* fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe2008-04-161-2/+2
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-133-2/+120
* - Set up ICE registers after TRSToharboe2008-04-131-3/+7
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-112-4/+13
* back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe2008-04-091-9/+0
* Don Porges fixed c99 issues.oharboe2008-04-097-28/+32
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-092-2/+77
* use jtag.c's cur/end_state global variables.oharboe2008-04-081-3/+0
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-082-20/+20
* The endstate now reports the endstate of the queue instead ofoharboe2008-04-082-1/+8
* added query of reset speedoharboe2008-04-041-13/+18
* - fixes for jtag_khz committed.oharboe2008-04-012-25/+45
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-314-40/+65
* make jtag_add_statemove() internal to the driver.oharboe2008-03-312-56/+42
* TAP_SD/SI are now forbidden end states.oharboe2008-03-263-81/+57
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-2511-325/+320
* - changed jtag_add_reset errors to warningsntfreak2008-03-221-2/+2
* - 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