aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09jtag: remove useless declarationsZachary T Welch1-95/+103
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-90/+0
2009-11-05Improve jtag command argument parsing.Zachary T Welch1-25/+15
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell1-7/+2
2009-10-23jtag: clean up TAP state name handlingDavid Brownell1-18/+9
2009-10-07Updates for "reset_config":dbrownell1-13/+94
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-0/+13
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell1-8/+10
2009-09-29added t/nsrst_assert_width commandsoharboe1-0/+40
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell1-12/+22
2009-09-20Debug message updates:dbrownell1-14/+1
2009-09-20Minor regression bugfix for the jtag_tap_handle_event() casedbrownell1-3/+7
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell1-2/+0
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe1-0/+8
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe1-0/+12
2009-09-09- Fix bug-in-waiting when adding more than one TAP event typeoharboe1-4/+10
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+18
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak1-1/+34
2009-08-07David Brownell <david-b@pacbell.net>:ntfreak1-0/+3
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-07fix return value for "reset" and "runtest" command. Found by code inspection.oharboe1-7/+3
2009-06-30David Brownell <david-b@pacbell.net>:zwelch1-3/+28
2009-06-29Move JTAG interface list to new files.zwelch1-124/+1
2009-06-23- Replace '){' with ') {'.zwelch1-30/+30
2009-06-23Remove whitespace that occurs before ')'.zwelch1-90/+90
2009-06-23Remove whitespace that occurs after '('.zwelch1-112/+112
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '[|]' whitespacezwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-7/+7
2009-06-23- Fixes '=' whitespacezwelch1-5/+5
2009-06-23- Fixes '==' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'for(' with 'for ('.zwelch1-1/+1
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-4/+4
2009-06-23- Replace 'while(' with 'while ('.zwelch1-3/+3
2009-06-23- Replace 'if(' with 'if ('.zwelch1-25/+25
2009-06-19Remove editor preferences from source files.zwelch1-7/+0
2009-06-19printf() warning fixes due to uint32_t change-overduane1-7/+13
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-5/+5
2009-06-17dummy driver now works under eCosoharboe1-2/+2
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-2/+6
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-12/+33
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-5/+5
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-7/+4
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-0/+6
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-6/+21
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch1-1/+1