aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitbang.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-3/+3
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+1
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-2/+1
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-0/+1
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe1-6/+3
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-30remove unused JTAG_END_STATEoharboe1-7/+0
2009-05-18use tap_get_tms_path_len() instead of fix # of 7.oharboe1-2/+3
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-11/+0
2009-05-06transition more directly to the end state + reuse more of the state move code...oharboe1-21/+13
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-8/+5
2009-04-18The following patches was applied:mifi1-4/+4
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-28/+27
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf1-2/+14
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe1-5/+32
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+0
2008-12-13Clean up references to old tap_state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-39/+39
2008-10-05Georg Acher <acher@in.tum.de> corrected TDO samplingoharboe1-21/+19
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-05-26found out why str912 reset halt failed.oharboe1-1/+18
2008-05-26clock 1/0 in idle now configurable.oharboe1-5/+9
2008-04-09Don Porges fixed c99 issues.oharboe1-3/+0
2008-04-08use jtag.c's cur/end_state global variables.oharboe1-3/+0
2008-04-08The endstate now reports the endstate of the queue instead ofoharboe1-0/+2
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe1-1/+1
2008-03-26TAP_SD/SI are now forbidden end states.oharboe1-54/+32
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-11/+11
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath1-18/+54
2008-03-13marked infinite loop in code w/TODO and fixed warning.oharboe1-1/+1
2008-03-12Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe1-10/+10
2008-03-12The bitbang driver leaves the TCK 0 when in idleoharboe1-0/+8
2008-03-06tms is never referenced, confusing old code left behind probably.oharboe1-10/+0
2007-09-05Patch by Michael Schwingen thatdrath1-0/+5
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath1-7/+21
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-3/+9
2007-03-28- merged XScale branch back into trunkdrath1-1/+1
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath1-1/+5
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+41
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+219