aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
2009-01-14arm11 wipoharboe
2009-01-13- added mips software breakpoint supportntfreak
2009-01-09allow issuing reset_config on the fly. Faster turnaround times in testing.oharboe
2009-01-09fixed warnings + added zy1000 jtag_add_clocks support.oharboe
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe
2008-12-27Quoteify the FT2232 description list, and a missed fix from Dirk Behme about ...duane
2008-12-27Added dongle VSLLINK - from Simon Qianduane
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe
2008-12-19- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Add JTAG tap events for enable/disablekc8apf
2008-12-13Clean up references to old tap_state nameskc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-12-12Allow -expected-id to be specified multiple times when creating a jtag tapkc8apf
2008-12-04Fix for Hiroshi Ito discovery of mis-aligned memory allocationduane
2008-12-01update zy1000 to svn head jtag apioharboe
2008-11-30jtag newtap change & huge manual updateduane
2008-11-20- fox small typo in handle_irscan_commandntfreak
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-11-05926ejs target uses rclk. Cleaned up jtag_khz output a bit.oharboe
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe
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