| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve handle_profile_command argument parsing: | zwelch | 2009-06-13 | 1 | -7/+6 |
* | Improve handle_virt2phys_command argument parsing: | zwelch | 2009-06-13 | 1 | -3/+6 |
* | Cleanup and improve handle_wp_command and handle_rwp_command: | zwelch | 2009-06-13 | 1 | -40/+57 |
* | Improve and simplify handle_bp_command and handle_rbp_command: | zwelch | 2009-06-13 | 1 | -5/+18 |
* | Improve handle_verify_image_command_internal command argument handling: | zwelch | 2009-06-13 | 1 | -1/+5 |
* | Improve handle_dump_image_command argument parsing: | zwelch | 2009-06-13 | 1 | -5/+10 |
* | Improve handle_load_image_command argument parsing: | zwelch | 2009-06-13 | 1 | -3/+13 |
* | Improve handle_mw_command argument handling: | zwelch | 2009-06-13 | 1 | -13/+21 |
* | Improve handle_md_command argument handling: | zwelch | 2009-06-13 | 1 | -3/+10 |
* | Use parse_u32 in handle_resume_command and handle_step_command. | zwelch | 2009-06-13 | 1 | -2/+10 |
* | Cleanup and improve handle_halt_command: | zwelch | 2009-06-13 | 1 | -11/+8 |
* | Cleanup and fi handle_wait_halt_command: | zwelch | 2009-06-13 | 1 | -8/+10 |
* | Use parse_uint in handle_reg_command to ensure reg number parses properly. | zwelch | 2009-06-13 | 1 | -3/+6 |
* | Use parse_uint in get_target to ensure target id is parsed properly. | zwelch | 2009-06-13 | 1 | -5/+3 |
* | Further cleanup to MIPS target read/write memory function: | zwelch | 2009-06-12 | 1 | -38/+13 |
* | David Claffey <dnclaffey@gmail.com>: | zwelch | 2009-06-12 | 2 | -10/+61 |
* | - fix bug introduced during r1962 | ntfreak | 2009-06-11 | 1 | -1/+1 |
* | fix ordering of arguments to fwrite() | oharboe | 2009-06-11 | 1 | -1/+1 |
* | Factor handle_bp_command into pieces: | zwelch | 2009-06-11 | 1 | -37/+49 |
* | Factor target_timer_callbacks_check_time into pieces: | zwelch | 2009-06-11 | 1 | -30/+40 |
* | Simplify and clean handle_virt2phys_command: | zwelch | 2009-06-11 | 1 | -18/+15 |
* | Simplify and fix target handle_rwp_command routine: | zwelch | 2009-06-11 | 1 | -3/+4 |
* | Simplify and fix handle_reset_command: | zwelch | 2009-06-11 | 1 | -3/+5 |
* | Simplify handle_resume_command: | zwelch | 2009-06-11 | 1 | -12/+11 |
* | Simplify and fix handle_step_command: | zwelch | 2009-06-11 | 1 | -6/+9 |
* | disable polling continuous polling during reset | oharboe | 2009-06-11 | 1 | -0/+9 |
* | Move the documentation for the "poll" command up with | zwelch | 2009-06-10 | 1 | -2/+4 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Encapsulate jtag_reset_config using accessors: | zwelch | 2009-06-09 | 3 | -2/+7 |
* | Encapsulate the jtag_trst and jtag_srst variables: | zwelch | 2009-06-09 | 2 | -2/+2 |
* | Replace 'jtag.c' with 'core.c' in code comments. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor... | oharboe | 2009-06-08 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-06-08 | 1 | -7/+26 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-07 | 1 | -3/+19 |
* | Fix regression in mdw output; identified by Magnus Lundin. | zwelch | 2009-06-07 | 1 | -3/+3 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -2/+0 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -2/+0 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 2 | -2/+2 |
* | unbreak arm11. TAP_INVALID is used to communicate inband that a special state... | oharboe | 2009-06-04 | 1 | -1/+1 |
* | - add support for different TAR autotincrement sizes as per ARM ADI spec. | ntfreak | 2009-06-04 | 3 | -12/+34 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 17 | -69/+69 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 16 | -65/+65 |
* | no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE | oharboe | 2009-06-04 | 3 | -5/+5 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 5 | -14/+14 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 16 | -65/+65 |
* | Improve in-source documentation that was causing Doxygen warnings. | zwelch | 2009-06-03 | 1 | -3/+3 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 4 | -45/+76 |
* | some trivial minidriver fixes | oharboe | 2009-06-02 | 1 | -1/+5 |
* | Scrub final vestiges of in_handler from mips target APIs. | zwelch | 2009-06-01 | 3 | -6/+6 |