aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/zy1000
AgeCommit message (Expand)AuthorFilesLines
2016-07-19Fix usage of timeval_ms()Andreas Färber1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink2-6/+2
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson2-73/+15
2013-06-05update files to correct FSF addressSpencer Oliver2-2/+2
2012-04-18zy1000: fixed link to Zylin ZY1000 JTAG ProbeBill Traynor1-1/+3
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe2-175/+3
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver2-467/+339
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 Harboe2-6/+45
2010-09-20zy1000: remove obsolete debug codeØyvind Harboe1-7/+0
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 Harboe2-4/+76
2010-07-16fix warningsØyvind Harboe1-2/+1
2010-07-16debug-feature: jtagtcpip, reduce performance impact of ping timesØyvind Harboe2-46/+103
2010-07-16debug feature: jtagtcpip, improve performanceØyvind Harboe2-0/+26
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 Harboe2-27/+340
2010-03-25zy1000: allow it to build on linux host for testing purposesØyvind Harboe2-27/+45
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
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-4/+14
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-4/+2
2010-03-08jtag: retire tap fieldØyvind Harboe1-53/+19
2010-03-01zy1000: faster jtag_add_ir_scan()Øyvind Harboe1-9/+3
2010-03-01zy1000: arm11 load is now fasterØyvind Harboe1-42/+71