summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - fix bug introduced during r1962ntfreak2009-06-111-1/+1
* embedded host: launch telnet server even if configuration failsoharboe2009-06-111-0/+3
* fix ordering of arguments to fwrite()oharboe2009-06-112-2/+2
* Factor handle_bp_command into pieces:zwelch2009-06-111-37/+49
* Factor target_timer_callbacks_check_time into pieces:zwelch2009-06-111-30/+40
* Simplify and clean handle_virt2phys_command:zwelch2009-06-111-18/+15
* Simplify and fix target handle_rwp_command routine:zwelch2009-06-111-3/+4
* Simplify and fix handle_reset_command:zwelch2009-06-111-3/+5
* Simplify handle_resume_command:zwelch2009-06-111-12/+11
* Simplify and fix handle_step_command:zwelch2009-06-111-6/+9
* Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch2009-06-111-4/+5
* Improve grouping of JTAG KHz and verification accessors in header file.zwelch2009-06-111-10/+17
* Group JTAG reset configuration and accessor APIs together in header file.zwelch2009-06-111-16/+13
* Move jtag_error helper declarations to the end of the header.zwelch2009-06-111-15/+15
* Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2009-06-112-27/+13
* Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2009-06-112-77/+77
* disable polling continuous polling during resetoharboe2009-06-111-0/+9
* added pathmove commandoharboe2009-06-101-0/+44
* Move the documentation for the "poll" command up withzwelch2009-06-101-2/+4
* Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch2009-06-091-10/+2
* Simplify JTAG automake input file:zwelch2009-06-091-98/+40
* Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2009-06-092-1/+1
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-099-9/+9
* Encapsulate the core jtag interface pointer:zwelch2009-06-093-26/+44
* Continue encapsulation of JTAG event callback sub-API:zwelch2009-06-092-9/+12
* Add jtag_event_handler_t:zwelch2009-06-092-5/+18
* Expose jtag_unregister_event_callback with related API declarations.zwelch2009-06-091-0/+1
* Improve encapsulation of JTAG event handling:zwelch2009-06-093-41/+38
* Properly encapsulate core hasKHZ variable.zwelch2009-06-092-8/+4
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-093-15/+21
* Add missing static keywords to a few variables in JTAG core module.zwelch2009-06-091-5/+5
* Move the jtag_error helper routines out of header file:zwelch2009-06-092-29/+37
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-0913-10/+37
* Remove superfluous extern for non-existant global variable.zwelch2009-06-091-2/+0
* Add get and set accessors for jtag_speed:zwelch2009-06-0911-18/+39
* Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2009-06-092-3/+1
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-094-6/+17
* Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2009-06-092-2/+2
* Remove superfluous extern of jtag_event_strings from jtag.h.zwelch2009-06-091-2/+0
* Replace 'jtag.c' with 'core.c' in code comments.zwelch2009-06-092-2/+2
* Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch2009-06-092-3/+2
* Split main jtag.c file into two layers:zwelch2009-06-093-1221/+1279
* Merge documentation for jtag_add_statemove from source into header block.zwelch2009-06-092-32/+25
* Move Doxygen documentation for IR/DR scan routines to header file.zwelch2009-06-092-27/+28
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-093-4/+4
* Remove non-existant jtag_tap_by_position API declaration.zwelch2009-06-091-1/+0
* Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch2009-06-092-5/+5
* Cleanup jtag_tap_by_abs_position:zwelch2009-06-091-9/+4
* Simplify jtag_tap_by_jim_object:zwelch2009-06-091-13/+6
* Simplify and fix bug in jtag_tap_by_string:zwelch2009-06-091-22/+15