aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)Author
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell
2009-10-19jtag_add_statemove() always uses TLR to get to RESETDavid Brownell
2009-10-14portability updatesDavid Brownell
2009-10-10printf format warning fixesDavid Brownell
2009-10-09add documentation about reset customizationDavid Brownell
2009-10-08minor JTAG init messaging tweaksDavid Brownell
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell
2009-10-07Force sane SRST and TRST initializationdbrownell
2009-10-07Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell
2009-10-07Do not check ir capture if there is no IDCODEoharboe
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Improve jtag_validate_ircapture() diagnostics.dbrownell
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