summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* Charles Hardin ckhardin at gmail.com oharboe2008-07-111-27/+45
* - retired variable stuff. oharboe2008-07-111-38/+54
* Pavel Chromy:oharboe2008-06-181-7/+7
* Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe2008-06-041-1/+1
* jtag_exexcute_queue() now logs error when it is invoked before 'init' command.oharboe2008-05-221-1/+7
* reverted change in 658 and simply removed the busted warning for now.oharboe2008-05-191-2/+4
* Michael Fischer found this bogus warning. Fixed.oharboe2008-05-191-4/+2
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-141-0/+7
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-2/+2
* Edgar's naming convention fixes.oharboe2008-04-301-6/+11
* Edgar's added support for printing jtag_khzoharboe2008-04-301-26/+43
* 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-131-1/+8
* - 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-111-4/+9
* back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe2008-04-091-9/+0
* Don Porges fixed c99 issues.oharboe2008-04-091-9/+31
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-1/+68
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-081-16/+16
* The endstate now reports the endstate of the queue instead ofoharboe2008-04-081-1/+6
* added query of reset speedoharboe2008-04-041-13/+18
* - fixes for jtag_khz committed.oharboe2008-04-011-24/+44
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-311-28/+36
* make jtag_add_statemove() internal to the driver.oharboe2008-03-311-33/+9
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-16/+15
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-45/+45
* - changed jtag_add_reset errors to warningsntfreak2008-03-221-2/+2
* clarified jtag_khz command.oharboe2008-03-131-1/+1
* added jtag_khz for use with target libraryoharboe2008-03-131-0/+50
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-11/+14
* This moves common code into functions so as to make it clear oharboe2008-03-121-87/+23
* - retired unused jtag events. The code was incorrectoharboe2008-03-111-28/+7
* 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-111-70/+74
* backed out changes from 483.oharboe2008-03-101-93/+14
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-101-17/+95
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+1
* 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-051-1/+18
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-051-49/+96
* wip. fixed gaffe in jtag_add_shift()oharboe2008-03-011-1/+1
* error handling fix.oharboe2008-03-011-5/+4
* fix from Pavel Chromy oharboe2008-02-281-1/+0
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-281-0/+37
* 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-261-65/+97
* - jtag minidriver work in progressoharboe2008-02-261-62/+116
* - remove build warningsntfreak2008-02-251-1/+1