summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* Laurentiu Cocanu - more help textoharboe2008-10-221-1/+1
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-2/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-10/+1
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-2/+72
* continue execution even if chain can't be validated. This will, hopefully, gi...oharboe2008-08-201-10/+2
* DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe2008-08-191-12/+10
* fix warning.oharboe2008-08-131-1/+0
* fix output from jtag_khz when only jtag_speed has been invokedoharboe2008-08-111-2/+11
* fix error messageoharboe2008-08-111-1/+1
* - fix target_examine declarationntfreak2008-08-061-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-3/+3
* TAP_TLR won't work in a pathmove sequence. OpenOCD shouldn't and doesn't need...oharboe2008-08-041-0/+5
* warning output upon connection problems.oharboe2008-07-301-2/+6
* more jtag_examine() checks. catch errors during first 640 bits.oharboe2008-07-291-1/+20
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()oharboe2008-07-241-1/+1
* - fix typo in jtag_add_end_statentfreak2008-07-231-1/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-49/+35
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-10/+1
* keep_alive() fix for reset warnings.oharboe2008-07-181-0/+1
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-4/+1
* 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