| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | retired auto_erase, added optional erase arg to flash write_image. | oharboe | 2008-04-19 | 1 | -25/+18 |
* | - Flash auto-erase is disabled by default | drath | 2008-04-18 | 1 | -2/+3 |
* | Enabled auto erase, gdb memory map and gdb flash programming by default. | oharboe | 2008-04-18 | 1 | -1/+2 |
* | added a couple of LOG_ERROR() messages to improve logfile. | oharboe | 2008-04-08 | 1 | -0/+3 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 1 | -10/+8 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 1 | -30/+234 |
* | fix flash info - now reports erased state properly | oharboe | 2008-04-02 | 1 | -1/+53 |
* | - fixes for jtag_khz committed. | oharboe | 2008-04-01 | 1 | -0/+116 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -15/+15 |
* | Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe... | oharboe | 2008-03-05 | 1 | -5/+8 |
* | Bogus error message in GDB removed | oharboe | 2008-03-04 | 1 | -0/+11 |
* | - image.c and fileio.c now uses logging to propagate error strings. | oharboe | 2008-02-29 | 1 | -3/+0 |
* | Pavel Chromy: clarify error messages | oharboe | 2008-02-29 | 1 | -2/+2 |
* | Pavel Chromy - cleanup error messages | oharboe | 2008-02-28 | 1 | -37/+14 |
* | Pavel Chromy cleaned up checks for halted, error messages, etc. | oharboe | 2008-02-28 | 1 | -1/+1 |
* | - added svn props | ntfreak | 2008-02-28 | 1 | -97/+97 |
* | eCos flash driver. | oharboe | 2008-02-28 | 1 | -0/+2 |
* | dos2unix fix. | oharboe | 2008-02-25 | 1 | -945/+945 |
* | - "flash write_binary" is now "flash write_bank" to clarify the focus of the | oharboe | 2008-02-25 | 1 | -1071/+945 |
* | - Fixed bug in pathmove for XScale | ntfreak | 2008-02-19 | 1 | -6/+2 |
* | - add autoprobe support to flash info command | ntfreak | 2008-02-12 | 1 | -3/+5 |
* | - added autoprobe functionality | mifi | 2008-01-27 | 1 | -2/+28 |
* | - add missing files from previous commit (tms470 flash driver) | ntfreak | 2008-01-17 | 1 | -1/+1 |
* | - added tms470 flash support (thanks to Chris Kilgour for this patch) | drath | 2008-01-17 | 1 | -0/+2 |
* | - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add... | ntfreak | 2008-01-09 | 1 | -4/+4 |
* | - minimum autoconf 2.59 is now required and verified - due to issues with AS_... | ntfreak | 2007-12-29 | 1 | -8/+20 |
* | - fixed problem when write_image is called multiple times | ntfreak | 2007-12-20 | 1 | -3/+17 |
* | - removed flash write_image - binary compare function has been moved to verif... | ntfreak | 2007-12-20 | 1 | -127/+88 |
* | - added patch for new flash functionality like: | mifi | 2007-12-18 | 1 | -53/+158 |
* | - only some cosmetic changes, convert \r\n to unix | mifi | 2007-12-17 | 1 | -3/+3 |
* | - added patch to corrected argument of image_open in handle_flash_write_image... | mifi | 2007-12-17 | 1 | -1/+1 |
* | - 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 |
* | - added patch to display device information as INFO too | mifi | 2007-12-09 | 1 | -3/+13 |
* | - reset_run now works as expected on cortex-m3 | ntfreak | 2007-11-21 | 1 | -3/+2 |
* | - cleaned up str7, str9 and stm32 flash drivers | ntfreak | 2007-10-08 | 1 | -0/+3 |
* | - flash autoerase <on|off> cmd added, default is off - flash banks are calcul... | ntfreak | 2007-10-01 | 1 | -21/+61 |
* | - Fixed display of sector sizes in flash.c | mlu | 2007-09-10 | 1 | -2/+2 |
* | - update jtag_speed setting when changing it during runtime with a FT2232 bas... | drath | 2007-08-16 | 1 | -3/+6 |
* | - fixed several bugs in flash writing code (thanks to Pavel Chromy) | drath | 2007-08-16 | 1 | -111/+139 |
* | - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun... | drath | 2007-08-14 | 1 | -13/+51 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -69/+299 |
* | - ST STM32x cortex support added | ntfreak | 2007-06-24 | 1 | -0/+2 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 1 | -8/+11 |
* | - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin) | drath | 2007-06-14 | 1 | -0/+2 |
* | - added manpage for OpenOCD (thanks to Uwe Hermann) | drath | 2007-06-14 | 1 | -3/+1 |
* | - reworked image handling to support multiple sections (tested with ihex file... | drath | 2007-05-30 | 1 | -41/+53 |
* | - split fileio handling into fileio part and image handling | drath | 2007-05-29 | 1 | -14/+14 |
* | - reworked file i/o. every fileaccess (target, flash, nand, in future configu... | drath | 2007-03-15 | 1 | -35/+29 |
* | - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) | drath | 2007-01-22 | 1 | -0/+4 |