summaryrefslogtreecommitdiff
path: root/src/jtag/core.c
Commit message (Expand)AuthorAgeFilesLines
* jtag: add '-ignore-version' optionDavid Brownell2009-12-141-2/+11
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-27/+0
* misc code review updatesDavid Brownell2009-12-051-2/+1
* separate Jim from jtag/core.cZachary T Welch2009-12-041-11/+0
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* JTAG: fix autoprobe failure.David Brownell2009-11-161-2/+10
* JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell2009-11-161-1/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-1/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch2009-11-131-13/+19
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-15/+15
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-21/+21
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-7/+0
* JTAG: simple autoprobingDavid Brownell2009-10-261-12/+102
* JTAG: jtag_tap_init() bugfixesDavid Brownell2009-10-251-9/+18
* jtag_add_statemove() always uses TLR to get to RESETDavid Brownell2009-10-191-5/+7
* portability updatesDavid Brownell2009-10-141-5/+6
* 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-081-0/+26
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-081-15/+49
* 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
* Do not check ir capture if there is no IDCODEoharboe2009-10-071-13/+16
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-061-11/+11
* Improve jtag_validate_ircapture() diagnostics.dbrownell2009-10-051-8/+10
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-051-3/+12
* 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
* added t/nsrst_assert_width commandsoharboe2009-09-291-0/+26
* 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
* Update the jtag-examine_chain() logic to verify that there's nodbrownell2009-09-211-38/+39
* Debug message updates:dbrownell2009-09-201-17/+6
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-191-14/+12
* Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell2009-09-171-31/+26
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-111-2/+21
* David Brownell <david-b@pacbell.net> Fix segv in jtag_examine_chain(): exit l...oharboe2009-08-261-6/+8
* added missing check on jtag_executeoharboe2009-08-261-1/+4
* reduce arm11 output noiseoharboe2009-08-261-2/+5
* David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup:oharboe2009-08-251-36/+23
* David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup:oharboe2009-08-251-17/+18
* David Brownell <david-b@pacbell.net> Some jtag_add_reset() cleanup:oharboe2009-08-251-42/+62
* Jonas Horberg <jhorberg@sauer-danfoss.com> oharboe2009-08-241-3/+2
* Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak2009-08-181-26/+91
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-12/+22