summaryrefslogtreecommitdiff
path: root/src/flash/flash.c
Commit message (Expand)AuthorAgeFilesLines
* Pavel Chromy's on chip flash loaderoharboe2008-04-231-0/+2
* Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe2008-04-201-0/+2
* - flash.c change stricmp to strcmpntfreak2008-04-191-1/+1
* retired auto_erase, added optional erase arg to flash write_image.oharboe2008-04-191-25/+18
* - Flash auto-erase is disabled by defaultdrath2008-04-181-2/+3
* Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe2008-04-181-1/+2
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-081-0/+3
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-10/+8
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-30/+234
* fix flash info - now reports erased state properlyoharboe2008-04-021-1/+53
* - fixes for jtag_khz committed.oharboe2008-04-011-0/+116
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-15/+15
* Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe2008-03-051-5/+8
* Bogus error message in GDB removedoharboe2008-03-041-0/+11
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-3/+0
* Pavel Chromy: clarify error messagesoharboe2008-02-291-2/+2
* Pavel Chromy - cleanup error messagesoharboe2008-02-281-37/+14
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-1/+1
* - added svn propsntfreak2008-02-281-97/+97
* eCos flash driver.oharboe2008-02-281-0/+2
* dos2unix fix.oharboe2008-02-251-945/+945
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-1071/+945
* - Fixed bug in pathmove for XScalentfreak2008-02-191-6/+2
* - add autoprobe support to flash info commandntfreak2008-02-121-3/+5
* - added autoprobe functionalitymifi2008-01-271-2/+28
* - add missing files from previous commit (tms470 flash driver)ntfreak2008-01-171-1/+1
* - added tms470 flash support (thanks to Chris Kilgour for this patch)drath2008-01-171-0/+2
* - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2008-01-091-4/+4
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-8/+20
* - 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-201-127/+88
* - added patch for new flash functionality like:mifi2007-12-181-53/+158
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-171-3/+3
* - added patch to corrected argument of image_open in handle_flash_write_image...mifi2007-12-171-1/+1
* - 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
* - added patch to display device information as INFO toomifi2007-12-091-3/+13
* - reset_run now works as expected on cortex-m3ntfreak2007-11-211-3/+2
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-081-0/+3
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-21/+61
* - Fixed display of sector sizes in flash.cmlu2007-09-101-2/+2
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-3/+6
* - fixed several bugs in flash writing code (thanks to Pavel Chromy)drath2007-08-161-111/+139
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-13/+51
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-69/+299
* - ST STM32x cortex support addedntfreak2007-06-241-0/+2
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-8/+11
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+2
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-3/+1
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-301-41/+53