aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch1-38/+13
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch2-10/+61
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch1-1/+1
2009-06-12Improve vsllink command argument handling:zwelch1-14/+11
2009-06-12Improve handle_runtest_command:zwelch1-1/+6
2009-06-12Improve VID/PID command argument handling in FTDI driver:zwelch1-7/+13
2009-06-12Improve handle_irscan_command:zwelch1-5/+16
2009-06-12Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch1-5/+23
2009-06-12Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch1-3/+2
2009-06-12Simplify and improve gw16012_handle_parport_command:zwelch1-5/+16
2009-06-12Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch1-6/+18
2009-06-12Simplify and improve parport_handle_parport_port_command:zwelch1-5/+16
2009-06-12Simplify and improve handle_debug_level_comamnd:zwelch1-10/+11
2009-06-12Simplify handle_sleep_command:zwelch1-20/+18
2009-06-12Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch2-0/+31
2009-06-11David Brownell <david-b@pacbell.net>:zwelch2-6/+6
2009-06-11David Brownell <david-b@pacbell.net>:zwelch1-95/+256
2009-06-11David Brownell <david-b@pacbell.net>:zwelch1-13/+48
2009-06-11- fix bug introduced during r1962ntfreak1-1/+1
2009-06-11embedded host: launch telnet server even if configuration failsoharboe1-0/+3
2009-06-11fix ordering of arguments to fwrite()oharboe2-2/+2
2009-06-11Factor handle_bp_command into pieces:zwelch1-37/+49
2009-06-11Factor target_timer_callbacks_check_time into pieces:zwelch1-30/+40
2009-06-11Simplify and clean handle_virt2phys_command:zwelch1-18/+15
2009-06-11Simplify and fix target handle_rwp_command routine:zwelch1-3/+4
2009-06-11Simplify and fix handle_reset_command:zwelch1-3/+5
2009-06-11Simplify handle_resume_command:zwelch1-12/+11
2009-06-11Simplify and fix handle_step_command:zwelch1-6/+9
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch1-4/+5
2009-06-11Improve grouping of JTAG KHz and verification accessors in header file.zwelch1-10/+17
2009-06-11Group JTAG reset configuration and accessor APIs together in header file.zwelch1-16/+13
2009-06-11Move jtag_error helper declarations to the end of the header.zwelch1-15/+15
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2-27/+13
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2-77/+77
2009-06-11disable polling continuous polling during resetoharboe1-0/+9
2009-06-10- update openocd online doc url'sntfreak1-2/+2
2009-06-10- fix texi/pdf issue created in svn r2039ntfreak1-1/+1
2009-06-10added pathmove commandoharboe1-0/+44
2009-06-10David Brownell <david-b@pacbell.net>:zwelch1-3/+1
2009-06-10Move the documentation for the "poll" command up withzwelch2-20/+68
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch2-12/+4
2009-06-09Simplify JTAG automake input file:zwelch1-98/+40
2009-06-09Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2-1/+1
2009-06-09Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).zwelch2-0/+4
2009-06-09reset to eol native for now. guess-rev.sh was broken by eol native, but it wa...oharboe0-0/+0
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch11-22/+25
2009-06-09Encapsulate the core jtag interface pointer:zwelch3-26/+44
2009-06-09dos2unixoharboe1-1028/+1028
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch2-9/+12
2009-06-09Add jtag_event_handler_t:zwelch2-5/+18