aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-05remove unused include file: inttypes.hoharboe4-10/+0
2009-06-05remove unused include file: inttypes.hoharboe1-2/+0
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch4-17/+17
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch3-6/+6
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2-5/+5
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch3-7/+7
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch6-8/+8
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch3-4/+4
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2-7/+7
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-4/+4
2009-06-05Add accessors for jtag_verify; use them in jim command handler.zwelch2-12/+22
2009-06-05Add accessors for reset delays; use them in jim command handlers.zwelch2-2/+15
2009-06-05Add accessors for speed_khz; use them in jim command handler.zwelch2-12/+21
2009-06-04Add jtag_get_flush_queue_count accessor to help future factoring.zwelch2-1/+9
2009-06-04Clean up the JTAG TAP creation handler:zwelch1-41/+45
2009-06-04Clean up the core JTAG TAP APIs:zwelch2-32/+34
2009-06-04Change hasKHz to use bool type.zwelch1-3/+3
2009-06-04Add missing static keywords in JTAG source file.zwelch1-4/+5
2009-06-04unbreak arm11. TAP_INVALID is used to communicate inband that a special state...oharboe1-1/+1
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak3-12/+34
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe24-96/+96
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe20-73/+85
2009-06-04tiny bit of encapsulation of global end state. No longer expose it as a globa...oharboe2-3/+1
2009-06-04do not modify global end state from jtag_add_xxx()oharboe2-17/+13
2009-06-04remove unused code.oharboe1-5/+0
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe5-12/+12
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe7-25/+25
2009-06-04use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.oharboe1-4/+6
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe18-71/+71
2009-06-04jtag_add_end_state() now returns the value of the global variable and does no...oharboe2-4/+16
2009-06-04JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...oharboe2-8/+17
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-259/+259
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-8/+8
2009-06-04David Brownell <david-b@pacbell.net>:zwelch8-266/+266
2009-06-03use assert() for obscure check on illegal arguments upon trst being asserted ...oharboe1-6/+1
2009-06-03remove unused code path.oharboe1-3/+0
2009-06-03catchup with jtag refactoring.oharboe1-13/+1
2009-06-03Move JTAG command handling implementation into its own source file.zwelch3-223/+260
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch21-24/+12
2009-06-03added missing extern to jtag_command_queue definition.oharboe1-1/+1
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch3-134/+164
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch4-19/+24
2009-06-03Enable or add doxygen comments to the public JTAG API.zwelch1-152/+249
2009-06-03Update documentationf or jtag_interface structure members.zwelch1-15/+55
2009-06-03Remove vestigal tap_transition type from public jtag API.zwelch1-9/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch20-17/+18
2009-06-03Expose tap_state_by_name TAP helper available in public API.zwelch2-6/+6
2009-06-03Move the JTAG cable interface API implementationzwelch4-440/+468
2009-06-03Add missed accessor for checking the current TMS table.zwelch2-1/+8