aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-20- added patch "remove error handler as planned"mifi13-130/+64
2008-01-17- add support for cortex_m3 target_request debugmsgsntfreak7-15/+123
2008-01-17- add missing files from previous commit (tms470 flash driver)ntfreak5-18/+1349
2008-01-17- fixed 'make distcheck' (thanks to Theodore A. Roth for this patchdrath1-2/+2
2008-01-17- added tms470 flash support (thanks to Chris Kilgour for this patch)drath2-2/+4
2008-01-14- use correct SCAN_N check value (disabled by default)drath1-1/+1
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak3-27/+32
2008-01-10- fix gdb packet retransmission omissionntfreak1-1/+2
2008-01-10- _DEBUG_GDB_IO_ was left on by mistakentfreak1-1/+1
2008-01-10- added faster gdb packet handling (thanks to oyvind harboe for the patch)ntfreak2-14/+78
2008-01-10- added patch for faster start of OpenOCDmifi2-3/+16
2008-01-09- rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak4-40/+56
2008-01-07- added gdb flash fixes patch mifi11-230/+196
2007-12-29- add support for extended gdb packet R (restart), requires gdb to be started...ntfreak1-0/+13
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak10-363/+697
2007-12-20- fixed problem when write_image is called multiple timesntfreak1-3/+17
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak6-184/+171
2007-12-19- this patch allows OpenOCD running under eCos to access files via tftpmifi2-38/+18
2007-12-18- added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak1-0/+25
2007-12-18- added patch for new flash functionality like:mifi14-63/+263
2007-12-17- only some cosmetic changes, convert \r\n to unixmifi3-12/+12
2007-12-17- fixed relocation problems with image loading. Relocation is handledmifi1-9/+17
2007-12-17- added patch to corrected argument of image_open in handle_flash_write_image...mifi1-1/+1
2007-12-17The changes allows the "script" command to be used from withinmifi1-1/+1
2007-12-16- removed some compiler warningsmifi1-23/+30
2007-12-16- change error message for image_open errormifi1-5/+6
2007-12-16- initialize num_sectors and sectors in handle_flash_bank_command.mifi1-1/+3
2007-12-16- fixed ETM configuration register decodingdrath1-2/+2
2007-12-14- added the patch CFI-BE-Fixes-Blockwrite-Support.diffmifi1-82/+302
2007-12-14Corrected typo (to many brackets)mifi1-2/+2
2007-12-14Sorry, I have forgotten to add a description for the last version, wheremifi1-0/+1
2007-12-14git-svn-id: svn://svn.berlios.de/openocd/trunk@228 b42882b7-edfa-0310-969c-e2...mifi2-2/+68
2007-12-14- added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_extmifi1-1/+7
2007-12-10- Fixing two compiler warningsmifi4-12/+24
2007-12-10- Stripped trailing spaces (patch preparation)bodylove2-258/+258
2007-12-10- Enabled URL keyword expansion for enhanced version bodylove1-1/+1
2007-12-10- Added PKGLIBDIR define to C options. Allows to storebodylove1-0/+1
2007-12-10- XScale DebugHandler code is now installed intobodylove2-493/+498
2007-12-10Changed openocd version info creation to be more useful.bodylove2-1/+9
2007-12-09- added patch to display device information as INFO toomifi3-9/+36
2007-12-05Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove1-3/+4
2007-12-04Do not overwrite code when removing software breakpoint if it no longer conta...vpalatin1-2/+10
2007-11-23- added support for Hitex STM32 Performance Stickntfreak1-0/+79
2007-11-21- reset_run now works as expected on cortex-m3ntfreak6-121/+304
2007-10-26- corrected str91x bank1 programming issuesntfreak3-61/+65
2007-10-22- add verify_image commandntfreak18-11/+392
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak10-72/+236
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak9-116/+153
2007-09-10- Fixed display of sector sizes in flash.cmlu7-107/+127
2007-09-10- added ft2232_latency commandmlu1-2/+21