aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-11-24ft2232: use register_commands()Zachary T Welch
2009-11-24at91rm9200: use register_commands()Zachary T Welch
2009-11-24arm-jtag-ew: use register_commands()Zachary T Welch
2009-11-24amt_jtagaccel: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24improve startup tcl scriptsZachary T Welch
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch
2009-11-24jlink: remove superfluous indentationZachary T Welch
2009-11-24rlink: use jtag_usb_open helperZachary T Welch
2009-11-24rlink: eliminate spurious indentationZachary T Welch
2009-11-24vsllink: rewrite to use jtag_usb_openZachary T Welch
2009-11-24usbprog: use jtag_usb_openZachary T Welch
2009-11-24arm-jtag-ew: use jtag_usb_openZachary T Welch
2009-11-24add jtag/usb_common.[ch] filesZachary T Welch
2009-11-22zy1000: fix breakage in command parsing code for power commandØyvind Harboe
2009-11-21jtag: remove useless forward declarationsZachary T Welch
2009-11-21allow jtag interfaces to lack commandsZachary T Welch
2009-11-18fix zy1000 command handlerZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-18split startup.tcl file across modulesZachary 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-17jtag_registers: Avalon bridge flushing tweaksØyvind Harboe
2009-11-17zy1000: add version command to print FPGA version and timestampsØyvind Harboe
2009-11-17zy1000: fix bug when running on non-arm CPUØyvind Harboe
2009-11-17zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe
2009-11-16JTAG: fix autoprobe failure.David Brownell
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16cleanup jtag minidriversZachary T Welch
2009-11-15arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch
2009-11-15rlink: fix overzealous sedZachary T Welch
2009-11-14compile with cygwin (32-bit)Ferdinand Postema
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13remove rlink structure typedefsZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch
2009-11-13reset_command_t -> struct reset_commandZachary T Welch
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch