| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - removed flash write_image - binary compare function has been moved to verif... | ntfreak | 2007-12-20 | 7 | -193/+197 |
* | - this patch allows OpenOCD running under eCos to access files via tftp | mifi | 2007-12-19 | 2 | -38/+18 |
* | - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty... | ntfreak | 2007-12-18 | 1 | -0/+25 |
* | - added patch for new flash functionality like: | mifi | 2007-12-18 | 15 | -63/+267 |
* | - only some cosmetic changes, convert \r\n to unix | mifi | 2007-12-17 | 3 | -12/+12 |
* | - fixed relocation problems with image loading. Relocation is handled | mifi | 2007-12-17 | 1 | -9/+17 |
* | - added patch to corrected argument of image_open in handle_flash_write_image... | mifi | 2007-12-17 | 1 | -1/+1 |
* | The changes allows the "script" command to be used from within | mifi | 2007-12-17 | 1 | -1/+1 |
* | - removed some compiler warnings | mifi | 2007-12-16 | 1 | -23/+30 |
* | - change error message for image_open error | mifi | 2007-12-16 | 1 | -5/+6 |
* | - initialize num_sectors and sectors in handle_flash_bank_command. | mifi | 2007-12-16 | 1 | -1/+3 |
* | - fixed ETM configuration register decoding | drath | 2007-12-16 | 1 | -2/+2 |
* | - added the patch CFI-BE-Fixes-Blockwrite-Support.diff | mifi | 2007-12-14 | 1 | -82/+302 |
* | Corrected typo (to many brackets) | mifi | 2007-12-14 | 1 | -2/+2 |
* | Sorry, I have forgotten to add a description for the last version, where | mifi | 2007-12-14 | 1 | -0/+1 |
* | git-svn-id: svn://svn.berlios.de/openocd/trunk@228 b42882b7-edfa-0310-969c-e2... | mifi | 2007-12-14 | 2 | -2/+68 |
* | - added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_ext | mifi | 2007-12-14 | 1 | -1/+7 |
* | - Fixing two compiler warnings | mifi | 2007-12-10 | 4 | -12/+24 |
* | - Stripped trailing spaces (patch preparation) | bodylove | 2007-12-10 | 2 | -258/+258 |
* | - Enabled URL keyword expansion for enhanced version | bodylove | 2007-12-10 | 1 | -1/+1 |
* | - Added PKGLIBDIR define to C options. Allows to store | bodylove | 2007-12-10 | 1 | -0/+1 |
* | - XScale DebugHandler code is now installed into | bodylove | 2007-12-10 | 2 | -493/+498 |
* | Changed openocd version info creation to be more useful. | bodylove | 2007-12-10 | 5 | -2/+19 |
* | - added patch to display device information as INFO too | mifi | 2007-12-09 | 3 | -9/+36 |
* | Merged rev 215 changes from /branches/xscale-ixp-be into trunk: | bodylove | 2007-12-05 | 1 | -3/+4 |
* | Do not overwrite code when removing software breakpoint if it no longer conta... | vpalatin | 2007-12-04 | 1 | -2/+10 |
* | - added support for Hitex STM32 Performance Stick | ntfreak | 2007-11-23 | 2 | -0/+164 |
* | - reset_run now works as expected on cortex-m3 | ntfreak | 2007-11-21 | 11 | -123/+2329 |
* | - corrected str91x bank1 programming issues | ntfreak | 2007-10-26 | 3 | -61/+65 |
* | - add verify_image command | ntfreak | 2007-10-22 | 18 | -11/+392 |
* | - cleaned up str7, str9 and stm32 flash drivers | ntfreak | 2007-10-08 | 10 | -72/+236 |
* | - flash autoerase <on|off> cmd added, default is off - flash banks are calcul... | ntfreak | 2007-10-01 | 9 | -116/+153 |
* | - Fixed display of sector sizes in flash.c | mlu | 2007-09-10 | 7 | -107/+127 |
* | - added ft2232_latency command | mlu | 2007-09-10 | 1 | -2/+21 |
* | Patch by Michael Schwingen that | drath | 2007-09-05 | 8 | -39/+72 |
* | - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch... | drath | 2007-08-25 | 6 | -221/+445 |
* | - correctly initialize start address for XScale trace buffer decodes in fill-... | drath | 2007-08-21 | 2 | -1/+14 |
* | - Support for AT91SAM7xx512 chips | mlu | 2007-08-20 | 1 | -134/+231 |
* | - Support for AT91SAM7xx512 chips | mlu | 2007-08-20 | 1 | -5/+3 |
* | - update file size when writing to a fileio | drath | 2007-08-20 | 1 | -2/+8 |
* | - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo... | drath | 2007-08-17 | 3 | -7/+52 |
* | - update jtag_speed setting when changing it during runtime with a FT2232 bas... | drath | 2007-08-16 | 6 | -10/+49 |
* | - fixed several bugs in flash writing code (thanks to Pavel Chromy) | drath | 2007-08-16 | 3 | -121/+149 |
* | - corrected automake script | drath | 2007-08-14 | 3 | -3/+5 |
* | - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun... | drath | 2007-08-14 | 14 | -221/+645 |
* | - fix build issues when not using autoconf/automake to build | ntfreak | 2007-08-13 | 1 | -1/+3 |
* | - bumped version information | drath | 2007-08-10 | 1 | -1/+1 |
* | - changed mingw host detection to *-mingw instead of *-*-mingw to work with i... | drath | 2007-08-10 | 2 | -2/+3 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 58 | -642/+1624 |
* | - trying to remove a breakpoint with target running should not exit(-1) from ... | mlu | 2007-08-09 | 1 | -2/+11 |