summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-091-23/+0
* added flash_banks low level command.oharboe2008-07-091-0/+42
* David Anders: fixes an issue with large block nand flash address where the be...oharboe2008-06-271-1/+4
* fallback for no implementation of multi word CFI write. Successful codepath n...oharboe2008-06-161-7/+11
* - probe incorrect for high density stm32 flashntfreak2008-06-111-2/+1
* - stm32 erase will use mass_erase if all banks selectedntfreak2008-06-062-37/+55
* - erase bank using bank erase rather than each sectorntfreak2008-06-051-1/+18
* - luminary, stm32 and str7 flash driver error cleanupntfreak2008-06-043-34/+25
* - str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak2008-06-032-33/+28
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-15/+32
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-4/+5
* - stellaris flash driver changed warning to infontfreak2008-05-281-4/+4
* - moved flash erase_check target code to target.cntfreak2008-05-274-209/+56
* flash_write will attempt to pad image sectionsntfreak2008-05-271-8/+28
* - corrected error with stm32 page calculationntfreak2008-05-261-1/+2
* - added stellaris flash mass_erase commandntfreak2008-05-241-80/+132
* - update sectors on stm32x mass erasentfreak2008-05-241-0/+7
* - removed compiler warningsntfreak2008-05-241-15/+4
* - add support for newer high density stm32 partsntfreak2008-05-232-30/+53
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-202-11/+28
* - 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