aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)Author
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
2008-03-31Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe
2008-03-26TAP_SD/SI are now forbidden end states.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-22- changed jtag_add_reset errors to warningsntfreak
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-07- Improves error handling upon GDB connectoharboe
2008-03-06use jtag_execute_queue() instead of jtag->execute_queue()oharboe
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe
2008-03-01backed out jtag_add_shift()oharboe
2008-03-01improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...oharboe
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe
2008-02-26- fix issue when target is already haltedntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-24- fixed target->type->poll() return valueoharboe
2008-02-22- added patch to make single-stepping more resilientmifi