aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2010-05-04zy1000: wait for srst to deassertØyvind Harboe
2010-04-24adapter: allow adjusting srst assert withmichal smulski
2010-04-10JTAG/COMMANDS: review scope of functionsAntonio Borneo
2010-04-03buildfixDavid Brownell
2010-03-27jtag/tcl.c cleanup -- split out "adapter.c"David Brownell
2010-03-25zy1000: dev toolØyvind Harboe
2010-03-25zy1000: allow it to build on linux host for testing purposesØyvind Harboe
2010-03-24FT2232 Messaaging fixDavid Brownell
2010-03-22zy1000: fix optimisaion bug in dcc writesØyvind Harboe
2010-03-22bitq: fix warning now that out_value is constØyvind Harboe
2010-03-21ft2232 init mess cleanupDavid Brownell
2010-03-21jtag: make out_value constØyvind Harboe
2010-03-19FT2232 comment tweaksDavid Brownell
2010-03-19zy1000: clean up jtag_add_xx_scan fn'sØyvind Harboe
2010-03-19zy1000: fix bug in end state of DCC writesØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-17zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe
2010-03-16bitbang: add jtag_add_tms_seq supportØyvind Harboe
2010-03-15move "reset_config" out of JTAG command groupDavid Brownell
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell
2010-03-15rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell
2010-03-15rename jtag_khz as adapter_khzDavid Brownell
2010-03-15FT2232: bulidfixSpencer Oliver
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-14FT2232: lookup and save layout just onceDavid Brownell
2010-03-11versaloon cleanup patchDavid Brownell
2010-03-11New JTAG driver for Versaloonsimon qian
2010-03-11Add support for Bus Pirate as a JTAG adapter.Michal Demin
2010-03-11split "interface" commands from "jtag" onesDavid Brownell
2010-03-10JLINK: user info message cleanupSpencer Oliver
2010-03-08zy1000: embedded ice dcc tweakØyvind Harboe
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-03-05minidriver: fix arm11 compilation problemØyvind Harboe
2010-03-01zy1000: faster jtag_add_ir_scan()Øyvind Harboe
2010-03-01zy1000: arm11 load is now fasterØyvind Harboe
2010-03-01zy1000: add jtag_add_tms_seq supportØyvind Harboe
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe
2010-02-28FT2232: add missing enum when using ftd2xx librarySpencer Oliver
2010-02-28Add board/redbee-usb.cfgMariano Alvira
2010-02-27add board/redbee-econotag.cfg and JTAG supportMariano Alvira
2010-02-27ft2232: implement TMS sequence commandDavid Brownell
2010-02-27interface: define TMS sequence commandDavid Brownell
2010-02-25ft2232: add a mechanism to specify channel in layout structsMariano Alvira
2010-02-22arm11: improve performance using minidriver hookØyvind Harboe
2010-02-22arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe
2010-02-22zy1000: jtag_add_dr_scan() performance improvementØyvind Harboe