aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2010-06-15zy1000: -Wshadow warning fixØyvind Harboe1-2/+2
2010-06-10jtag: added mising headerThomas Koeller1-0/+1
2010-06-08zy1000: fix optimisation gaffeØyvind Harboe1-7/+30
2010-06-08zy1000: added watchdog serverØyvind Harboe1-1/+92
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe13-14/+21
2010-05-18zy1000: fix false positive warning about unitialized local variableØyvind Harboe1-1/+1
2010-05-05zy1000: fix tcl command to read power dropout statusØyvind Harboe1-3/+2
2010-05-05zy1000: fix keep_alive() bugØyvind Harboe1-0/+2
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-2/+2
2010-05-04zy1000: wait for srst to deassertØyvind Harboe1-13/+27
2010-04-24adapter: allow adjusting srst assert withmichal smulski1-0/+24
2010-04-10JTAG/COMMANDS: review scope of functionsAntonio Borneo2-2/+1
2010-04-03buildfixDavid Brownell1-1/+2
2010-03-27jtag/tcl.c cleanup -- split out "adapter.c"David Brownell4-430/+466
2010-03-25zy1000: dev toolØyvind Harboe2-27/+340
2010-03-25zy1000: allow it to build on linux host for testing purposesØyvind Harboe2-27/+45
2010-03-24FT2232 Messaaging fixDavid Brownell1-1/+1
2010-03-22zy1000: fix optimisaion bug in dcc writesØyvind Harboe1-8/+2
2010-03-22bitq: fix warning now that out_value is constØyvind Harboe1-1/+1
2010-03-21ft2232 init mess cleanupDavid Brownell1-60/+99
2010-03-21jtag: make out_value constØyvind Harboe2-10/+11
2010-03-19FT2232 comment tweaksDavid Brownell1-6/+18
2010-03-19zy1000: clean up jtag_add_xx_scan fn'sØyvind Harboe1-88/+67
2010-03-19zy1000: fix bug in end state of DCC writesØyvind Harboe1-2/+2
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe2-40/+0
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe1-1/+1
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2-4/+8
2010-03-17zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe1-5/+8
2010-03-16bitbang: add jtag_add_tms_seq supportØyvind Harboe6-0/+33
2010-03-15move "reset_config" out of JTAG command groupDavid Brownell1-11/+11
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell3-15/+17
2010-03-15rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell3-14/+15
2010-03-15rename jtag_khz as adapter_khzDavid Brownell4-17/+27
2010-03-15FT2232: bulidfixSpencer Oliver1-1/+1
2010-03-14rename jtag_interface_{init,quit}()David Brownell3-14/+17
2010-03-14FT2232: lookup and save layout just onceDavid Brownell1-31/+39
2010-03-11versaloon cleanup patchDavid Brownell1-321/+271
2010-03-11New JTAG driver for Versaloonsimon qian1-1072/+304
2010-03-11Add support for Bus Pirate as a JTAG adapter.Michal Demin3-0/+978
2010-03-11split "interface" commands from "jtag" onesDavid Brownell2-5/+25
2010-03-10JLINK: user info message cleanupSpencer Oliver1-29/+46
2010-03-08zy1000: embedded ice dcc tweakØyvind Harboe1-21/+48
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe6-64/+55
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe7-26/+35
2010-03-08jtag: retire tap fieldØyvind Harboe7-113/+52
2010-03-05minidriver: fix arm11 compilation problemØyvind Harboe1-0/+6
2010-03-01zy1000: faster jtag_add_ir_scan()Øyvind Harboe1-9/+3
2010-03-01zy1000: arm11 load is now fasterØyvind Harboe1-42/+71
2010-03-01zy1000: add jtag_add_tms_seq supportØyvind Harboe1-20/+41
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe4-4/+5