summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* gw16012: use register_commands()Zachary T Welch2009-11-241-5/+12
* ft2232: use register_commands()Zachary T Welch2009-11-241-18/+41
* at91rm9200: use register_commands()Zachary T Welch2009-11-241-3/+10
* arm-jtag-ew: use register_commands()Zachary T Welch2009-11-241-4/+11
* amt_jtagaccel: use register_commands()Zachary T Welch2009-11-241-8/+19
* use COMMAND_REGISTER macroZachary T Welch2009-11-2411-40/+40
* improve startup tcl scriptsZachary T Welch2009-11-241-0/+15
* jlink: rewrite to use jtag_usb_openZachary T Welch2009-11-241-61/+15
* jlink: remove superfluous indentationZachary T Welch2009-11-241-52/+55
* rlink: use jtag_usb_open helperZachary T Welch2009-11-241-82/+49
* rlink: eliminate spurious indentationZachary T Welch2009-11-241-55/+54
* vsllink: rewrite to use jtag_usb_openZachary T Welch2009-11-241-54/+30
* usbprog: use jtag_usb_openZachary T Welch2009-11-241-30/+13
* arm-jtag-ew: use jtag_usb_openZachary T Welch2009-11-241-36/+17
* add jtag/usb_common.[ch] filesZachary T Welch2009-11-243-1/+97
* zy1000: fix breakage in command parsing code for power commandØyvind Harboe2009-11-221-1/+1
* jtag: remove useless forward declarationsZachary T Welch2009-11-215-140/+76
* allow jtag interfaces to lack commandsZachary T Welch2009-11-211-2/+5
* fix zy1000 command handlerZachary T Welch2009-11-181-13/+11
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-12/+6
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-182-17/+5
* split startup.tcl file across modulesZachary T Welch2009-11-182-0/+43
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-175-28/+28
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-179-76/+76
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-179-56/+56
* jtag_registers: Avalon bridge flushing tweaksØyvind Harboe2009-11-171-1/+12
* zy1000: add version command to print FPGA version and timestampsØyvind Harboe2009-11-171-2/+29
* zy1000: fix bug when running on non-arm CPUØyvind Harboe2009-11-171-1/+8
* zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe2009-11-171-5/+5
* JTAG: fix autoprobe failure.David Brownell2009-11-161-2/+10
* JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell2009-11-161-1/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-163-11/+3
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-164-11/+9
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-166-17/+17
* cleanup jtag minidriversZachary T Welch2009-11-162-31/+0
* arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch2009-11-152-29/+23
* rlink: fix overzealous sedZachary T Welch2009-11-151-5/+5
* compile with cygwin (32-bit)Ferdinand Postema2009-11-141-2/+2
* command_t -> struct commandZachary T Welch2009-11-133-6/+6
* command_context_t -> struct command_contextZachary T Welch2009-11-1318-44/+44
* remove rlink structure typedefsZachary T Welch2009-11-133-19/+17
* target_t -> struct targetZachary T Welch2009-11-132-6/+6
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-1312-51/+50
* jtag_command_container_t -> union jtag_command_containerZachary T Welch2009-11-131-5/+4
* sleep_command_t -> struct sleep_commandZachary T Welch2009-11-132-5/+4
* end_state_command_t -> struct end_state_commandZachary T Welch2009-11-131-4/+3
* reset_command_t -> struct reset_commandZachary T Welch2009-11-132-5/+4
* stableclocks_command_t -> struct stableclocks_commandZachary T Welch2009-11-132-5/+4
* runtest_command_t -> struct runtest_commandZachary T Welch2009-11-132-5/+4
* pathmove_command_t -> struct pathmove_commandZachary T Welch2009-11-137-11/+10