Commit Graph

  • 189ef12a52 - correct spelling typo in stm32x flash driver ntfreak 2008-03-07 11:29:08 +00:00
  • 6e2acffa9c Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux. oharboe 2008-03-07 11:24:44 +00:00
  • d9ac6b1d09 alloc_printf and alloc_vprintf oharboe 2008-03-07 10:55:59 +00:00
  • 96261e8277 wi-9c target scripts oharboe 2008-03-07 10:54:43 +00:00
  • c317ffe243 Removed code that inserted prompt after printing asynchronous information. Current implementation was broken beyond repair. oharboe 2008-03-07 10:53:50 +00:00
  • e66f9aaba9 - added str912/str710_program.script - added test infos from r459 mifi 2008-03-07 08:46:24 +00:00
  • e199d7bd2c removed excessive debug output. Perhaps a debug_level 4 should be introduced? Hopefully it can be avoided as this was the only case where debug output was going through the roof. oharboe 2008-03-07 08:07:07 +00:00
  • 55b4d9a984 Cosmetic fixes from Uwe Hermann oharboe 2008-03-07 06:58:31 +00:00
  • d74d72c73a Pavel Chromy: va_copy should always be paired with va_end. oharboe 2008-03-06 17:13:33 +00:00
  • ff59d1c495 retired oharboe 2008-03-06 17:11:35 +00:00
  • cc4466dfb4 use jtag_execute_queue() instead of jtag->execute_queue() oharboe 2008-03-06 14:20:12 +00:00
  • 301f47ddb5 tms is never referenced, confusing old code left behind probably. oharboe 2008-03-06 14:19:29 +00:00
  • 6be6ba7151 comment. oharboe 2008-03-06 14:16:45 +00:00
  • 2070559d95 Pavel Chromy: faster alloc_printf() oharboe 2008-03-06 12:38:11 +00:00
  • 652a5b18b4 Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and avoiding memcpy of larger blocks of data, oharboe 2008-03-06 12:04:27 +00:00
  • 209d7c0edc Michael Bruck: - force simulate_reset_on_next_halt when target state is initially detected - print out method of debug entry - fix VCR activation (didn't work before) oharboe 2008-03-06 12:01:52 +00:00
  • c6c6cd0ffd Michael Bruck: 64 bit va_list fix for crash oharboe 2008-03-06 12:01:17 +00:00
  • 97de458ff0 make debug code w.r.t. incorrect args for bypass stricter. oharboe 2008-03-06 06:56:19 +00:00
  • 087ccf3b6e warnings & comments fixes. oharboe 2008-03-05 19:33:53 +00:00
  • 01a5d87d5f - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_add_dr_out() codepath - added a check to jtag_add_pathmove() for legal path transitions - tweaked jtag.h docs a little bit - made some jtag bypass tests _DEBUG_JTAG_IO_ oharboe 2008-03-05 19:29:41 +00:00
  • 9b25f5eba2 added jtag_add_dr_out(). Better for hw fifo, same for software fifo. oharboe 2008-03-05 19:21:22 +00:00
  • f14f84ca1e Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointer conversion in gpnvm command handling, uninitialized buffer issue in handle_flash_info_command in flash.c, some formatting. oharboe 2008-03-05 13:27:50 +00:00
  • 6d95014674 * fixed malloc corruption in target->debug_reason * GDB remote server will now remain online even if the target is in a funny state, e.g. if it requires a reset, it is running while GDB is not in the continue or step packet, e.g. via monitor resume/halt commands in GDB script. * Added some _DEBUG_GDB_IO_ debug tools * Fixed a couple of GDB server lockups, e.g. when O packets detect a severed connection * added ACK upon connection (send +). * added keep-alive messages to reset so GDB protocol remains happy. * fixed crash when timing out connection to GDB oharboe 2008-03-05 10:28:32 +00:00
  • 6445cc6479 telnet_port can now be invoked multiple times oharboe 2008-03-05 06:55:14 +00:00
  • 8404dc3657 Bogus error message in GDB removed oharboe 2008-03-04 21:12:01 +00:00
  • f955b90d28 Fixed GDB timeout crash - regression introduced back when log_add/remove_callback was added. oharboe 2008-03-04 13:13:55 +00:00
  • 5a6dc5a325 Michael Bruck - fix warnings. oharboe 2008-03-04 08:40:33 +00:00
  • ea306d3e59 Michael Bruck: fix warnings. oharboe 2008-03-04 07:13:08 +00:00
  • 58cccae639 Michael Bruck: oharboe 2008-03-04 06:46:44 +00:00
  • 5c2b85dfec - added svn prop svn:eol-style native ntfreak 2008-03-03 20:43:38 +00:00
  • bc67c6720b I fixed all the targets even though I could only prove that XScale was busted. oharboe 2008-03-03 15:58:17 +00:00
  • 50f08f8f2a added fill_malloc test. Not quite sure what to do here yet, but it would be good to have something... oharboe 2008-03-03 15:49:45 +00:00
  • 75e69503b9 added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfg zy1000.cfg oharboe 2008-03-03 13:29:29 +00:00
  • fe20b12fbd some comments from Dominic oharboe 2008-03-03 07:49:32 +00:00
  • 64dbef69e7 - Added coding style to README drath 2008-03-02 16:46:37 +00:00
  • 6e45e88251 - added svn prop svn:eol-style native ntfreak 2008-03-02 09:26:01 +00:00
  • 2c5fc392f0 Uwe Hermann tightned up comments, etc. to follow OpenOCD policy oharboe 2008-03-02 08:39:02 +00:00
  • 2e21083c19 fixed FSF address. Uwe Hermann. oharboe 2008-03-02 08:29:44 +00:00
  • 72abcddbeb target scripts for test suite. oharboe 2008-03-01 22:00:13 +00:00
  • 9a53295862 wrote up explaining why tests are done on committed code. oharboe 2008-03-01 21:43:18 +00:00
  • 6c1d9b7245 wrote up explaining why tests are done on committed code. oharboe 2008-03-01 21:40:48 +00:00
  • 37d850564f - contrib directory added - libdcc added as example for dcc comms with openocd target_request debugmsgs ntfreak 2008-03-01 20:51:26 +00:00
  • 71e3bb892f - added test result for r423 mifi 2008-03-01 20:25:29 +00:00
  • 53883c2784 fix memory corruption regression introduced in 335 oharboe 2008-03-01 20:10:25 +00:00
  • 542df34411 - removed warnings "xxxxx" might be used uninitialized in this function (arm_simulator.c) - some cosmetic changes mifi 2008-03-01 19:13:05 +00:00
  • 290d00e649 - added example for testing the JTAG speed with a FT2232 device mifi 2008-03-01 18:40:06 +00:00
  • 2ce5ca9f0e backed out jtag_add_shift() oharboe 2008-03-01 18:10:26 +00:00
  • 63e90b092a - updated svn:eol-style prop to native for AT91R40008 (Thanks to Spen for the hint) mifi 2008-03-01 16:37:14 +00:00
  • 1d2f4f1463 - added at91r40008 test example, and test result mifi 2008-03-01 16:31:52 +00:00
  • 06433b2d64 - updated svn:eol-style prop to native ntfreak 2008-03-01 16:26:48 +00:00
  • 5a0910206c - added sam7x256 test example, and test result mifi 2008-03-01 16:15:35 +00:00
  • 6cf398f3ce improve DCC bulk write performance by using jtag_add_shift() + tweaked embedded ICE communication. oharboe 2008-03-01 15:53:10 +00:00
  • 4b06fa39ae - added sam7s256 test example, and test result mifi 2008-03-01 15:41:14 +00:00
  • 007e9e2d60 Now uses jtag_add_shift() via embeddedice_write_reg_inner(). oharboe 2008-03-01 15:20:35 +00:00
  • 44ab4ec6ce - added lpc2294 test example, and test result mifi 2008-03-01 15:07:33 +00:00
  • 82eda37fe3 log_remove_callback oharboe 2008-03-01 14:36:13 +00:00
  • 63e9c3e577 - added lpc2148 test example, and test result - corrected str912 makefile eof mifi 2008-03-01 14:32:55 +00:00
  • 02bbe4147d - added str912 test example, and test result mifi 2008-03-01 14:01:53 +00:00
  • d03a0d09d8 wip. fixed gaffe in jtag_add_shift() oharboe 2008-03-01 13:54:37 +00:00
  • 3573afabb4 - added test result for str710, and test description mifi 2008-03-01 13:40:25 +00:00
  • 387435a368 - added svn prop eol-style native - fixed mixed line endings on crt.s ntfreak 2008-03-01 12:49:20 +00:00
  • 5653e6c77c - added STR710 example which I used for Eclipse debug testing mifi 2008-03-01 10:54:32 +00:00
  • 9d527a0071 error handling fix. oharboe 2008-03-01 08:41:02 +00:00
  • a6d6a94c9d added an #error in case anybody tries to compile that broken code. oharboe 2008-02-29 21:51:17 +00:00
  • 4cb9b17905 fixed stack corruption. Introduced when _check_value was phased out. oharboe 2008-02-29 21:43:19 +00:00
  • 269aa8e99a - fix bug with emulated cortex_m3 dcc channel ntfreak 2008-02-29 18:52:05 +00:00
  • 69749dbcb3 - update openocd.texi to fdl 1.2 ntfreak 2008-02-29 18:10:46 +00:00
  • d3f0919233 Tweaked logging output. oharboe 2008-02-29 15:32:07 +00:00
  • d08da2ec04 Uwe Hermann: Add a --version switch for openocd. oharboe 2008-02-29 14:34:17 +00:00
  • 54196f7673 Pavel Chromy fix: the guess-rev.sh scripts to retrieve SVN revision returns the result including new line causing PKGBLDREV macro to not work oharboe 2008-02-29 13:03:37 +00:00
  • 3087b66861 Uwe Hermann: Updated version which applies cleanly after the recent whitespace fixes. oharboe 2008-02-29 12:39:42 +00:00
  • 6d3bed69dc Uwe Hermann: Small cosmetic fixes in the license header to make them all look the same, fix some typos, update README. oharboe 2008-02-29 12:37:45 +00:00
  • 0d2b289048 Pavel Chromy: add missing newlines. oharboe 2008-02-29 12:31:29 +00:00
  • 315cbed1fb Uwe Hermann: mproves the manpage text a bit and adds the missing -s and -c options. oharboe 2008-02-29 12:30:21 +00:00
  • fb2c709166 lingering patch from Pavel Chromy. oharboe 2008-02-29 12:20:30 +00:00
  • fad239c1db formatting fixes from Pavel Chromy oharboe 2008-02-29 12:16:02 +00:00
  • da767f48da remove warnings. oharboe 2008-02-29 11:55:09 +00:00
  • 219b7f30b9 - image.c and fileio.c now uses logging to propagate error strings. More precise, less code. - removed unused code in fileio.c - Windows should now find debug_handler.bin oharboe 2008-02-29 11:42:37 +00:00
  • 3a3fc30014 - clean up target output strings a bit - open_file_from_path() now uses logging feature - open_file_from_path() no longer uses paths for anything but "r" mode. Fixes bug waiting to happen. oharboe 2008-02-29 11:31:49 +00:00
  • 0a749feb8e do not write single chars to log file. oharboe 2008-02-29 11:23:26 +00:00
  • 43126e8f49 Pavel Chromy: clarify error messages oharboe 2008-02-29 11:18:41 +00:00
  • 67e0aea258 Summary: passing of variable argument list reduced, strings sent to logging are now formatted just once - more efficient. As a result, ugly string malloc+strcpy are not needed anymore. oharboe 2008-02-29 11:16:38 +00:00
  • 4febcd8313 Michael Bruck: oharboe 2008-02-29 07:03:28 +00:00
  • 881dddd84f Michael Bruck: - fix indentation of multi-level commands - make help command work with multi-level commands oharboe 2008-02-29 07:01:43 +00:00
  • c98ec4cc36 changed to eCos license. oharboe 2008-02-28 18:09:33 +00:00
  • fc925b637d fixed newline gaffe in OUTPUT() oharboe 2008-02-28 15:14:14 +00:00
  • 2d48f25dcf Pavel Chromy spotted duplicated newlines gaffe from yours sincerely. oharboe 2008-02-28 14:28:37 +00:00
  • 0db9f18a18 Pavel Chromy spotted a leak oharboe 2008-02-28 14:23:32 +00:00
  • 6d0aa6dc05 Uwe Hermann: Simplify the manpage by removing lots of redundant information which is already in the README or texinfo (and which needs to be updated relatively often -- list of authors, list of supported JTAG devices etc). oharboe 2008-02-28 13:04:49 +00:00
  • e916cc840d numerous fixes from Uwe Hermann oharboe 2008-02-28 11:52:26 +00:00
  • ddb94b5bdb small line ending cleanup. oharboe 2008-02-28 11:08:46 +00:00
  • fc37cdb2dd Pavel Chromy - cleanup error messages oharboe 2008-02-28 11:00:35 +00:00
  • 5f159928b1 fix gaffe. oharboe 2008-02-28 10:49:22 +00:00
  • 86ca2270f4 Pavel Chromy cleaned up checks for halted, error messages, etc. oharboe 2008-02-28 10:44:41 +00:00
  • b008ff7ae1 - svn file props set to LF endings ntfreak 2008-02-28 10:38:04 +00:00
  • 076017341d fix from Pavel Chromy oharboe 2008-02-28 10:24:46 +00:00
  • 9e5a6679ca - added svn props - fixed mixed line endings on flash.c, log.c, gdb_server.c ntfreak 2008-02-28 10:07:54 +00:00
  • 76ebc78358 code to be used in upcoming minidriver work. oharboe 2008-02-28 09:34:18 +00:00
  • 367b968809 added some code that will be used in upcoming minidriver work. oharboe 2008-02-28 09:32:09 +00:00
  • 8e7d9cb3bc fix copyright. oharboe 2008-02-28 09:30:06 +00:00