aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-06-13Improve handle_dump_image_command argument parsing:zwelch
2009-06-13Improve handle_load_image_command argument parsing:zwelch
2009-06-13Improve handle_mw_command argument handling:zwelch
2009-06-13Improve handle_md_command argument handling:zwelch
2009-06-13Use parse_u32 in handle_resume_command and handle_step_command.zwelch
2009-06-13Cleanup and improve handle_halt_command:zwelch
2009-06-13Cleanup and fi handle_wait_halt_command:zwelch
2009-06-13Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch
2009-06-13Use parse_uint in get_target to ensure target id is parsed properly.zwelch
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch
2009-06-11- fix bug introduced during r1962ntfreak
2009-06-11fix ordering of arguments to fwrite()oharboe
2009-06-11Factor handle_bp_command into pieces:zwelch
2009-06-11Factor target_timer_callbacks_check_time into pieces:zwelch
2009-06-11Simplify and clean handle_virt2phys_command:zwelch
2009-06-11Simplify and fix target handle_rwp_command routine:zwelch
2009-06-11Simplify and fix handle_reset_command:zwelch
2009-06-11Simplify handle_resume_command:zwelch
2009-06-11Simplify and fix handle_step_command:zwelch
2009-06-11disable polling continuous polling during resetoharboe
2009-06-10Move the documentation for the "poll" command up withzwelch
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch
2009-06-08David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe
2009-06-08David Brownell <david-b@pacbell.net>oharboe
2009-06-07David Brownell <david-b@pacbell.net>:zwelch
2009-06-07Fix regression in mdw output; identified by Magnus Lundin.zwelch
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-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-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-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak
2009-06-02some trivial minidriver fixesoharboe
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch