aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)Author
2009-09-20Debug message updates:dbrownell
2009-09-20Minor regression bugfix for the jtag_tap_handle_event() casedbrownell
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe
2009-09-09- Fix bug-in-waiting when adding more than one TAP event typeoharboe
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-08-07David Brownell <david-b@pacbell.net>:ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-07fix return value for "reset" and "runtest" command. Found by code inspection.oharboe
2009-06-30David Brownell <david-b@pacbell.net>:zwelch
2009-06-29Move JTAG interface list to new files.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-19Remove editor preferences from source files.zwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-17dummy driver now works under eCosoharboe
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch
2009-06-12Improve handle_runtest_command:zwelch
2009-06-12Improve handle_irscan_command:zwelch
2009-06-12Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch
2009-06-10added pathmove commandoharboe
2009-06-09Encapsulate the core jtag interface pointer:zwelch
2009-06-09Improve encapsulation of JTAG event handling:zwelch
2009-06-09Properly encapsulate core hasKHZ variable.zwelch
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch