aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Remove superfluous extern for non-existant global variable.zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch
2009-06-09Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch
2009-06-09Split main jtag.c file into two layers:zwelch
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch
2009-06-09Move Doxygen documentation for IR/DR scan routines to header file.zwelch
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch
2009-06-09Remove non-existant jtag_tap_by_position API declaration.zwelch
2009-06-09Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch
2009-06-09Cleanup jtag_tap_by_abs_position:zwelch
2009-06-09Simplify jtag_tap_by_jim_object:zwelch
2009-06-09Simplify and fix bug in jtag_tap_by_string:zwelch
2009-06-09Allow jtag_tap_add to be called from other JTAG code modules.zwelch
2009-06-09Cleanup jtag_tap_count_enabled.zwelch
2009-06-09Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch
2009-06-09Reduce scope or eliminate temporary variables in jtag_add_statemove:zwelch
2009-06-09Move documentation in jtag_add_statemove body to Doxygen block.zwelch
2009-06-08update zy1000 to latest minidriver workoharboe
2009-06-08Factor interface list to its own command:zwelch
2009-06-08Cleanup and simplify handle_interface_command:zwelch
2009-06-08Simplify jtag_add_sleep:zwelch
2009-06-08Simplify jtag_add_reset:zwelch
2009-06-08Simplify jtag_add_clocks:zwelch
2009-06-08Simplify jtag_add_runtest:zwelch
2009-06-08Simplify jtag_add_pathmove:zwelch
2009-06-08Simplify jtag_add_tlr:zwelch
2009-06-08Simplify jtag_add_plain_dr_scan:zwelch
2009-06-08Simplify jtag_add_dr_scan:zwelch
2009-06-08Simplify jtag_add_plain_ir_scan:zwelch
2009-06-08Simplify jtag_add_ir_scan_noverify:zwelch
2009-06-08Simplify jtag_execute_queue:zwelch
2009-06-08Simplify jtag_execute_queue_noclear:zwelch
2009-06-08Cleanup handle_runtest_command:zwelch
2009-06-08Clean up handle_jtag_reset_command:zwelch
2009-06-08Extend handle_jtag_n{s,t}rst_delay_command routines:zwelch
2009-06-08Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch
2009-06-08Update JTAG reset delay command handlers:zwelch
2009-06-08Cleanup the handle_jtag_khz_command routine:zwelch
2009-06-08Simplify logic in handle_jtag_speed_command.zwelch
2009-06-08Move minidummy source file, as was supposed to happen in last commit.zwelch
2009-06-08Finish off the dummy minidriver integration:zwelch
2009-06-07retire endstate commandoharboe
2009-06-07Set svn:eol-style properties on new minidummy driver files.zwelch
2009-06-07Fix regressions in previous series of cleanp, caused by r2092.zwelch