aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)Author
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-09-29Streamline Capture-IR validation codedbrownell
2009-09-29Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-26Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell
2009-09-26Updates to the initial scanchain validation code:dbrownell
2009-09-21Update the jtag-examine_chain() logic to verify that there's nodbrownell
2009-09-20Debug message updates:dbrownell
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe
2009-08-26David Brownell <david-b@pacbell.net> Fix segv in jtag_examine_chain(): exit l...oharboe
2009-08-26added missing check on jtag_executeoharboe
2009-08-26reduce arm11 output noiseoharboe
2009-08-25David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup:oharboe
2009-08-25David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup:oharboe
2009-08-25David Brownell <david-b@pacbell.net> Some jtag_add_reset() cleanup:oharboe
2009-08-24Jonas Horberg <jhorberg@sauer-danfoss.com> oharboe
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-29David Brownell <david-b@pacbell.net>:zwelch
2009-06-23Remove whitespace at end of lines, step 2.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- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-17David 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-12Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch
2009-06-09Encapsulate the core jtag interface pointer:zwelch
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch
2009-06-09Add jtag_event_handler_t:zwelch
2009-06-09Improve encapsulation of JTAG event handling:zwelch
2009-06-09Properly encapsulate core hasKHZ variable.zwelch