aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-05David Brownell <david-b@pacbell.net> target/at91rm9200.cfg cleanupoharboe
2009-06-05remove hacks no longer required to build OpenOCD w/eCosoharboe
2009-06-05remove unused include file: strings.hoharboe
2009-06-05remove unused include file: inttypes.hoharboe
2009-06-05remove unused include file: inttypes.hoharboe
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Add accessors for jtag_verify; use them in jim command handler.zwelch
2009-06-05Add accessors for reset delays; use them in jim command handlers.zwelch
2009-06-05Add accessors for speed_khz; use them in jim command handler.zwelch
2009-06-04Add jtag_get_flush_queue_count accessor to help future factoring.zwelch
2009-06-04Clean up the JTAG TAP creation handler:zwelch
2009-06-04Clean up the core JTAG TAP APIs:zwelch
2009-06-04Change hasKHz to use bool type.zwelch
2009-06-04Add missing static keywords in JTAG source file.zwelch
2009-06-04unbreak arm11. TAP_INVALID is used to communicate inband that a special state...oharboe
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04tiny bit of encapsulation of global end state. No longer expose it as a globa...oharboe
2009-06-04do not modify global end state from jtag_add_xxx()oharboe
2009-06-04remove unused code.oharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-04jtag_add_end_state() now returns the value of the global variable and does no...oharboe
2009-06-04JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...oharboe
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-03use assert() for obscure check on illegal arguments upon trst being asserted ...oharboe
2009-06-03remove unused code path.oharboe
2009-06-03catchup with jtag refactoring.oharboe
2009-06-03Move JTAG command handling implementation into its own source file.zwelch
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03added missing extern to jtag_command_queue definition.oharboe
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch
2009-06-03Improve remaining documentation that was causing Doxygen warnings.zwelch
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch