summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak2008-06-251-9/+14
* Spen spotted a bug in warning for missing srst_pulls_trstoharboe2008-06-181-3/+3
* Nicolas Pitre: Feroceon fixesoharboe2008-06-061-3/+21
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+63
* moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br...oharboe2008-05-211-0/+23
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-201-1/+1
* Fix crash when mode number fetched from the target is invalid.oharboe2008-05-191-0/+28
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-16/+8
* make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe2008-04-251-1/+1
* added fast option.oharboe2008-04-231-2/+2
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-161-23/+4
* - sw_bkpts fails if the target is not halted. The side effect is oharboe2008-04-151-0/+6
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-0/+3
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-11/+3
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-10/+17
* - only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe2008-04-071-20/+22
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-14/+33
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-44/+18
* Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe2008-03-311-15/+8
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-39/+15
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-91/+91
* - changed jtag_add_reset errors to warningsntfreak2008-03-221-2/+0
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-12/+14
* - Improves error handling upon GDB connectoharboe2008-03-071-7/+17