aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)Author
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell
2010-03-15rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell
2010-03-15rename jtag_khz as adapter_khzDavid Brownell
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe
2010-02-27interface: define TMS sequence commandDavid Brownell
2010-02-03JTAG: fix bug when no interface connectedSpencer Oliver
2010-01-25core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg
2009-12-14jtag: add '-ignore-version' optionDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-05misc code review updatesDavid Brownell
2009-12-04separate Jim from jtag/core.cZachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-16JTAG: fix autoprobe failure.David Brownell
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
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