summaryrefslogtreecommitdiff
path: root/src/jtag/zy1000
Commit message (Expand)AuthorAgeFilesLines
* fix zy1000 command handlerZachary T Welch2009-11-181-13/+11
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-181-12/+3
* jtag_registers: Avalon bridge flushing tweaksØyvind Harboe2009-11-171-1/+12
* zy1000: add version command to print FPGA version and timestampsØyvind Harboe2009-11-171-2/+29
* zy1000: fix bug when running on non-arm CPUØyvind Harboe2009-11-171-1/+8
* zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe2009-11-171-5/+5
* cleanup jtag minidriversZachary T Welch2009-11-161-4/+0
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-4/+4
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-7/+7
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-132-6/+6
* Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe2009-10-201-6/+0
* More svn to git version string fixes.Øyvind Harboe2009-10-201-1/+5
* Switch from svn to git version string handling.oyvind2009-10-191-7/+4
* 1.55 snapshotoharboe2009-10-071-1/+1
* remove unused externsoharboe2009-09-181-3/+0
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-172-2/+2
* 1.54 snapshotoharboe2009-07-141-1/+1
* revert svn 1679 - fixes cp15 read/write timeout. Single stepping still broken.oharboe2009-07-061-25/+20
* zy1000 1.53 snapshotoharboe2009-07-021-2/+2
* zy1000 rev C workoharboe2009-06-261-0/+44
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-232-12/+12
* - Fixes '[|]' whitespacezwelch2009-06-232-10/+10
* - Fixes '+' whitespacezwelch2009-06-232-48/+48
* - Fixes '=' whitespacezwelch2009-06-232-53/+53
* - Fixes '==' whitespacezwelch2009-06-232-16/+16
* - Fixes '<<' whitespacezwelch2009-06-232-11/+11
* - Fixes '>>' whitespacezwelch2009-06-232-4/+4
* - Fixes '&&' whitespacezwelch2009-06-232-6/+6
* - Fixes '[+]=' whitespacezwelch2009-06-231-6/+6
* - Fixes '!=' whitespacezwelch2009-06-232-9/+9
* - Replace 'for(' with 'for ('.zwelch2009-06-232-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-4/+4
* less warningsoharboe2009-06-181-17/+1
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-182-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-6/+6
* dummy driver now works under eCosoharboe2009-06-171-24/+0
* Set svn:eol-style native on ZY1000 minidriver header file.zwelch2009-06-171-210/+210
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+1
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* update zy1000 to latest minidriver workoharboe2009-06-082-0/+1019