aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-28FT2232: add missing enum when using ftd2xx librarySpencer Oliver1-0/+10
2010-02-28Add board/redbee-usb.cfgMariano Alvira1-0/+5
2010-02-27add board/redbee-econotag.cfg and JTAG supportMariano Alvira1-0/+103
2010-02-27ft2232: implement TMS sequence commandDavid Brownell1-2/+72
2010-02-27interface: define TMS sequence commandDavid Brownell8-11/+124
2010-02-25ft2232: add a mechanism to specify channel in layout structsMariano Alvira1-3/+7
2010-02-22arm11: improve performance using minidriver hookØyvind Harboe1-3/+65
2010-02-22arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe1-0/+8
2010-02-22zy1000: jtag_add_dr_scan() performance improvementØyvind Harboe1-8/+15
2010-02-21ft2232 table init cleanupDavid Brownell1-19/+78
2010-02-20FreeBSD buildfixDavid Brownell1-2/+2