aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
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-08Finish off the dummy minidriver integration:zwelch
2009-06-07retire endstate commandoharboe
2009-06-07Fix regressions in previous series of cleanp, caused by r2092.zwelch
2009-06-07minidriver build test driver "minidriver"oharboe
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-07Clean up handle_endstate_command():zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Add accessors for jtag_verify; use them in jim command handler.zwelch
2009-06-05Add accessors for reset delays; use them in jim command handlers.zwelch
2009-06-05Add accessors for speed_khz; use them in jim command handler.zwelch
2009-06-04Add jtag_get_flush_queue_count accessor to help future factoring.zwelch
2009-06-04Clean up the JTAG TAP creation handler:zwelch
2009-06-04Clean up the core JTAG TAP APIs:zwelch
2009-06-04Change hasKHz to use bool type.zwelch
2009-06-04Add missing static keywords in JTAG source file.zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04do not modify global end state from jtag_add_xxx()oharboe
2009-06-04use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-04jtag_add_end_state() now returns the value of the global variable and does no...oharboe