John McCarthy <jgmcc@magma.ca> cleans up the usage of the
[fw/openocd] / src / target /
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> cleans up the usage...
2008-10-14 oharboereset cleanup
2008-10-13 oharboeRetired old reset code according to plan.
2008-10-13 oharboeSEGFAULT gaffe in dummy register handling
2008-10-13 oharboehontor <hontor@126.com> - ARMV7_GDB_HACKS compilation...
2008-10-13 oharboefix crash when connecting GDB to powered down target
2008-10-13 oharboefix crash when connecting GDB to powered down target
2008-10-13 oharboeFixed gaffes in reset script handling + improved error
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-10-12 oharboe Fix problems with DCC downloads routine crashing silently.
2008-10-10 oharboeJohn McCarthy <jgmcc@magma.ca> openocd-usb.cfg added
2008-10-09 oharboeabort writing algorithm to target upon failure
2008-10-09 oharboezy1000 1.44 snapshot
2008-10-08 ntfreak- remove build warnings from mips_m4k.c and arm11.c
2008-10-08 oharboefile not found SEGFAULT fix
2008-10-08 oharboeJohn McCarthy <jgmcc@magma.ca> adds support for DMA...
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-10-07 oharboeFrederik Kriewitz <frederik at kriewitz.eu> Segmentatio...
2008-10-07 oharboefixed crash in dummy register handling
2008-10-07 oharboeGeorg Acher <acher@in.tum.de> - arm11 wip. run algorith...
2008-10-06 ntfreak- remove build warnings
2008-10-06 oharboebasic smoketest on lm3s3748.elf
2008-10-06 oharboeCentralize error handling for buggy register handling
2008-10-06 oharboebetter keep_alive() handling
2008-10-04 oharboetimeout is now 1000ms instead of trying 100 times.
2008-10-03 oharboeGDB alive fixes for verify_image
2008-10-01 oharboefixed gaffe: disable interrupts reset init script
2008-10-01 oharboefixed gaffe: disable interrupts reset init script
2008-09-27 ntfreak- convert spaces to tabs in at91sam7.[ch]
2008-09-26 oharboe I do not know why this is necessary, but it fixes...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-24 oharboe "marcel" <M.W.Wijlaars@tue.nl>,
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-12 oharboefollow up to keep_alive() fix. process target events...
2008-09-12 oharboe- Fixed regression introduced in 890 when "fixing warni...
2008-09-12 oharboeDuane Ellis: target_process_reset is now implemented...
2008-09-08 oharboefixed keep_alive fix gaffe introduce in previous commit.
2008-09-05 oharboeworkaround and comment for problems identified by Micha...
2008-09-04 oharboes3c2440 OpenMoko target script
2008-09-01 oharboeDuane Ellis has made highly non-trivial changes to...
2008-09-01 oharboeRemoved target->reset_mode, no longer used
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-25 oharboeSTR912 uses RCLK if available
2008-08-25 oharboefixed bug in arm11 examine code.
2008-08-25 oharboefixed gaffe in last release w/target number.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-22 ntfreak- fix win32 build issues from previous jim patch
2008-08-22 drath- fix a off-by-one error in the buffer read/write code...
2008-08-20 oharboeadded gdb timeout handling + error propagation
2008-08-20 oharboelm3s3748 config file
2008-08-20 oharboelm3s3748 config file
2008-08-20 oharboesharpen error propagation a wee bit.
2008-08-20 oharboeDaniel Gimpelevich fix reset halt on feroceon
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-08-19 ntfreak- added svn props for newly added files
2008-08-19 oharboefixed warning
2008-08-19 oharboeswitch to alive_sleep() to avoid gdb timeouts
2008-08-19 oharboemake target_wait_state() usable from other places,...
2008-08-19 oharboebetter polling debug_level 3 handling
2008-08-19 oharboeadded some alive_sleep()'s
2008-08-19 oharboetinker with Xscale performance, anti-log spamming is...
2008-08-19 oharboetinker with Xscale performance. Poll a bit more before...
2008-08-19 oharboefix comment w.r.t. start address for RAM
2008-08-19 oharboeremoved a couple of exit()'s from error handling.
2008-08-19 oharboeadded wip imx31.cfg file
2008-08-18 oharboeopenocd.texi is the authoratitive source for documentat...
2008-08-17 oharboefixed not halted error messages
2008-08-17 oharboedeleted superfluous sam7s256 which was identical to...
2008-08-15 oharboeremoved obsolete command.
2008-08-14 oharboeferoceon updated w.r.t. latest arm7/9 changes
2008-08-14 oharboearm7/9 breakpoint cleanup. arm7_9 sw/hw commands retire...
2008-08-13 oharboeremoved old comment
2008-08-13 oharboeforce lpc2148 target into ARM state.
2008-08-13 oharboecomments.
2008-08-13 oharboeClear all dangling breakpoints upon GDB connection.
2008-08-11 oharboeupdated syntax for post_reset scripts
2008-08-11 oharboepropagate error code in case of "reset" failing.
2008-08-08 oharboedefault reset in help text - run
2008-08-07 ntfreak- added svn props for newly added files
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-08-07 oharboelpc2148 2MHz, RCLK and clockless config script versions
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboegaffe in previous commit fixed. "reset run" now works...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboehalting srst_pulls_trst targets is now snappier and...
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-08-01 oharboeThe reset routine now works w/LPC2148 out of the box.
2008-07-31 oharboewait up to 1 second for halted state upon reset init...
2008-07-28 oharboeallow minidrivers to implement inner loop of dcc memory...
2008-07-28 oharboefixed gaffe mea culpa
2008-07-28 oharboeretired reset run_and_init/halt
2008-07-26 oharboeadd check for target_read/write_buffer 32 bit wrap.
2008-07-26 ntfreak- merged mips target into svn trunk
2008-07-25 oharboeminimum address and maximum length argument to load_ima...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboeretire daemon_startup
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-23 ntfreak- fix typo
next