aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-15/+0
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-1/+1
2009-04-20Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe1-16/+30
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-5/+6
2008-12-13- remove target specific variant and use target->variant memberntfreak1-28/+6
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-4/+4
2008-11-30jtag newtap change & huge manual updateduane1-2/+3
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe1-2/+0
2008-11-13big endian software breakpoint bogus error messages fixedoharboe1-2/+2
2008-11-04arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse...oharboe1-2/+4
2008-10-30Hongtao Zheng single step fixesoharboe1-13/+29
2008-10-28- remove build warningntfreak1-1/+1
2008-10-28Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe1-27/+13
2008-10-27Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe1-16/+62
2008-10-16more robust error reporting for DCCoharboe1-0/+4
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-10/+37
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-56/+198
2008-10-12 Fix problems with DCC downloads routine crashing silently.oharboe1-62/+66
2008-10-09abort writing algorithm to target upon failureoharboe1-1/+6
2008-10-03GDB alive fixes for verify_imageoharboe1-18/+35
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-24duan ellis target tcl work in progressoharboe1-3/+7
2008-08-20fix BUG: keep_alive() error messagesoharboe1-12/+34
2008-08-19added some alive_sleep()'soharboe1-1/+1
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe1-4/+5
2008-08-14arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe1-268/+117
2008-08-05gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe1-1/+1
2008-08-05halting srst_pulls_trst targets is now snappier and has explicit warning.oharboe1-0/+12
2008-08-05define resetting the target into the halted or runningoharboe1-27/+8
2008-08-05moves handling of problems with resetting into the halted stateoharboe1-1/+21
2008-07-28allow minidrivers to implement inner loop of dcc memory writesoharboe1-362/+348
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-2/+2
2008-07-19clarify error message w.r.t. not being able to set breakpointoharboe1-2/+2
2008-06-25- fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak1-9/+14
2008-06-18Spen spotted a bug in warning for missing srst_pulls_trstoharboe1-3/+3
2008-06-06Nicolas Pitre: Feroceon fixesoharboe1-3/+21
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+63
2008-05-21moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br...oharboe1-0/+23
2008-05-20Edgar Grimberg fixes some memory handling issues andoharboe1-1/+1
2008-05-19Fix crash when mode number fetched from the target is invalid.oharboe1-0/+28
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-16/+8
2008-04-25make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe1-1/+1
2008-04-23added fast option.oharboe1-2/+2
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe1-23/+4
2008-04-15- sw_bkpts fails if the target is not halted. The side effect is oharboe1-0/+6
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe1-0/+3
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-11/+3
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe1-10/+17