Commit Graph

  • 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
  • dc33cb668d DANGER: committed work-in-progress to handle examination of jtag devices without IDCODE. I think this works, but I may have to pull that change out again... oharboe 2008-08-19 13:55:14 +00:00
  • 0960cbeedd added some alive_sleep()'s oharboe 2008-08-19 13:53:43 +00:00
  • 000f17c137 use alive_sleep() from sleep command oharboe 2008-08-19 12:18:00 +00:00
  • 8d0e3395a0 added alive_sleep() function to let GDB alive packets be sent oharboe 2008-08-19 12:17:31 +00:00
  • 91b6460671 tinker with Xscale performance, anti-log spamming is now only for debug_level 3 or more. Otherwise polling is done continously for 1 second. oharboe 2008-08-19 11:56:45 +00:00
  • bbe7110f42 duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple terms: Think: "String" and "Value". There can be many strings - all related to a single value, for examle: "T", "t", "y", "1", "yes", all can represent "truth", the reverse mapping is more simplistic - the first matching number wins. oharboe 2008-08-19 11:49:48 +00:00
  • 5227c98f3f tinker with Xscale performance. Poll a bit more before sleeping. oharboe 2008-08-19 11:48:46 +00:00
  • 93d6339926 fix comment w.r.t. start address for RAM oharboe 2008-08-19 10:22:05 +00:00
  • 4e0bad8679 fixed error handling in flash bank. oharboe 2008-08-19 10:03:35 +00:00
  • 6e4680fc26 removed a couple of exit()'s from error handling. oharboe 2008-08-19 09:31:51 +00:00
  • 66ef0cee51 added wip imx31.cfg file oharboe 2008-08-19 09:20:36 +00:00
  • 6bfad873ed Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport device oharboe 2008-08-19 06:25:23 +00:00
  • 835cfb82c9 Johannes Stezenbach <js@sig21.net> fix warnings oharboe 2008-08-18 18:27:09 +00:00
  • 29ecdd1e90 more error propagation oharboe 2008-08-18 17:11:43 +00:00
  • d1356149f0 added error handling to avoid false error messages. oharboe 2008-08-18 17:07:56 +00:00
  • 20feb0431a openocd.texi is the authoratitive source for documentation. Wiki is dead. oharboe 2008-08-18 07:23:54 +00:00
  • 330cf5a6bb fixed not halted error messages oharboe 2008-08-17 19:40:17 +00:00
  • c1683a55bc deleted superfluous sam7s256 which was identical to sam7x256 oharboe 2008-08-17 19:32:44 +00:00
  • 8ca8313c43 Richard <news@muppet.plus.com> fixed bug in padding code oharboe 2008-08-17 19:17:24 +00:00
  • 71f4a6e0a6 removed obsolete command. oharboe 2008-08-15 14:59:03 +00:00
  • fb27b7f840 feroceon updated w.r.t. latest arm7/9 changes oharboe 2008-08-14 14:44:10 +00:00
  • 6954dc7239 arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is alerady updated. oharboe 2008-08-14 14:35:55 +00:00
  • e762857203 typo spotted by spen. gdb_breakpoint_override not tested yet. oharboe 2008-08-14 13:42:56 +00:00
  • a42f85fe9a documentation wip for upcoming patch. oharboe 2008-08-14 13:41:14 +00:00
  • 8858bf41de removed old comment oharboe 2008-08-13 21:30:29 +00:00
  • 88d11f9b88 force lpc2148 target into ARM state. oharboe 2008-08-13 21:18:00 +00:00
  • 20ff917e29 gdb_breakpoint_override comments oharboe 2008-08-13 21:08:14 +00:00
  • ba315ca440 added global gdb breakpoint override configuration command oharboe 2008-08-13 20:42:07 +00:00
  • c20eaea249 comments. oharboe 2008-08-13 15:12:26 +00:00
  • a71ca65c53 Clear all dangling breakpoints upon GDB connection. oharboe 2008-08-13 15:05:15 +00:00
  • fbb46cfaff fix warning. oharboe 2008-08-13 14:41:23 +00:00
  • b38f2bb60e return halted signal if step/continue fails oharboe 2008-08-13 12:21:57 +00:00
  • 48f57b6746 avoid empty lines in log as a keep_alive() sideffect oharboe 2008-08-13 12:13:18 +00:00
  • bb36f541dd fix output from jtag_khz when only jtag_speed has been invoked oharboe 2008-08-11 13:36:56 +00:00
  • b565b391bc updated syntax for post_reset scripts oharboe 2008-08-11 12:28:38 +00:00
  • c45225dd11 propagate error code in case of "reset" failing. oharboe 2008-08-11 10:31:13 +00:00
  • 1ee637287e fix error output a bit: do not repeat output printed during execution in case of error. oharboe 2008-08-11 10:30:36 +00:00
  • 47ae48bff7 fix error message oharboe 2008-08-11 10:10:40 +00:00
  • 7e02ebfd62 place event loop inside #ifdef JIM_EMBEDDED. oharboe 2008-08-11 08:27:04 +00:00
  • 53e1f9cd0f - fix build issues under win32 (mingw) ntfreak 2008-08-08 18:15:55 +00:00
  • dc63c051a8 Michael Schwingen <rincewind@discworld.dascon.de> - add jedec_probe to doc oharboe 2008-08-08 14:34:35 +00:00
  • bd85f16e39 default reset in help text - run oharboe 2008-08-08 08:37:41 +00:00
  • 1d5623919b - added svn props for newly added files ntfreak 2008-08-07 18:42:14 +00:00
  • c76b0618d7 David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c oharboe 2008-08-07 16:37:20 +00:00
  • 2cec23fc37 lpc2148 2MHz, RCLK and clockless config script versions oharboe 2008-08-07 16:35:26 +00:00
  • 33682ec49a - correct BUILD_ECOSBOARD definition is server.c ntfreak 2008-08-07 16:13:54 +00:00
  • d203582a89 - remove Jim_InitEmbedded warning ntfreak 2008-08-06 19:49:10 +00:00
  • 5602648fd0 - added svn props for previously added file ntfreak 2008-08-06 16:30:59 +00:00
  • ce16ff901c - fix target_examine declaration - remove build warnings - added --enable-gccwarnings to docs - update mips_m4k_examine function ntfreak 2008-08-06 14:36:37 +00:00
  • 09bb073239 GDB monitor commands now also get halted state upon e.g. "reset halt". oharboe 2008-08-05 14:58:37 +00:00
  • 0ca1eb2804 gaffe in previous commit fixed. "reset run" now works again for arm7/9 oharboe 2008-08-05 14:38:10 +00:00
  • f370d70670 Duane Ellis: fix warnings oharboe 2008-08-05 12:27:18 +00:00
  • 20f505f695 halting srst_pulls_trst targets is now snappier and has explicit warning. oharboe 2008-08-05 10:50:10 +00:00
  • 1829361253 define resetting the target into the halted or running state as an atomic operation. oharboe 2008-08-05 07:11:12 +00:00
  • 3a48961820 moves handling of problems with resetting into the halted state into the target implementation. oharboe 2008-08-05 06:18:26 +00:00
  • e4729b3b7a TAP_TLR won't work in a pathmove sequence. OpenOCD shouldn't and doesn't need to support this. oharboe 2008-08-04 06:54:58 +00:00
  • 54916e30bb The reset routine now works w/LPC2148 out of the box. oharboe 2008-08-01 11:43:01 +00:00
  • 75ba7397b2 wait up to 1 second for halted state upon reset init/halt. oharboe 2008-07-31 15:52:01 +00:00
  • 5021560ca0 wip - committing to reduce patch size. oharboe 2008-07-31 09:25:38 +00:00
  • 7991286814 warning output upon connection problems. oharboe 2008-07-30 05:56:53 +00:00
  • 984dd0635c more jtag_examine() checks. catch errors during first 640 bits. oharboe 2008-07-29 14:58:04 +00:00
  • 530057a846 - added run_and_halt_time to deprecated/removed functions section ntfreak 2008-07-28 21:01:24 +00:00
  • db7c3810c2 allow minidrivers to implement inner loop of dcc memory writes oharboe 2008-07-28 14:37:38 +00:00
  • 0f18744a87 fixed gaffe mea culpa oharboe 2008-07-28 14:25:03 +00:00