aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+10
2010-03-08jtag: retire tap fieldØyvind Harboe1-5/+3
2010-01-18commands: allow scan_chain command to be executed during configØyvind Harboe1-1/+1
2010-01-11target: return JIM_OK instead of ERROR_OKØyvind Harboe1-1/+1
2010-01-09jtag/tcl help/usage fixupsDavid Brownell1-74/+115
2009-12-16JTAG: shrink "scan_chain" outputDavid Brownell1-8/+8
2009-12-14jtag: add '-ignore-version' optionDavid Brownell1-4/+24
2009-12-04separate Jim from jtag/core.cZachary T Welch1-0/+11
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch1-1/+1
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch1-0/+23
2009-11-30jtag: avoid using interp global variableZachary T Welch1-3/+5
2009-11-28split jim_newtap_cmd into piecesZachary T Welch1-70/+94
2009-11-28improve jtag_tap_configureZachary T Welch1-77/+88
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch1-23/+30
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch1-227/+236
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch1-180/+212
2009-11-25use ARRAY_SIZE macroZachary T Welch1-1/+1
2009-11-24add jim_handler to command_registrationZachary T Welch1-16/+27
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch1-2/+3
2009-11-24jtag: use register_commands()Zachary T Welch1-67/+119
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-16/+16
2009-11-21allow jtag interfaces to lack commandsZachary T Welch1-2/+5
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-12/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-21/+21
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-47/+47
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-30/+30
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13use struct jtag_tap_event_actionZachary T Welch1-2/+2
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-12/+12
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-1/+1
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-24/+16
2009-11-11fix 'jtag interface' behaviorZachary T Welch1-1/+2
2009-11-09jtag: remove useless declarationsZachary T Welch1-95/+103
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-90/+0
2009-11-05Improve jtag command argument parsing.Zachary T Welch1-25/+15
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell1-7/+2
2009-10-23jtag: clean up TAP state name handlingDavid Brownell1-18/+9
2009-10-07Updates for "reset_config":dbrownell1-13/+94
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-0/+13
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell1-8/+10
2009-09-29added t/nsrst_assert_width commandsoharboe1-0/+40
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell1-12/+22
2009-09-20Debug message updates:dbrownell1-14/+1
2009-09-20Minor regression bugfix for the jtag_tap_handle_event() casedbrownell1-3/+7
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell1-2/+0
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe1-0/+8