summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* Pavel Chromy - cleanup error messagesoharboe2008-02-281-37/+14
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-2812-99/+186
* - added svn propsntfreak2008-02-282-582/+582
* lingering change for eCos flash driveroharboe2008-02-281-1/+5
* eCos flash driver.oharboe2008-02-283-1/+484
* - fix line-endingsdrath2008-02-283-352/+352
* Uwe Hermann fixed some warnings.oharboe2008-02-283-355/+352
* - code reformat (Thanks Pavel Chromy)ntfreak2008-02-262-1147/+1000
* - convert all files to unix line-endingdrath2008-02-254-3982/+3982
* Pavel Chromy style fixes.oharboe2008-02-251-100/+100
* From Michael Bruckoharboe2008-02-251-1348/+1348
* dos2unix fix.oharboe2008-02-2511-9826/+9826
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-252-9/+2
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-2512-10020/+9839
* disable cfi_write_words(). Broken for spansion, fallbackoharboe2008-02-241-2357/+2360
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-241-179/+179
* - Use NAND extended geometry information (thanks to Ben Dooks for this patch)drath2008-02-231-4/+42
* - added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi2008-02-221-3/+3
* - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath2008-02-1910-52/+877
* - Fixed bug in pathmove for XScalentfreak2008-02-191-6/+2
* - add new non-cfi SST flash device. Thanks Øyvind Harboentfreak2008-02-182-1/+19
* - fix programming issue with lpc2101/2ntfreak2008-02-142-4/+13
* - added check for revA silicon in stm32 flash driverntfreak2008-02-141-0/+9
* - add autoprobe support to flash info commandntfreak2008-02-121-3/+5
* - telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak2008-02-111-3/+1
* - stm32 flash driver now checks for correct targetntfreak2008-02-101-0/+11
* - add autoprobe support to the stm32 flash driverntfreak2008-02-102-44/+38
* - added autoprobe functionalitymifi2008-01-2715-1334/+1433
* Updated list of LMI partnamesmlu2008-01-231-27/+99
* - Eleminated leading tabs/white spacebodylove2008-01-211-4/+4
* - updated docs for cfi command, added missing ft2232_layout namesntfreak2008-01-211-4/+4
* - add missing files from previous commit (tms470 flash driver)ntfreak2008-01-175-18/+1349
* - added tms470 flash support (thanks to Chris Kilgour for this patch)drath2008-01-172-2/+4
* - 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