aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2008-08-25STR912 uses RCLK if availableoharboe1-3/+3
2008-08-25fixed bug in arm11 examine code.oharboe1-0/+2
2008-08-25fixed gaffe in last release w/target number.oharboe1-2/+2
2008-08-24duan ellis target tcl work in progressoharboe16-148/+390
2008-08-22- fix win32 build issues from previous jim patchntfreak1-28/+28
2008-08-22- fix a off-by-one error in the buffer read/write code that checks for a addr...drath1-2/+2
2008-08-20added gdb timeout handling + error propagationoharboe1-4/+11
2008-08-20lm3s3748 config fileoharboe1-0/+28
2008-08-20lm3s3748 config fileoharboe1-1/+1
2008-08-20sharpen error propagation a wee bit.oharboe1-1/+3
2008-08-20Daniel Gimpelevich fix reset halt on feroceonoharboe1-1/+14
2008-08-20fix BUG: keep_alive() error messagesoharboe7-69/+97
2008-08-19- added svn props for newly added filesntfreak1-19/+19
2008-08-19fixed warningoharboe1-2/+4
2008-08-19switch to alive_sleep() to avoid gdb timeoutsoharboe2-3/+3
2008-08-19make target_wait_state() usable from other places, made LOG_USER() output LOG...oharboe1-1/+1
2008-08-19better polling debug_level 3 handlingoharboe1-4/+10
2008-08-19added some alive_sleep()'soharboe6-7/+7
2008-08-19tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe1-53/+51
2008-08-19tinker with Xscale performance. Poll a bit more before sleeping.oharboe1-1/+1
2008-08-19fix comment w.r.t. start address for RAMoharboe1-1/+1
2008-08-19removed a couple of exit()'s from error handling.oharboe2-10/+13
2008-08-19added wip imx31.cfg fileoharboe2-0/+20
2008-08-18openocd.texi is the authoratitive source for documentation. Wiki is dead.oharboe8-8/+8
2008-08-17fixed not halted error messagesoharboe2-4/+5
2008-08-17deleted superfluous sam7s256 which was identical to sam7x256oharboe3-46/+2
2008-08-15removed obsolete command.oharboe1-4/+1
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe3-6/+9
2008-08-14arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe6-280/+119
2008-08-13removed old commentoharboe1-1/+0
2008-08-13force lpc2148 target into ARM state.oharboe1-0/+3
2008-08-13comments.oharboe1-3/+18
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe2-38/+70
2008-08-11updated syntax for post_reset scriptsoharboe3-11/+6
2008-08-11propagate error code in case of "reset" failing.oharboe1-3/+1
2008-08-08default reset in help text - runoharboe1-1/+1
2008-08-07- added svn props for newly added filesntfreak5-49/+49
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe4-1/+44
2008-08-07lpc2148 2MHz, RCLK and clockless config script versionsoharboe5-5/+12
2008-08-06- fix target_examine declarationntfreak3-5/+5
2008-08-05gaffe in previous commit fixed. "reset run" now works again for arm7/9oharboe1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe13-26/+28
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 runningoharboe6-39/+37
2008-08-05moves handling of problems with resetting into the halted stateoharboe12-45/+51
2008-08-01The reset routine now works w/LPC2148 out of the box.oharboe1-11/+5
2008-07-31wait up to 1 second for halted state upon reset init/halt.oharboe1-4/+8
2008-07-28allow minidrivers to implement inner loop of dcc memory writesoharboe3-407/+406
2008-07-28fixed gaffe mea culpaoharboe2-7/+12
2008-07-28retired reset run_and_init/haltoharboe29-470/+337