aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-10A few more usages of TRUE and FALSE to removekc8apf1-2/+2
2009-02-09- fix native win32 build issuesntfreak1-9/+5
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-98/+280
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf1-12/+29
2009-01-14arm11 wipoharboe1-7/+17
2009-01-13- added mips software breakpoint supportntfreak1-3/+4
2009-01-09allow issuing reset_config on the fly. Faster turnaround times in testing.oharboe1-1/+2
2009-01-09fixed warnings + added zy1000 jtag_add_clocks support.oharboe1-1/+1
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe1-18/+45
2008-12-27Quoteify the FT2232 description list, and a missed fix from Dirk Behme about ...duane1-1/+1
2008-12-27Added dongle VSLLINK - from Simon Qianduane1-0/+7
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe1-2/+2
2008-12-19- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf1-0/+7
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-11/+34
2008-12-13- remove target specific variant and use target->variant memberntfreak1-79/+48
2008-12-13Add JTAG tap events for enable/disablekc8apf1-1/+184
2008-12-13Clean up references to old tap_state nameskc8apf1-30/+30
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-37/+37
2008-12-12Allow -expected-id to be specified multiple times when creating a jtag tapkc8apf1-13/+58
2008-12-04Fix for Hiroshi Ito discovery of mis-aligned memory allocationduane1-0/+33
2008-12-01update zy1000 to svn head jtag apioharboe1-51/+32
2008-11-30jtag newtap change & huge manual updateduane1-178/+608
2008-11-20- fox small typo in handle_irscan_commandntfreak1-1/+1
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-2/+11
2008-11-05926ejs target uses rclk. Cleaned up jtag_khz output a bit.oharboe1-1/+7
2008-11-05disable continous polling while srst is asserted and power dropout is detectedoharboe1-184/+216
2008-10-22Laurentiu Cocanu - more help textoharboe1-1/+1
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-2/+5
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-10/+1
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe1-2/+72
2008-08-20continue execution even if chain can't be validated. This will, hopefully, gi...oharboe1-10/+2
2008-08-19DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe1-12/+10
2008-08-13fix warning.oharboe1-1/+0
2008-08-11fix output from jtag_khz when only jtag_speed has been invokedoharboe1-2/+11
2008-08-11fix error messageoharboe1-1/+1
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe1-3/+3
2008-08-04TAP_TLR won't work in a pathmove sequence. OpenOCD shouldn't and doesn't need...oharboe1-0/+5
2008-07-30warning output upon connection problems.oharboe1-2/+6
2008-07-29more jtag_examine() checks. catch errors during first 640 bits.oharboe1-1/+20
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-24allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()oharboe1-1/+1
2008-07-23- fix typo in jtag_add_end_statentfreak1-1/+1
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-49/+35
2008-07-18- fix incorrectly registered function openocd_array2memntfreak1-10/+1
2008-07-18keep_alive() fix for reset warnings.oharboe1-0/+1
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe1-4/+1
2008-07-11Charles Hardin ckhardin at gmail.com oharboe1-27/+45
2008-07-11- retired variable stuff. oharboe1-38/+54
2008-06-18Pavel Chromy:oharboe1-7/+7