aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-06-11fix ordering of arguments to fwrite()oharboe1-1/+1
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-11disable polling continuous polling during resetoharboe1-0/+9
2009-06-10Move the documentation for the "poll" command up withzwelch1-2/+4
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch3-2/+7
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch2-2/+2
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch1-1/+1
2009-06-08David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe1-1/+1
2009-06-08David Brownell <david-b@pacbell.net>oharboe1-7/+26
2009-06-07David Brownell <david-b@pacbell.net>:zwelch1-3/+19
2009-06-07Fix regression in mdw output; identified by Magnus Lundin.zwelch1-3/+3
2009-06-05remove unused include file: inttypes.hoharboe1-2/+0
2009-06-05remove unused include file: inttypes.hoharboe1-2/+0
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2-2/+2
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 thatoharboe17-69/+69
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe16-65/+65
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe3-5/+5
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe5-14/+14
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe16-65/+65
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch1-3/+3
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak4-45/+76
2009-06-02some trivial minidriver fixesoharboe1-1/+5
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch3-6/+6
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe1-1/+1
2009-06-01David Brownell <david-b@pacbell.net>:zwelch2-203/+203
2009-05-31Final step in isolating target_type_s structure:zwelch18-173/+180
2009-05-31Whitespace-only updates to automake input files:zwelch1-10/+80
2009-05-31First step in hiding target_type_s from public interface:zwelch16-2/+23
2009-05-31Add target_examine_one wrapper:zwelch3-2/+13
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch3-4/+55
2009-05-31Add target_get_name wrapper:zwelch4-6/+21
2009-05-31Add target_step wrapper:zwelch2-0/+13
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch2-1/+17
2009-05-31Add target_bulk_write_memory wrapper:zwelch2-1/+21
2009-05-31Add wrappers for target->type->examined:zwelch10-33/+62
2009-05-31Add target_run_algorithm wrapper:zwelch4-4/+30
2009-05-31Add target_write_memory wrapper:zwelch7-26/+45
2009-05-31Add target_read_memory wrapper:zwelch6-23/+42
2009-05-31Simplify the handle_md_command routine in target.c:zwelch1-58/+61
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch2-3/+1