aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/zy1000
AgeCommit message (Expand)Author
2010-08-02zy1000: use correct base clock when calculating speed divisorØyvind Harboe
2010-08-02zy1000: print out khz correctly in response to setting JTAG speedØyvind Harboe
2010-07-18debug-feature: jtagtcpip, improve jtag performanceØyvind Harboe
2010-07-16fix warningsØyvind Harboe
2010-07-16debug-feature: jtagtcpip, reduce performance impact of ping timesØyvind Harboe
2010-07-16debug feature: jtagtcpip, improve performanceØyvind Harboe
2010-07-16debug feature: jtagtcpip, improved performanceØyvind Harboe
2010-06-17zy1000: fix arm11 optimisationØyvind Harboe
2010-06-15zy1000: -Wshadow warning fixØyvind Harboe
2010-06-08zy1000: fix optimisation gaffeØyvind Harboe
2010-06-08zy1000: added watchdog serverØyvind Harboe
2010-05-18zy1000: fix false positive warning about unitialized local variableØyvind Harboe
2010-05-05zy1000: fix tcl command to read power dropout statusØyvind Harboe
2010-05-05zy1000: fix keep_alive() bugØyvind Harboe
2010-05-04zy1000: wait for srst to deassertØyvind Harboe
2010-03-25zy1000: dev toolØyvind Harboe
2010-03-25zy1000: allow it to build on linux host for testing purposesØyvind Harboe
2010-03-22zy1000: fix optimisaion bug in dcc writesØyvind Harboe
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: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe
2010-03-17zy1000: tweak the DCC inner loop a tiny bitØyvind Harboe
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-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-02-27interface: define TMS sequence commandDavid Brownell
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
2010-01-19zy1000: flush jtag buffer before changing speedØyvind Harboe
2010-01-11zy1000: reset bugfixØyvind Harboe
2010-01-09ZY1000 help/usage fixupsDavid Brownell
2009-12-30zy1000: firmware upgrade fixes for revcØyvind Harboe
2009-12-30zy1000: less warningsØyvind Harboe
2009-12-10zy1000: revc FPGA now worksØyvind Harboe
2009-12-08zy1000: some background info on the zy1000 file.Øyvind Harboe
2009-12-04zy1000: FPGA revC wipØyvind Harboe
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe
2009-11-30zy1000: keep up with changes to command structureØyvind Harboe
2009-11-27zy1000: keep up with new command registration stuffØyvind Harboe
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22zy1000: fix breakage in command parsing code for power commandØyvind Harboe
2009-11-18fix zy1000 command handlerZachary T Welch