aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2008-01-09- rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2-6/+6
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2-8/+21
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...ntfreak2-135/+89
2007-12-18- added patch for new flash functionality like:mifi2-54/+166
2007-12-17- only some cosmetic changes, convert \r\n to unixmifi2-6/+6
2007-12-17- added patch to corrected argument of image_open in handle_flash_write_image...mifi1-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-14- added the patch CFI-BE-Fixes-Blockwrite-Support.diffmifi1-82/+302
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 warningsmifi2-2/+2
2007-12-10- Stripped trailing spaces (patch preparation)bodylove2-258/+258
2007-12-10- Added PKGLIBDIR define to C options. Allows to storebodylove1-0/+1
2007-12-09- added patch to display device information as INFO toomifi1-3/+13
2007-11-21- reset_run now works as expected on cortex-m3ntfreak4-114/+275
2007-10-26- corrected str91x bank1 programming issuesntfreak3-61/+65
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak5-65/+145
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2-22/+62
2007-09-10- Fixed display of sector sizes in flash.cmlu2-28/+43
2007-08-20- Support for AT91SAM7xx512 chipsmlu1-134/+231
2007-08-20- Support for AT91SAM7xx512 chipsmlu1-5/+3
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath1-3/+6
2007-08-16- fixed several bugs in flash writing code (thanks to Pavel Chromy)drath2-112/+140
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath3-25/+76
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath19-277/+505
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak1-1/+1
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath1-4/+1
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-1/+1
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath1-1/+1
2007-06-24- ST STM32x cortex support addedntfreak4-2/+949
2007-06-16- str9xpec driver was using stricmp, changed to strcmp for posix compatibilityntfreak1-32/+4
2007-06-16- added mingw elf patches from Vincent Palatinntfreak5-11/+1468
2007-06-14Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2-10/+63
2007-06-14- added stellaris.[ch] missing from Cortex-M3 mergedrath2-0/+891
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2-2/+4
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-3/+1
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath2-73/+64
2007-05-29- split fileio handling into fileio part and image handlingdrath7-199/+535
2007-04-12- correctly mask out bits that aren't part of a copied bufferdrath1-1/+1
2007-04-11- disabled excessive debug output in jtag.hdrath2-27/+802
2007-03-28- merged XScale branch back into trunkdrath1-4/+5
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath4-22/+12
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath6-37/+2678
2007-02-03- add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath1-1/+1
2007-01-31- merged several changes from XScaledrath1-0/+3
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2-8/+53
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath1-0/+34
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-29/+63