aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
2008-10-22Laurentiu Cocanu - more help textoharboe
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe
2008-08-20continue execution even if chain can't be validated. This will, hopefully, gi...oharboe
2008-08-19DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe
2008-08-13fix warning.oharboe
2008-08-11fix output from jtag_khz when only jtag_speed has been invokedoharboe
2008-08-11fix error messageoharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-08-04TAP_TLR won't work in a pathmove sequence. OpenOCD shouldn't and doesn't need...oharboe
2008-07-30warning output upon connection problems.oharboe
2008-07-29more jtag_examine() checks. catch errors during first 640 bits.oharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()oharboe
2008-07-23- fix typo in jtag_add_end_statentfreak
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-18- fix incorrectly registered function openocd_array2memntfreak
2008-07-18keep_alive() fix for reset warnings.oharboe
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe
2008-07-11Charles Hardin ckhardin at gmail.com oharboe
2008-07-11- retired variable stuff. oharboe
2008-06-18Pavel Chromy:oharboe
2008-06-04Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe
2008-05-22jtag_exexcute_queue() now logs error when it is invoked before 'init' command.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-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-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-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-13clarified jtag_khz command.oharboe
2008-03-13added jtag_khz for use with target libraryoharboe