summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* zy1000: -Wshadow warning fixØyvind Harboe2010-06-151-2/+2
* jtag: added mising headerThomas Koeller2010-06-101-0/+1
* zy1000: fix optimisation gaffeØyvind Harboe2010-06-081-7/+30
* zy1000: added watchdog serverØyvind Harboe2010-06-081-1/+92
* jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe2010-06-0713-14/+21
* zy1000: fix false positive warning about unitialized local variableØyvind Harboe2010-05-181-1/+1
* zy1000: fix tcl command to read power dropout statusØyvind Harboe2010-05-051-3/+2
* zy1000: fix keep_alive() bugØyvind Harboe2010-05-051-0/+2
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-2/+2
* zy1000: wait for srst to deassertØyvind Harboe2010-05-041-13/+27
* adapter: allow adjusting srst assert withmichal smulski2010-04-241-0/+24
* JTAG/COMMANDS: review scope of functionsAntonio Borneo2010-04-102-2/+1
* buildfixDavid Brownell2010-04-031-1/+2
* jtag/tcl.c cleanup -- split out "adapter.c"David Brownell2010-03-274-430/+466
* zy1000: dev toolØyvind Harboe2010-03-252-27/+340
* zy1000: allow it to build on linux host for testing purposesØyvind Harboe2010-03-252-27/+45
* FT2232 Messaaging fixDavid Brownell2010-03-241-1/+1
* zy1000: fix optimisaion bug in dcc writesØyvind Harboe2010-03-221-8/+2
* bitq: fix warning now that out_value is constØyvind Harboe2010-03-221-1/+1
* ft2232 init mess cleanupDavid Brownell2010-03-211-60/+99
* jtag: make out_value constØyvind Harboe2010-03-212-10/+11
* FT2232 comment tweaksDavid Brownell2010-03-191-6/+18
* zy1000: clean up jtag_add_xx_scan fn'sØyvind Harboe2010-03-191-88/+67
* zy1000: fix bug in end state of DCC writesØyvind Harboe2010-03-191-2/+2
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-192-40/+0
* jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe2010-03-191-1/+1
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-182-4/+8
* zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe2010-03-171-5/+8
* bitbang: add jtag_add_tms_seq supportØyvind Harboe2010-03-166-0/+33
* move "reset_config" out of JTAG command groupDavid Brownell2010-03-151-11/+11
* rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell2010-03-153-15/+17
* rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell2010-03-153-14/+15
* rename jtag_khz as adapter_khzDavid Brownell2010-03-154-17/+27
* FT2232: bulidfixSpencer Oliver2010-03-151-1/+1
* rename jtag_interface_{init,quit}()David Brownell2010-03-143-14/+17
* FT2232: lookup and save layout just onceDavid Brownell2010-03-141-31/+39
* versaloon cleanup patchDavid Brownell2010-03-111-321/+271
* New JTAG driver for Versaloonsimon qian2010-03-111-1072/+304
* Add support for Bus Pirate as a JTAG adapter.Michal Demin2010-03-113-0/+978
* split "interface" commands from "jtag" onesDavid Brownell2010-03-112-5/+25
* JLINK: user info message cleanupSpencer Oliver2010-03-101-29/+46
* zy1000: embedded ice dcc tweakØyvind Harboe2010-03-081-21/+48
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-086-64/+55
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-087-26/+35
* jtag: retire tap fieldØyvind Harboe2010-03-087-113/+52
* minidriver: fix arm11 compilation problemØyvind Harboe2010-03-051-0/+6
* zy1000: faster jtag_add_ir_scan()Øyvind Harboe2010-03-011-9/+3
* zy1000: arm11 load is now fasterØyvind Harboe2010-03-011-42/+71
* zy1000: add jtag_add_tms_seq supportØyvind Harboe2010-03-011-20/+41
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-014-4/+5