Commit Graph

  • 254bde2a23 Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S29AL008D. oharboe 2008-10-14 06:27:46 +00:00
  • 4fa359b53d John McCarthy <jgmcc@magma.ca> two patches add a mips_m4k target option (ejtag_reset) to cause a reset command to use the EJTAG Peripheral and System Reset in addition to srst. This is for targets like the wrt54gl which do not connect the srst to a system reset (I believe it just goes to a GPIO). oharboe 2008-10-14 06:26:33 +00:00
  • 539527ab74 John McCarthy <jgmcc@magma.ca> cleans up the usage of the ejtag_info->ejtag_ctrl variable. It was being overwritten by the value read back from the EJTAG CONTROL register. Because of the way this register works you do not want to use the value returned to write the register, you always want to write the bits explicitly. oharboe 2008-10-14 06:21:17 +00:00
  • 3600e7c6e0 reset cleanup oharboe 2008-10-14 06:21:02 +00:00
  • fe41e273e3 Retired old reset code according to plan. oharboe 2008-10-13 20:38:58 +00:00
  • 6bc51d7135 SEGFAULT gaffe in dummy register handling oharboe 2008-10-13 13:11:44 +00:00
  • a7ae35e798 hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix oharboe 2008-10-13 12:17:11 +00:00
  • b6caf057eb fix crash when connecting GDB to powered down target oharboe 2008-10-13 12:16:44 +00:00
  • f7458c6b19 fix crash when connecting GDB to powered down target oharboe 2008-10-13 12:04:05 +00:00
  • bc25d4fa5e Fixed gaffes in reset script handling + improved error messages a bit. The file and line # of the syntax error in a reset script is now printed. oharboe 2008-10-13 10:30:33 +00:00
  • 0a3b6213bb Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks mostly to src/target/target.c oharboe 2008-10-13 06:52:05 +00:00
  • 809a796209 Fix problems with DCC downloads routine crashing silently. oharboe 2008-10-12 17:28:12 +00:00
  • 0689815716 Duane Ellis: addresses protocol problems with GDB. oharboe 2008-10-11 06:13:21 +00:00
  • 28f7fb41c3 John McCarthy <jgmcc@magma.ca> openocd-usb.cfg added oharboe 2008-10-10 15:21:24 +00:00
  • c497006430 abort writing algorithm to target upon failure oharboe 2008-10-09 16:12:44 +00:00
  • fbdc87effc enumeration of threads for testing purposes. oharboe 2008-10-09 12:05:57 +00:00
  • a5dd5a45f3 zy1000 1.44 snapshot oharboe 2008-10-09 11:23:54 +00:00
  • d798871a99 added busy sleep (for testing purposes) oharboe 2008-10-09 08:08:29 +00:00
  • a5806d21d2 - remove build warnings from mips_m4k.c and arm11.c - reformat whitespace arm11.c[ch] - add missing svn props from mips32_dmaacc.[ch] ntfreak 2008-10-08 20:16:51 +00:00
  • 30e5bff4b8 Richard Missenden exit now works during startup script oharboe 2008-10-08 13:07:21 +00:00
  • 4eadb146c1 file not found SEGFAULT fix oharboe 2008-10-08 11:06:44 +00:00
  • 76be215ee1 John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported by EJTAG 1.0/2.0 processors oharboe 2008-10-08 05:09:59 +00:00
  • eadd49bef0 Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu> libdcc bugfixes + trace point function oharboe 2008-10-08 05:05:57 +00:00
  • 9d4f9dbd0b reduce patch problems by moving $xxx expansion into seperate fn oharboe 2008-10-07 18:12:07 +00:00
  • 3aef2f0858 Fixes SEGFAULT when setting registers from GDB. oharboe 2008-10-07 18:04:14 +00:00
  • 2babd87916 Frederik Kriewitz <frederik at kriewitz.eu> Segmentation fault fix. oharboe 2008-10-07 17:45:26 +00:00
  • e8e5995160 fixed crash in dummy register handling oharboe 2008-10-07 12:08:00 +00:00
  • 3b2518bd73 Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix. oharboe 2008-10-07 11:08:57 +00:00
  • ab362fb528 - remove build warnings - add missing svn props ntfreak 2008-10-06 18:28:56 +00:00
  • 5ec6a48a4b basic smoketest on lm3s3748.elf oharboe 2008-10-06 12:14:52 +00:00
  • 7fd9ba22ba Centralize error handling for buggy register handling oharboe 2008-10-06 12:09:27 +00:00
  • 7b369df52c better keep_alive() handling oharboe 2008-10-06 11:16:10 +00:00
  • 333499a962 Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion flashes. It's basically a clone of the Intel version, just a few details differ oharboe 2008-10-06 06:22:58 +00:00
  • 9807a00206 Georg Acher <acher@in.tum.de> corrected TDO sampling oharboe 2008-10-05 19:44:41 +00:00
  • 4eda44db36 timeout is now 1000ms instead of trying 100 times. oharboe 2008-10-04 07:56:13 +00:00
  • 316c9b9698 GDB alive fixes for verify_image oharboe 2008-10-03 13:25:33 +00:00
  • aef29d913f Duane Ellis: added missing invocation of reset-init oharboe 2008-10-01 09:53:32 +00:00
  • ebbd959aee fixed gaffe: disable interrupts reset init script oharboe 2008-10-01 08:39:25 +00:00
  • 5ea46227b0 fixed gaffe: disable interrupts reset init script oharboe 2008-10-01 08:18:27 +00:00
  • a48ac31dff - at91sam7.c remove build warnings ntfreak 2008-09-29 08:45:52 +00:00
  • 279affdb98 - convert spaces to tabs in at91sam7.[ch] - add missing svn props ntfreak 2008-09-27 13:00:01 +00:00
  • c90c48b00b I do not know why this is necessary, but it fixes strange effects (step/resume cause a NMI after reset) on LM3S6918 -- Michael Schwingen oharboe 2008-09-26 18:00:10 +00:00
  • e5408ce0b6 Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver source file renamed. The old driver is still invoked by default and the new driver is invoked by using at91sam7_new oharboe 2008-09-26 17:55:28 +00:00
  • fb7189761d wip oharboe 2008-09-26 07:58:36 +00:00
  • e127fb3a5a ZY1000 code oharboe 2008-09-25 14:31:10 +00:00
  • 5c01a21b64 - update docs for aduc702x flash driver ntfreak 2008-09-25 08:27:30 +00:00
  • bdb5fd8c98 - renamed x7926 driver to aduc702x to match other flash drivers - removed c99 types (mingw issues) from aduc driver and cleanup - updated docs for aduc702x flash driver ntfreak 2008-09-24 22:15:22 +00:00
  • f9a3c36cf2 fix noise in gdb console when single stepping. Remove printing of log before processing halted event. oharboe 2008-09-24 09:43:31 +00:00
  • 7442b26d45 fixed false positives for keep_alive() not being invoked. oharboe 2008-09-24 08:42:13 +00:00
  • a8c2507dbf "marcel" <M.W.Wijlaars@tue.nl>, oharboe 2008-09-24 08:21:34 +00:00
  • 4272b1989d - fix typo's ntfreak 2008-09-22 20:58:57 +00:00
  • f8c133dfc5 Removed some obsolete stuff + Pushing things in the direction of openocd.texi oharboe 2008-09-21 08:36:42 +00:00
  • a72c8617bb openocd.texi is the authortative source of OpenOCD documentation oharboe 2008-09-21 08:32:03 +00:00
  • 1b84df5be5 put instructions on how to report bugs onto the users radar oharboe 2008-09-21 08:24:23 +00:00
  • 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years - cleaned up headers to match rest of code - added missing svn props for previously added files ntfreak 2008-09-20 10:50:53 +00:00
  • d28931c2d4 follow up to keep_alive() fix. process target events before returning from reset procedure. oharboe 2008-09-12 10:53:10 +00:00
  • 9b6853bc4c - Fixed regression introduced in 890 when "fixing warnings" for target_call_timer_callbacks_now(). target_call_timer_callbacks_now() did the same as target_call_timer_callbacks(). oharboe 2008-09-12 07:09:38 +00:00
  • 0ae7f962f8 Duane Ellis: target_process_reset is now implemented in tcl. This allows better control from target configuration scripts. oharboe 2008-09-12 06:56:00 +00:00
  • 2ccb9ed44c fixed keep_alive fix gaffe introduce in previous commit. oharboe 2008-09-08 12:14:33 +00:00
  • 1e8bf255fb typo fixed. oharboe 2008-09-08 09:21:33 +00:00
  • bc3474b65d keep_alive now invokes target_call_timer_callbacks_now oharboe 2008-09-08 07:17:48 +00:00
  • 3f57d41114 Duane Ellis, added clock command. oharboe 2008-09-08 07:07:16 +00:00
  • fa9bbd3828 workaround and comment for problems identified by Michael Schwingen. oharboe 2008-09-05 06:52:07 +00:00
  • a0eace708d s3c2440 OpenMoko target script oharboe 2008-09-04 12:04:47 +00:00
  • a5c4ef92b0 Duane Ellis has made highly non-trivial changes to both the target handling and command system. oharboe 2008-09-01 21:22:20 +00:00
  • 5ac8036b7f Removed target->reset_mode, no longer used oharboe 2008-09-01 07:24:14 +00:00
  • ef1cfb2394 Duane Ellis: "target as an [tcl] object" feature. oharboe 2008-09-01 07:20:21 +00:00
  • 3c8ef2c41b retired, nothing came of it. oharboe 2008-09-01 06:26:29 +00:00
  • c6c1528ee5 documented change in target command w/removed options oharboe 2008-08-28 17:21:04 +00:00
  • a5cbe5bd85 comment about slow RTCK oharboe 2008-08-27 06:05:27 +00:00
  • 113436df6f ooops... fixed commit gaffe in previous commit. oharboe 2008-08-26 11:40:59 +00:00
  • e5181df1d4 added 1000ms timeout oharboe 2008-08-26 11:30:34 +00:00
  • f5507d8929 do not check checksums in noack case oharboe 2008-08-26 11:29:59 +00:00
  • 34d3bfbcf2 RCLK is not supported, return error instead of crashing. oharboe 2008-08-25 16:16:00 +00:00
  • 52c0037c4f STR912 uses RCLK if available oharboe 2008-08-25 13:18:55 +00:00
  • 8044656bf8 fixed bug in arm11 examine code. oharboe 2008-08-25 12:20:50 +00:00
  • 7df08fc385 fixed gaffe in last release w/target number. oharboe 2008-08-25 11:30:46 +00:00
  • e9926c60bc sync with Jim Tcl repository. oharboe 2008-08-25 06:50:30 +00:00
  • 5506f71625 duane ellis - errno ansi fix oharboe 2008-08-24 18:57:38 +00:00
  • 8d73c2a9b0 duan ellis target tcl work in progress oharboe 2008-08-24 18:20:49 +00:00
  • 6abf942bab Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of address space flash sector comparision oharboe 2008-08-24 18:09:37 +00:00
  • a7144a759c - clear any existing breakpoints/watchpoints when restarting in gdb extended remote mode ntfreak 2008-08-23 18:47:42 +00:00
  • 9f6857ae0b - add support for new gdb QStartNoAckMode, which disables sending of ack's between remote packets ntfreak 2008-08-22 19:58:19 +00:00
  • 8abe4c57fa - fix win32 build issues from previous jim patch ntfreak 2008-08-22 12:51:48 +00:00
  • 2feac34e3f - fix a off-by-one error in the buffer read/write code that checks for a address wrap drath 2008-08-22 12:08:47 +00:00
  • daa58ab296 added gdb timeout handling + error propagation oharboe 2008-08-20 12:21:53 +00:00
  • 906e30248c lm3s3748 config file oharboe 2008-08-20 12:20:30 +00:00
  • 7155e8067f lm3s3748 config file oharboe 2008-08-20 12:20:19 +00:00
  • fe1f475e64 continue execution even if chain can't be validated. This will, hopefully, give us some more feedback on what's wrong. oharboe 2008-08-20 11:51:52 +00:00
  • ae86e921eb sharpen error propagation a wee bit. oharboe 2008-08-20 11:23:49 +00:00
  • a3325f1dc4 - added missing parport configs to texi - remove spaces from last patch ntfreak 2008-08-20 10:51:45 +00:00
  • 7e94e2e8b1 Daniel Gimpelevich fix reset halt on feroceon oharboe 2008-08-20 07:27:24 +00:00
  • c4567145ae fix BUG: keep_alive() error messages oharboe 2008-08-20 07:14:45 +00:00
  • e5415575bd duane ellis: fix warning oharboe 2008-08-20 06:50:00 +00:00
  • 1b500fe12c - added svn props for newly added files ntfreak 2008-08-19 20:34:36 +00:00
  • b8387ea272 fixed warning oharboe 2008-08-19 17:25:21 +00:00
  • d8057f6db1 switch to alive_sleep() to avoid gdb timeouts oharboe 2008-08-19 16:43:30 +00:00
  • ea0270e38e make target_wait_state() usable from other places, made LOG_USER() output LOG_DEBUG() output. Avoids flooding logs in certain cases and OpenOCD will output error message if the halt fails. oharboe 2008-08-19 16:42:58 +00:00
  • 6af4a22689 better polling debug_level 3 handling oharboe 2008-08-19 16:41:59 +00:00
  • d34e01f51d search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts. oharboe 2008-08-19 16:40:35 +00:00