summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Eleminated leading tabs/white spacebodylove2008-01-212-108/+111
* - Eleminated leading tabs/white spacebodylove2008-01-211-14/+14
* - Eleminated leading tabs/white spacebodylove2008-01-211-4/+4
* - updated docs for cfi command, added missing ft2232_layout namesntfreak2008-01-211-4/+4
* - added patch "remove error handler as planned"mifi2008-01-2013-130/+64
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-177-15/+123
* - add missing files from previous commit (tms470 flash driver)ntfreak2008-01-175-18/+1349
* - fixed 'make distcheck' (thanks to Theodore A. Roth for this patchdrath2008-01-171-2/+2
* - added tms470 flash support (thanks to Chris Kilgour for this patch)drath2008-01-172-2/+4
* - use correct SCAN_N check value (disabled by default)drath2008-01-141-1/+1
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-113-27/+32
* - fix gdb packet retransmission omissionntfreak2008-01-101-1/+2
* - _DEBUG_GDB_IO_ was left on by mistakentfreak2008-01-101-1/+1
* - added faster gdb packet handling (thanks to oyvind harboe for the patch)ntfreak2008-01-102-14/+78
* - added patch for faster start of OpenOCDmifi2008-01-102-3/+16
* - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2008-01-094-40/+56
* - added gdb flash fixes patch mifi2008-01-0711-230/+196
* - add support for extended gdb packet R (restart), requires gdb to be started...ntfreak2007-12-291-0/+13
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-2910-363/+697
* - fixed problem when write_image is called multiple timesntfreak2007-12-201-3/+17
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-206-184/+171
* - this patch allows OpenOCD running under eCos to access files via tftpmifi2007-12-192-38/+18
* - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak2007-12-181-0/+25
* - added patch for new flash functionality like:mifi2007-12-1814-63/+263
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-173-12/+12
* - fixed relocation problems with image loading. Relocation is handledmifi2007-12-171-9/+17
* - added patch to corrected argument of image_open in handle_flash_write_image...mifi2007-12-171-1/+1
* The changes allows the "script" command to be used from withinmifi2007-12-171-1/+1
* - removed some compiler warningsmifi2007-12-161-23/+30
* - change error message for image_open errormifi2007-12-161-5/+6
* - initialize num_sectors and sectors in handle_flash_bank_command.mifi2007-12-161-1/+3
* - fixed ETM configuration register decodingdrath2007-12-161-2/+2
* - added the patch CFI-BE-Fixes-Blockwrite-Support.diffmifi2007-12-141-82/+302
* Corrected typo (to many brackets)mifi2007-12-141-2/+2
* Sorry, I have forgotten to add a description for the last version, wheremifi2007-12-141-0/+1
* git-svn-id: svn://svn.berlios.de/openocd/trunk@228 b42882b7-edfa-0310-969c-e2...mifi2007-12-142-2/+68
* - added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_extmifi2007-12-141-1/+7
* - Fixing two compiler warningsmifi2007-12-104-12/+24
* - Stripped trailing spaces (patch preparation)bodylove2007-12-102-258/+258
* - Enabled URL keyword expansion for enhanced version bodylove2007-12-101-1/+1
* - Added PKGLIBDIR define to C options. Allows to storebodylove2007-12-101-0/+1
* - XScale DebugHandler code is now installed intobodylove2007-12-102-493/+498
* Changed openocd version info creation to be more useful.bodylove2007-12-102-1/+9
* - added patch to display device information as INFO toomifi2007-12-093-9/+36
* Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove2007-12-051-3/+4
* Do not overwrite code when removing software breakpoint if it no longer conta...vpalatin2007-12-041-2/+10
* - added support for Hitex STM32 Performance Stickntfreak2007-11-231-0/+79
* - reset_run now works as expected on cortex-m3ntfreak2007-11-216-121/+304
* - corrected str91x bank1 programming issuesntfreak2007-10-263-61/+65
* - add verify_image commandntfreak2007-10-2218-11/+392