aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-20Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe
2009-10-20More svn to git version string fixes.Øyvind Harboe
2009-10-19jtag_add_statemove() always uses TLR to get to RESETDavid Brownell
2009-10-19Switch from svn to git version string handling.oyvind
2009-10-14portability updatesDavid Brownell
2009-10-13cosmetic cleanup in TMS tablesDavid 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-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-07Do not check ir capture if there is no IDCODEoharboe
2009-10-071.55 snapshotoharboe
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-29reentry assertoharboe
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-28if srst pulls trst, then set state to TAP_RESET. oharboe
2009-09-27Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell
2009-09-26Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell
2009-09-26Updates to the initial scanchain validation code:dbrownell
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-21Update the jtag-examine_chain() logic to verify that there's nodbrownell
2009-09-20Debug message updates:dbrownell
2009-09-20Minor regression bugfix for the jtag_tap_handle_event() casedbrownell
2009-09-19Style cleanup for the updated ft2232_add_pathmove().dbrownell
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell
2009-09-18remove unused externsoharboe
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell
2009-09-17michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...oharboe
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-26David Brownell <david-b@pacbell.net> Fix segv in jtag_examine_chain(): exit l...oharboe