aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2008-05-24- swap processing of reset handling. First srst and than trst.mifi
2008-05-24- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_re...mifi
2008-05-24- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG insteadmifi
2008-05-24- jlink jlink_execute_queue returns resultntfreak
2008-05-24- replaced JLINK_xxxx command defines by EMU_CMD_ from themifi
2008-05-22jtag_exexcute_queue() now logs error when it is invoked before 'init' command.oharboe
2008-05-21comment.oharboe
2008-05-19reverted change in 658 and simply removed the busted warning for now.oharboe
2008-05-19Michael Fischer found this bogus warning. Fixed.oharboe
2008-05-14- added jlink support, based on Jürgen Stuber patchntfreak
2008-05-12- restored tabs and formattingntfreak
2008-05-10- corrected rounding in ft2232_khzmifi
2008-05-10- added support for ft2232/jtag_khzmifi
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-04-30Edgar's naming convention fixes.oharboe
2008-04-30Edgar's added support for printing jtag_khzoharboe
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe
2008-04-16fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe
2008-04-13A dummy driver to test codepath w/no contact w/target.oharboe
2008-04-13- Set up ICE registers after TRSToharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-09back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe
2008-04-09Don Porges fixed c99 issues.oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-08use jtag.c's cur/end_state global variables.oharboe
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe
2008-04-08The endstate now reports the endstate of the queue instead ofoharboe
2008-04-04added query of reset speedoharboe
2008-04-01- fixes for jtag_khz committed.oharboe
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe
2008-03-31make jtag_add_statemove() internal to the driver.oharboe
2008-03-26TAP_SD/SI are now forbidden end states.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-22- changed jtag_add_reset errors to warningsntfreak
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath
2008-03-13clarified jtag_khz command.oharboe
2008-03-13added jtag_khz for use with target libraryoharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-13marked infinite loop in code w/TODO and fixed warning.oharboe
2008-03-12Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe
2008-03-12The bitbang driver leaves the TCK 0 when in idleoharboe
2008-03-12This moves common code into functions so as to make it clear oharboe
2008-03-11reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe
2008-03-11- retired unused jtag events. The code was incorrectoharboe
2008-03-11JTAG_END_STATE is now retired. It is no longer queued.oharboe
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe
2008-03-10backed out changes from 483.oharboe
2008-03-10Pavel Chromy: the attached patch refines PRESTO support and makes it work wit...oharboe
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe
2008-03-07Michael Bruck: fixed warningsoharboe