summaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
Commit message (Expand)AuthorAgeFilesLines
* split "interface" commands from "jtag" onesDavid Brownell2010-03-111-5/+21
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+10
* jtag: retire tap fieldØyvind Harboe2010-03-081-5/+3
* commands: allow scan_chain command to be executed during configØyvind Harboe2010-01-181-1/+1
* target: return JIM_OK instead of ERROR_OKØyvind Harboe2010-01-111-1/+1
* jtag/tcl help/usage fixupsDavid Brownell2010-01-091-74/+115
* JTAG: shrink "scan_chain" outputDavid Brownell2009-12-161-8/+8
* jtag: add '-ignore-version' optionDavid Brownell2009-12-141-4/+24
* separate Jim from jtag/core.cZachary T Welch2009-12-041-0/+11
* allow 'jtag init' to be run in any modeZachary T Welch2009-12-041-1/+1
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-021-0/+23
* jtag: avoid using interp global variableZachary T Welch2009-11-301-3/+5
* split jim_newtap_cmd into piecesZachary T Welch2009-11-281-70/+94
* improve jtag_tap_configureZachary T Welch2009-11-281-77/+88
* improve jtag_tap_handle_event indentationZachary T Welch2009-11-281-23/+30
* begin moving JTAG jim handlers/helpersZachary T Welch2009-11-281-227/+236
* split jim_jtag_command into multiple handlersZachary T Welch2009-11-281-180/+212
* use ARRAY_SIZE macroZachary T Welch2009-11-251-1/+1
* add jim_handler to command_registrationZachary T Welch2009-11-241-16/+27
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-2/+3
* jtag: use register_commands()Zachary T Welch2009-11-241-67/+119
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-16/+16
* allow jtag interfaces to lack commandsZachary T Welch2009-11-211-2/+5
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-12/+6
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-21/+21
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-47/+47
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-30/+30
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* use struct jtag_tap_event_actionZachary T Welch2009-11-131-2/+2
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-4/+4
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-12/+12
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-24/+16
* fix 'jtag interface' behaviorZachary T Welch2009-11-111-1/+2
* jtag: remove useless declarationsZachary T Welch2009-11-091-95/+103
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-90/+0
* Improve jtag command argument parsing.Zachary T Welch2009-11-051-25/+15
* JTAG: "jtag newtap ..." cleanupDavid Brownell2009-10-261-7/+2
* jtag: clean up TAP state name handlingDavid Brownell2009-10-231-18/+9
* Updates for "reset_config":dbrownell2009-10-071-13/+94
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-061-0/+13
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-051-8/+10
* added t/nsrst_assert_width commandsoharboe2009-09-291-0/+40
* Streamline Capture-IR handling and integrity test.dbrownell2009-09-261-12/+22
* Debug message updates:dbrownell2009-09-201-14/+1
* Minor regression bugfix for the jtag_tap_handle_event() casedbrownell2009-09-201-3/+7
* Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell2009-09-171-2/+0