summaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-2/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-12/+33
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-5/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-7/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-0/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-6/+21
* Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch2009-06-121-1/+1
* Improve handle_runtest_command:zwelch2009-06-121-1/+6
* Improve handle_irscan_command:zwelch2009-06-121-5/+16
* Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch2009-06-121-5/+23
* added pathmove commandoharboe2009-06-101-0/+44
* Encapsulate the core jtag interface pointer:zwelch2009-06-091-25/+7
* Improve encapsulation of JTAG event handling:zwelch2009-06-091-1/+38
* Properly encapsulate core hasKHZ variable.zwelch2009-06-091-6/+1
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-091-12/+8
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-2/+4
* Add get and set accessors for jtag_speed:zwelch2009-06-091-9/+6
* Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2009-06-091-0/+2
* Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch2009-06-091-2/+1
* Split main jtag.c file into two layers:zwelch2009-06-091-0/+1374