aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)Author
2009-12-04separate Jim from jtag/core.cZachary T Welch
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch
2009-11-30jtag: avoid using interp global variableZachary T Welch
2009-11-28split jim_newtap_cmd into piecesZachary T Welch
2009-11-28improve jtag_tap_configureZachary T Welch
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch
2009-11-24jtag: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-21allow jtag interfaces to lack commandsZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13use struct jtag_tap_event_actionZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11fix 'jtag interface' behaviorZachary T Welch
2009-11-09jtag: remove useless declarationsZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell
2009-09-20Debug message updates:dbrownell
2009-09-20Minor regression bugfix for the jtag_tap_handle_event() casedbrownell
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe
2009-09-09- Fix bug-in-waiting when adding more than one TAP event typeoharboe
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-08-07David Brownell <david-b@pacbell.net>:ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-07fix return value for "reset" and "runtest" command. Found by code inspection.oharboe