aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch1-61/+15
2009-11-24jlink: remove superfluous indentationZachary T Welch1-52/+55
2009-11-24rlink: use jtag_usb_open helperZachary T Welch1-82/+49
2009-11-24rlink: eliminate spurious indentationZachary T Welch1-55/+54
2009-11-24vsllink: rewrite to use jtag_usb_openZachary T Welch1-54/+30
2009-11-24usbprog: use jtag_usb_openZachary T Welch1-30/+13
2009-11-24arm-jtag-ew: use jtag_usb_openZachary T Welch1-36/+17
2009-11-24add jtag/usb_common.[ch] filesZachary T Welch3-1/+97
2009-11-22zy1000: fix breakage in command parsing code for power commandØyvind Harboe1-1/+1
2009-11-21jtag: remove useless forward declarationsZachary T Welch5-140/+76
2009-11-21allow jtag interfaces to lack commandsZachary T Welch1-2/+5
2009-11-18fix zy1000 command handlerZachary T Welch1-13/+11
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-12/+6
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2-17/+5
2009-11-18split startup.tcl file across modulesZachary T Welch2-0/+43
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch5-28/+28
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch9-76/+76
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch9-56/+56
2009-11-17jtag_registers: Avalon bridge flushing tweaksØyvind Harboe1-1/+12
2009-11-17zy1000: add version command to print FPGA version and timestampsØyvind Harboe1-2/+29
2009-11-17zy1000: fix bug when running on non-arm CPUØyvind Harboe1-1/+8
2009-11-17zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe1-5/+5
2009-11-16JTAG: fix autoprobe failure.David Brownell1-2/+10
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell1-1/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch3-11/+3
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch4-11/+9
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch6-17/+17
2009-11-16cleanup jtag minidriversZachary T Welch2-31/+0
2009-11-15arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch2-29/+23
2009-11-15rlink: fix overzealous sedZachary T Welch1-5/+5
2009-11-14compile with cygwin (32-bit)Ferdinand Postema1-2/+2
2009-11-13command_t -> struct commandZachary T Welch3-6/+6
2009-11-13command_context_t -> struct command_contextZachary T Welch18-44/+44
2009-11-13remove rlink structure typedefsZachary T Welch3-19/+17
2009-11-13target_t -> struct targetZachary T Welch2-6/+6
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch12-51/+50
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch1-5/+4
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch2-5/+4
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch1-4/+3
2009-11-13reset_command_t -> struct reset_commandZachary T Welch2-5/+4
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch2-5/+4
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch2-5/+4
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch7-11/+10
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch2-5/+4
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch1-9/+8
2009-11-13scan_command_t -> struct scan_commandZachary T Welch8-43/+42
2009-11-13more vsllink typedef cleanupZachary T Welch1-6/+5
2009-11-13vsllink_jtag_t -> struct vsllinkZachary T Welch1-39/+38
2009-11-13presto_t -> struct prestoZachary T Welch1-6/+4
2009-11-13ft2232_device_t -> struct ft2232_deviceZachary T Welch1-6/+5