summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* - added new device to luminary flash driverntfreak2008-04-301-2/+35
* - stm32x default to 128k if flash size failed.ntfreak2008-04-291-1/+6
* - luminary flash now loader polls when finishedntfreak2008-04-261-7/+3
* - change str9 flash controller to read array after a level 1 protectntfreak2008-04-261-0/+7
* Close dangling file handleoharboe2008-04-241-1/+1
* - added svn props for newly added filesntfreak2008-04-2414-1534/+1532
* Pavel Chromy's on chip flash loaderoharboe2008-04-2316-1/+1538
* Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe2008-04-233-0/+20
* - set lpc288x[ch] svn file propsntfreak2008-04-212-606/+606
* - set erase flag on sectorntfreak2008-04-201-4/+6
* Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe2008-04-204-2/+610
* - 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
* - split str71x driver into banksntfreak2008-04-146-196/+147
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-102-2/+0
* Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe2008-04-081-0/+11
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-083-2/+10
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-042-14/+11
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-034-195/+241
* fix flash info - now reports erased state properlyoharboe2008-04-025-97/+57
* - fixes for jtag_khz committed.oharboe2008-04-011-0/+116
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-2517-382/+382
* - fix warnings during configure cause by ecosboard. default to no, if host cp...drath2008-03-171-87/+86
* Michael Bruck: fix warningoharboe2008-03-091-0/+1
* Michael Bruck: fixed warningsoharboe2008-03-074-12/+19
* - correct spelling typo in stm32x flash driverntfreak2008-03-071-1/+1
* Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe2008-03-055-156/+117
* Bogus error message in GDB removedoharboe2008-03-042-0/+12
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-023-24/+26
* Uwe Hermann: oharboe2008-02-2913-89/+160
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-293-6/+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-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