aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/zy1000/zy1000.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo1-1259/+0
2020-07-08coding style: add arguments to function prototypesAntonio Borneo1-3/+3
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+9
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2018-08-01zy1000: fix compile error with gcc 8.1.1Antonio Borneo1-1/+1
2016-07-19Fix usage of timeval_ms()Andreas Färber1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-27/+15
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-04-18zy1000: fixed link to Zylin ZY1000 JTAG ProbeBill Traynor1-1/+3
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe1-168/+3
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-394/+273
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2
2011-12-13zy1000: fix crash in JTAG over TCP/IPØyvind Harboe1-0/+12
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg1-5/+0
2011-04-01types: write memory now uses constØyvind Harboe1-3/+3
2011-03-21zy1000: fix bug in ir scan handlingØyvind Harboe1-0/+5
2011-03-21zy1000: removed JTAG master TCP/IP serverØyvind Harboe1-125/+2
2011-03-18zy1000: add code to check that SRST assertsØyvind Harboe1-34/+42
2011-03-15zy1000: switch to pthreadØyvind Harboe1-11/+13
2011-03-15zy1000: fix JTAG over TCP/IP performance problemØyvind Harboe1-8/+11
2011-03-15zy1000: fix incorrect usage of jtag_sleep()Øyvind Harboe1-1/+2
2011-03-15zy1000: reduce memory usage for fw upgrade fnØyvind Harboe1-16/+2
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-1/+5
2010-09-26zy1000: fix non-JTAG master buildØyvind Harboe1-1/+1
2010-09-20zy1000: add support for Linux hostØyvind Harboe1-3/+35
2010-08-02zy1000: use correct base clock when calculating speed divisorØyvind Harboe1-4/+11
2010-08-02zy1000: print out khz correctly in response to setting JTAG speedØyvind Harboe1-4/+33
2010-07-18debug-feature: jtagtcpip, improve jtag performanceØyvind Harboe1-0/+61
2010-07-16fix warningsØyvind Harboe1-2/+1
2010-07-16debug-feature: jtagtcpip, reduce performance impact of ping timesØyvind Harboe1-43/+94
2010-07-16debug feature: jtagtcpip, improve performanceØyvind Harboe1-0/+22
2010-07-16debug feature: jtagtcpip, improved performanceØyvind Harboe1-9/+22
2010-06-17zy1000: fix arm11 optimisationØyvind Harboe1-79/+78
2010-06-15zy1000: -Wshadow warning fixØyvind Harboe1-2/+2
2010-06-08zy1000: fix optimisation gaffeØyvind Harboe1-7/+30
2010-06-08zy1000: added watchdog serverØyvind Harboe1-1/+92
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-04zy1000: wait for srst to deassertØyvind Harboe1-13/+27
2010-03-25zy1000: dev toolØyvind Harboe1-25/+335
2010-03-25zy1000: allow it to build on linux host for testing purposesØyvind Harboe1-16/+24
2010-03-22zy1000: fix optimisaion bug in dcc writesØyvind Harboe1-8/+2
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: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe1-1/+1
2010-03-17zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe1-5/+8
2010-03-08zy1000: embedded ice dcc tweakØyvind Harboe1-21/+48