aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2008-06-27David Anders: fixes an issue with large block nand flash address where the be...oharboe
2008-06-16fallback for no implementation of multi word CFI write. Successful codepath n...oharboe
2008-06-11- probe incorrect for high density stm32 flashntfreak
2008-06-06- stm32 erase will use mass_erase if all banks selectedntfreak
2008-06-05- erase bank using bank erase rather than each sectorntfreak
2008-06-04- luminary, stm32 and str7 flash driver error cleanupntfreak
2008-06-03- str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak
2008-06-03Fredrik Hederstierna: fix leak + clean up return codesoharboe
2008-06-03Fredrik Hederstierna: fix leak + clean up return codesoharboe
2008-05-28- stellaris flash driver changed warning to infontfreak
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-05-27flash_write will attempt to pad image sectionsntfreak
2008-05-26- corrected error with stm32 page calculationntfreak
2008-05-24- added stellaris flash mass_erase commandntfreak
2008-05-24- update sectors on stm32x mass erasentfreak
2008-05-24- removed compiler warningsntfreak
2008-05-23- add support for newer high density stm32 partsntfreak
2008-05-20Edgar Grimberg fixes some memory handling issues andoharboe
2008-04-30- added new device to luminary flash driverntfreak
2008-04-29- stm32x default to 128k if flash size failed.ntfreak
2008-04-26- luminary flash now loader polls when finishedntfreak
2008-04-26- change str9 flash controller to read array after a level 1 protectntfreak
2008-04-24Close dangling file handleoharboe
2008-04-24- added svn props for newly added filesntfreak
2008-04-23Pavel Chromy's on chip flash loaderoharboe
2008-04-23Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe
2008-04-21- set lpc288x[ch] svn file propsntfreak
2008-04-20- set erase flag on sectorntfreak
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe
2008-04-19- flash.c change stricmp to strcmpntfreak
2008-04-19retired auto_erase, added optional erase arg to flash write_image.oharboe
2008-04-18- Flash auto-erase is disabled by defaultdrath
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe
2008-04-14- split str71x driver into banksntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-08Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-04-02fix flash info - now reports erased state properlyoharboe
2008-04-01- fixes for jtag_khz committed.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath
2008-03-09Michael Bruck: fix warningoharboe
2008-03-07Michael Bruck: fixed warningsoharboe
2008-03-07- correct spelling typo in stm32x flash driverntfreak
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe
2008-03-04Bogus error message in GDB removedoharboe
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-29Uwe Hermann: oharboe