62 Commits (ab9dfffdb5ecc2033d5d19c6e51c8b4fa10c9c9b)

Author SHA1 Message Date
  kc8apf ab9dfffdb5 - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  kc8apf c45de8073d Change tap_state naming to be consistent with SVF documentation. 15 years ago
  oharboe d571e92aba Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction breakpoint registers was decremented 15 years ago
  oharboe 270f9aa021 Karl Beldan <karl.beldan@gmail.com> - fix vector_catch command 15 years ago
  duane a28eaa85f7 jtag newtap change & huge manual update 15 years ago
  oharboe e3462b228c jtag_get_device() now returns NULL and reports error instead of invoking exit() 15 years ago
  oharboe cb434c21af error checking - no reported errors, but catched a couple of exit()'s and converted them to errors. 15 years ago
  oharboe 9f58ef3a58 more error handling and removed force breakpoints as that is handled by a more generic gdb command 15 years ago
  oharboe ccc2e3fe76 Laurentiu Cocanu - memory read/write and exit() error path fixes 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe ef1cfb2394 Duane Ellis: "target as an [tcl] object" feature. 15 years ago
  oharboe 8d73c2a9b0 duan ellis target tcl work in progress 15 years ago
  oharboe 6af4a22689 better polling debug_level 3 handling 15 years ago
  oharboe 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. 15 years ago
  oharboe 5227c98f3f tinker with Xscale performance. Poll a bit more before sleeping. 15 years ago
  oharboe f370d70670 Duane Ellis: fix warnings 16 years ago
  oharboe 1829361253 define resetting the target into the halted or running 16 years ago
  oharboe 526fe3d83e added yours sincerely for files where I feel that I've made non-trivial contributions. 16 years ago
  oharboe dfbb9f3e89 - jtag_khz/speed are now single parameter only. These are used 16 years ago
  ntfreak 17d52af2a4 - added checksum_memory and blank_check_memory for xscale 16 years ago
  ntfreak 938e01d0c3 - moved flash erase_check target code to target.c 16 years ago
  oharboe 05d143857c Fix crash when mode number fetched from the target is invalid. 16 years ago
  oharboe 6a775dff38 retired fast_memory_access. It's always fast now. 16 years ago
  oharboe 61ab13f895 TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code. 16 years ago
  oharboe a7d3a4a7f8 Improved XScale performance for embedded hosted OpenOCD 16 years ago
  oharboe 35b3c95299 - reverted some of the changes that possibly broke arm926ejs. Waiting 16 years ago
  oharboe d3f0549f08 - Work on fixing erase check. Many implementations are plain broken. 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  oharboe b8dab6d056 XScale excessive waiting fix. 16 years ago
  oharboe 10c3b1c936 fixed regression in XScale introduce in 297 16 years ago
  oharboe b9162dcc8e With the recent changes the TRST needs to happen for every reset. 16 years ago
  oharboe 09e303bb8e retire unused code. 16 years ago
  oharboe c78b4fe426 - Improves error handling upon GDB connect 16 years ago
  oharboe 8bc200e1fe Added some timeout handling to XScale so OpenOCD doesn't get 16 years ago
  oharboe 087ccf3b6e warnings & comments fixes. 16 years ago
  oharboe bc67c6720b I fixed all the targets even though 16 years ago
  oharboe 53883c2784 fix memory corruption regression introduced in 335 16 years ago
  oharboe 4cb9b17905 fixed stack corruption. Introduced when _check_value was phased out. 16 years ago
  oharboe 219b7f30b9 - image.c and fileio.c now uses logging to propagate error strings. 16 years ago
  drath 3d6bcf0792 - convert all files to unix line-ending 16 years ago
  oharboe 687a9553c9 From Michael Bruck 16 years ago
  oharboe 8529e7c21e - added "xscale fast_memory_access" which speeds up memory 16 years ago
  oharboe 1aa854684d - fixed target->type->poll() return value 16 years ago
  ntfreak 5c0e8efa05 - Fixed bug in pathmove for XScale 16 years ago
  ntfreak d36abc1cd6 - removed a raft of unecessary exit() calls. Issuing a reset will solve these ails. 16 years ago
  ntfreak 8f77362432 - fix xscale memory leak and warnings. Thanks Øyvind Harboe 16 years ago
  mifi dafa5aacbe - added patch to access cp15 register (XScale) 16 years ago
  bodylove 1b7b811d5d - Eleminated leading tabs/white space 16 years ago
  ntfreak 13eac429e1 - debug handler file not closed - (thanks to oyvind harboe for the patch) 16 years ago