aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)Author
2009-04-20Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-11-30jtag newtap change & huge manual updateduane
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe
2008-11-13big endian software breakpoint bogus error messages fixedoharboe
2008-11-04arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse...oharboe
2008-10-30Hongtao Zheng single step fixesoharboe
2008-10-28- remove build warningntfreak
2008-10-28Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe
2008-10-27Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe
2008-10-16more robust error reporting for DCCoharboe
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe
2008-10-14Laurentiu Cocanu - add error handlingoharboe
2008-10-12 Fix problems with DCC downloads routine crashing silently.oharboe
2008-10-09abort writing algorithm to target upon failureoharboe
2008-10-03GDB alive fixes for verify_imageoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-20fix BUG: keep_alive() error messagesoharboe
2008-08-19added some alive_sleep()'soharboe
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe
2008-08-14arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe
2008-08-05gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe
2008-08-05halting srst_pulls_trst targets is now snappier and has explicit warning.oharboe
2008-08-05define resetting the target into the halted or runningoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-07-28allow minidrivers to implement inner loop of dcc memory writesoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-19clarify error message w.r.t. not being able to set breakpointoharboe
2008-06-25- fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak
2008-06-18Spen spotted a bug in warning for missing srst_pulls_trstoharboe
2008-06-06Nicolas Pitre: Feroceon fixesoharboe
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-05-21moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br...oharboe
2008-05-20Edgar Grimberg fixes some memory handling issues andoharboe
2008-05-19Fix crash when mode number fetched from the target is invalid.oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-04-25make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe
2008-04-23added fast option.oharboe
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe
2008-04-15- sw_bkpts fails if the target is not halted. The side effect is oharboe
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-07- only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe