summaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-171-0/+8
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-111-0/+12
* - Fix bug-in-waiting when adding more than one TAP event typeoharboe2009-09-091-4/+10
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+18
* Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak2009-08-181-1/+34
* David Brownell <david-b@pacbell.net>:ntfreak2009-08-071-0/+3
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* fix return value for "reset" and "runtest" command. Found by code inspection.oharboe2009-07-071-7/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-301-3/+28
* Move JTAG interface list to new files.zwelch2009-06-291-124/+1
* - Replace '){' with ') {'.zwelch2009-06-231-30/+30
* Remove whitespace that occurs before ')'.zwelch2009-06-231-90/+90
* Remove whitespace that occurs after '('.zwelch2009-06-231-112/+112
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-7/+7
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-4/+4