aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2008-09-12- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe
2008-09-12Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe
2008-09-08fixed keep_alive fix gaffe introduce in previous commit.oharboe
2008-09-05workaround and comment for problems identified by Michael Schwingen.oharboe
2008-09-04s3c2440 OpenMoko target scriptoharboe
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe
2008-09-01Removed target->reset_mode, no longer usedoharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-25STR912 uses RCLK if availableoharboe
2008-08-25fixed bug in arm11 examine code.oharboe
2008-08-25fixed gaffe in last release w/target number.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-22- fix win32 build issues from previous jim patchntfreak
2008-08-22- fix a off-by-one error in the buffer read/write code that checks for a addr...drath
2008-08-20added gdb timeout handling + error propagationoharboe
2008-08-20lm3s3748 config fileoharboe
2008-08-20lm3s3748 config fileoharboe
2008-08-20sharpen error propagation a wee bit.oharboe
2008-08-20Daniel Gimpelevich fix reset halt on feroceonoharboe
2008-08-20fix BUG: keep_alive() error messagesoharboe
2008-08-19- added svn props for newly added filesntfreak
2008-08-19fixed warningoharboe
2008-08-19switch to alive_sleep() to avoid gdb timeoutsoharboe
2008-08-19make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe
2008-08-19better polling debug_level 3 handlingoharboe
2008-08-19added some alive_sleep()'soharboe
2008-08-19tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe
2008-08-19tinker with Xscale performance. Poll a bit more before sleeping.oharboe
2008-08-19fix comment w.r.t. start address for RAMoharboe
2008-08-19removed a couple of exit()'s from error handling.oharboe
2008-08-19added wip imx31.cfg fileoharboe
2008-08-18openocd.texi is the authoratitive source for documentation. Wiki is dead.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-08-17deleted superfluous sam7s256 which was identical to sam7x256oharboe
2008-08-15removed obsolete command.oharboe
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-13removed old commentoharboe
2008-08-13force lpc2148 target into ARM state.oharboe
2008-08-13comments.oharboe
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe
2008-08-11updated syntax for post_reset scriptsoharboe
2008-08-11propagate error code in case of "reset" failing.oharboe
2008-08-08default reset in help text - runoharboe
2008-08-07- added svn props for newly added filesntfreak
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-08-07lpc2148 2MHz, RCLK and clockless config script versionsoharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe
2008-08-05Duane Ellis: fix warningsoharboe