summaryrefslogtreecommitdiff
path: root/src/jtag/core.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated initializationAlexander Stein2010-09-081-1/+0
* warning: fix silly -O3 warningØyvind Harboe2010-09-071-1/+1
* jtag: fix regression with dummy driver and when starting OpenOCD with target ...Øyvind Harboe2010-09-031-5/+13
* jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe2010-08-021-0/+17
* jtag: fix shadow issues in adapter_initSpencer Oliver2010-07-121-1/+0
* transport: fix bug/typo in transport_register cmdSpencer Oliver2010-07-091-3/+1
* initial "transport" frameworkDavid Brownell2010-07-021-0/+61
* jtag: retire jtag_get_error()Øyvind Harboe2010-06-211-7/+4
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-20/+0
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-2/+3
* rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell2010-03-151-5/+5
* rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell2010-03-151-5/+5
* rename jtag_khz as adapter_khzDavid Brownell2010-03-151-5/+5
* rename jtag_interface_{init,quit}()David Brownell2010-03-141-6/+12
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-6/+8
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-14/+17
* jtag: retire tap fieldØyvind Harboe2010-03-081-17/+15
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-011-1/+1
* interface: define TMS sequence commandDavid Brownell2010-02-271-0/+29
* JTAG: fix bug when no interface connectedSpencer Oliver2010-02-031-0/+7
* core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg2010-01-251-4/+6
* 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