| Commit message (Expand) | Author | Age | Files | Lines |
* | Encapsulate jtag_reset_config using accessors: | zwelch | 2009-06-09 | 1 | -0/+3 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -4/+4 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -1/+1 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -5/+5 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -4/+4 |
* | Submitted by Dean Glazeski <dnglaze@gmail.com>: | zwelch | 2009-05-22 | 1 | -10/+140 |
* | Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ... | oharboe | 2009-05-18 | 1 | -5/+131 |
* | Fix logically inverted comment | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -15/+0 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 1 | -1/+1 |
* | Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handling | oharboe | 2009-04-20 | 1 | -16/+30 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -5/+6 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -28/+6 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -4/+4 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -2/+3 |
* | Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntax | oharboe | 2008-11-27 | 1 | -2/+0 |
* | big endian software breakpoint bogus error messages fixed | oharboe | 2008-11-13 | 1 | -2/+2 |
* | arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse... | oharboe | 2008-11-04 | 1 | -2/+4 |
* | Hongtao Zheng single step fixes | oharboe | 2008-10-30 | 1 | -13/+29 |
* | - remove build warning | ntfreak | 2008-10-28 | 1 | -1/+1 |
* | Hongtao Zheng - more fixes to single stepping. Better hiding of details and ... | oharboe | 2008-10-28 | 1 | -27/+13 |
* | Hongtao Zheng - add simulation because previous functions could not halt for ... | oharboe | 2008-10-27 | 1 | -16/+62 |
* | more robust error reporting for DCC | oharboe | 2008-10-16 | 1 | -0/+4 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -10/+37 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 1 | -56/+198 |
* | Fix problems with DCC downloads routine crashing silently. | oharboe | 2008-10-12 | 1 | -62/+66 |
* | abort writing algorithm to target upon failure | oharboe | 2008-10-09 | 1 | -1/+6 |
* | GDB alive fixes for verify_image | oharboe | 2008-10-03 | 1 | -18/+35 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -3/+7 |
* | fix BUG: keep_alive() error messages | oharboe | 2008-08-20 | 1 | -12/+34 |
* | added some alive_sleep()'s | oharboe | 2008-08-19 | 1 | -1/+1 |
* | feroceon updated w.r.t. latest arm7/9 changes | oharboe | 2008-08-14 | 1 | -4/+5 |
* | arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale... | oharboe | 2008-08-14 | 1 | -268/+117 |
* | gaffe in previous commit fixed. "reset run" now works again for arm7/9 | oharboe | 2008-08-05 | 1 | -1/+1 |
* | halting srst_pulls_trst targets is now snappier and has explicit warning. | oharboe | 2008-08-05 | 1 | -0/+12 |
* | define resetting the target into the halted or running | oharboe | 2008-08-05 | 1 | -27/+8 |
* | moves handling of problems with resetting into the halted state | oharboe | 2008-08-05 | 1 | -1/+21 |
* | allow minidrivers to implement inner loop of dcc memory writes | oharboe | 2008-07-28 | 1 | -362/+348 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 1 | -2/+2 |
* | clarify error message w.r.t. not being able to set breakpoint | oharboe | 2008-07-19 | 1 | -2/+2 |
* | - fix reset_halt issue with certain arm cores - address not set in embedded i... | ntfreak | 2008-06-25 | 1 | -9/+14 |
* | Spen spotted a bug in warning for missing srst_pulls_trst | oharboe | 2008-06-18 | 1 | -3/+3 |
* | Nicolas Pitre: Feroceon fixes | oharboe | 2008-06-06 | 1 | -3/+21 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -0/+63 |