summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* FT2232: increase read retry countsDimitar Dimitrov2009-11-011-8/+26
* Signalyzer: H2 and H4 supportOleg Seiljus2009-10-271-0/+809
* ft2232: less noise with _DEBUG_JTAG_IO_David Brownell2009-10-261-1/+0
* JTAG: "jtag newtap ..." cleanupDavid Brownell2009-10-261-7/+2
* JTAG: simple autoprobingDavid Brownell2009-10-261-12/+102
* JTAG: jtag_tap_init() bugfixesDavid Brownell2009-10-251-9/+18
* jtag: clean up TAP state name handlingDavid Brownell2009-10-233-68/+63
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-233-4/+8
* XSVF: use svf_add_statemove()David Brownell2009-10-201-23/+1
* Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe2009-10-203-13/+0
* More svn to git version string fixes.Øyvind Harboe2009-10-201-1/+5
* jtag_add_statemove() always uses TLR to get to RESETDavid Brownell2009-10-191-5/+7
* Switch from svn to git version string handling.oyvind2009-10-191-7/+4
* portability updatesDavid Brownell2009-10-141-5/+6
* cosmetic cleanup in TMS tablesDavid Brownell2009-10-131-11/+17
* printf format warning fixesDavid Brownell2009-10-101-1/+1
* add documentation about reset customizationDavid Brownell2009-10-091-10/+19
* minor JTAG init messaging tweaksDavid Brownell2009-10-081-2/+4
* prevent abort via polling during jtag_resetDavid Brownell2009-10-082-0/+43
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-082-15/+50
* Force sane SRST and TRST initializationdbrownell2009-10-071-3/+11
* Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell2009-10-071-16/+18
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-073-42/+47
* Updates for "reset_config":dbrownell2009-10-072-14/+95
* Do not check ir capture if there is no IDCODEoharboe2009-10-071-13/+16
* 1.55 snapshotoharboe2009-10-071-1/+1
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-063-13/+27
* Improve jtag_validate_ircapture() diagnostics.dbrownell2009-10-051-8/+10
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-053-23/+43
* Streamline Capture-IR validation codedbrownell2009-09-291-26/+23
* Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell2009-09-291-3/+7
* reentry assertoharboe2009-09-291-0/+7
* added t/nsrst_assert_width commandsoharboe2009-09-293-0/+72
* if srst pulls trst, then set state to TAP_RESET. oharboe2009-09-281-3/+11
* Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell2009-09-271-2/+10
* Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell2009-09-261-3/+4
* Updates to the initial scanchain validation code:dbrownell2009-09-261-12/+41
* Streamline Capture-IR handling and integrity test.dbrownell2009-09-261-12/+22
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-212-17/+17
* Update the jtag-examine_chain() logic to verify that there's nodbrownell2009-09-211-38/+39
* Debug message updates:dbrownell2009-09-202-31/+7
* Minor regression bugfix for the jtag_tap_handle_event() casedbrownell2009-09-201-3/+7
* Style cleanup for the updated ft2232_add_pathmove().dbrownell2009-09-191-15/+18
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-191-14/+12
* remove unused externsoharboe2009-09-181-3/+0
* Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell2009-09-172-33/+26
* michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...oharboe2009-09-171-18/+30
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-172-0/+9
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-113-2/+37
* - Fix bug-in-waiting when adding more than one TAP event typeoharboe2009-09-091-4/+10