summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* C99 printf() -Werror fixesduane2009-06-211-20/+20
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-74/+74
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-11/+11
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-0/+3
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-1/+1
* Add target_examine_one wrapper:zwelch2009-05-311-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Add target_run_algorithm wrapper:zwelch2009-05-311-2/+2
* Add target_write_memory wrapper:zwelch2009-05-311-5/+5
* Add target_read_memory wrapper:zwelch2009-05-311-4/+4
* Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch2009-05-221-10/+140
* Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe2009-05-181-5/+131
* Fix logically inverted commentkc8apf2009-05-181-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-15/+0
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-1/+1
* Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe2009-04-201-16/+30
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-5/+6
* - remove target specific variant and use target->variant memberntfreak2008-12-131-28/+6
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-4/+4
* jtag newtap change & huge manual updateduane2008-11-301-2/+3
* Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe2008-11-271-2/+0
* big endian software breakpoint bogus error messages fixedoharboe2008-11-131-2/+2
* arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse...oharboe2008-11-041-2/+4
* Hongtao Zheng single step fixesoharboe2008-10-301-13/+29
* - remove build warningntfreak2008-10-281-1/+1
* Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe2008-10-281-27/+13
* Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe2008-10-271-16/+62
* more robust error reporting for DCCoharboe2008-10-161-0/+4
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-10/+37
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-56/+198
* Fix problems with DCC downloads routine crashing silently.oharboe2008-10-121-62/+66
* abort writing algorithm to target upon failureoharboe2008-10-091-1/+6
* GDB alive fixes for verify_imageoharboe2008-10-031-18/+35
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* duan ellis target tcl work in progressoharboe2008-08-241-3/+7
* fix BUG: keep_alive() error messagesoharboe2008-08-201-12/+34
* added some alive_sleep()'soharboe2008-08-191-1/+1
* feroceon updated w.r.t. latest arm7/9 changesoharboe2008-08-141-4/+5
* arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe2008-08-141-268/+117
* gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe2008-08-051-1/+1
* halting srst_pulls_trst targets is now snappier and has explicit warning.oharboe2008-08-051-0/+12
* define resetting the target into the halted or runningoharboe2008-08-051-27/+8
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-1/+21
* allow minidrivers to implement inner loop of dcc memory writesoharboe2008-07-281-362/+348
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-2/+2
* clarify error message w.r.t. not being able to set breakpointoharboe2008-07-191-2/+2