summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2008-01-092-6/+6
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-292-8/+21
* - 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-202-135/+89
* - added patch for new flash functionality like:mifi2007-12-182-54/+166
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-172-6/+6
* - added patch to corrected argument of image_open in handle_flash_write_image...mifi2007-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
* - added the patch CFI-BE-Fixes-Blockwrite-Support.diffmifi2007-12-141-82/+302
* - added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_extmifi2007-12-141-1/+7
* - Fixing two compiler warningsmifi2007-12-102-2/+2
* - Stripped trailing spaces (patch preparation)bodylove2007-12-102-258/+258
* - Added PKGLIBDIR define to C options. Allows to storebodylove2007-12-101-0/+1
* - added patch to display device information as INFO toomifi2007-12-091-3/+13
* - reset_run now works as expected on cortex-m3ntfreak2007-11-214-114/+275
* - corrected str91x bank1 programming issuesntfreak2007-10-263-61/+65
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-085-65/+145
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-012-22/+62
* - Fixed display of sector sizes in flash.cmlu2007-09-102-28/+43
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-134/+231
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-5/+3
* - 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-162-112/+140
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-143-25/+76
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-1019-277/+505
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-1/+1
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-4/+1
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+1
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-1/+1
* - ST STM32x cortex support addedntfreak2007-06-244-2/+949
* - str9xpec driver was using stricmp, changed to strcmp for posix compatibilityntfreak2007-06-161-32/+4
* - added mingw elf patches from Vincent Palatinntfreak2007-06-165-11/+1468
* Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2007-06-142-10/+63
* - added stellaris.[ch] missing from Cortex-M3 mergedrath2007-06-142-0/+891
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-142-2/+4
* - 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-302-73/+64
* - split fileio handling into fileio part and image handlingdrath2007-05-297-199/+535
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-1/+1
* - disabled excessive debug output in jtag.hdrath2007-04-112-27/+802
* - merged XScale branch back into trunkdrath2007-03-281-4/+5
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-264-22/+12
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-156-37/+2678
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-031-1/+1
* - merged several changes from XScaledrath2007-01-311-0/+3
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-222-8/+53
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-0/+34
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-29/+63