aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2010-03-10PIC32: add flash algorithm supportSpencer Oliver2-468/+227
2010-03-10STM32: flash loader cleanupSpencer Oliver1-12/+25
2010-03-10STR7: flash loader cleanupSpencer Oliver1-14/+30
2010-03-10STR9: flash loader cleanupSpencer Oliver2-8/+19
2010-03-10ADUC702x: flash loader cleanupSpencer Oliver1-1/+1
2010-03-09CFI CORE: bug-fix protect single sectorAntonio Borneo1-2/+2
2010-03-08cfi: simplify and clearify codeAntonio Borneo1-149/+75
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-30/+15
2010-03-06CFI: review print of Voltage valuesAntonio Borneo1-6/+6
2010-03-03NOR: trim range in flash_driver_protect()David Brownell1-0/+57
2010-03-03NOR: invalidate cached state on target resumeDavid Brownell2-0/+35
2010-03-03NOR: stellaris message tweaksDavid Brownell1-4/+4
2010-03-03STM32: Add Value Line Flash Programming SupportSpencer Oliver1-0/+36
2010-03-02LPC1768 updates, IAR board supportDavid Brownell1-1/+9
2010-02-28stellaris: recover_command use usleep rather than sleepSpencer Oliver1-1/+1
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver4-8/+4
2010-02-27new "stellaris recover" commandDavid Brownell1-0/+66
2010-02-24AVR flash: handle AT90CAN128 chipsHans Peter Mortensn1-4/+26
2010-02-12STR9xpec: issue warning when unlocking deviceSpencer Oliver1-0/+8
2010-02-12STM32x: issue warning when unlocking device (bug #16)Spencer Oliver1-2/+6
2010-02-02flash/str7x: After reset init the flash is unlockedEdgar Grimberg1-2/+14
2010-01-29NOR: cleanup driver declsDavid Brownell18-202/+200
2010-01-19NOR: fix diagnosticDavid Brownell1-1/+1
2010-01-19flash: add error messages upon incorrect arguments to flash iterationØyvind Harboe1-0/+6
2010-01-16NAND: lpc3180 crashes on LPC3250richard vegh1-13/+38
2010-01-14nand flash support for s3c64xxPeter Korsgaard3-0/+79
2010-01-14str9x.c: remove optimization when erasing the whole bankLaurentiu Cocanu1-15/+3
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell3-23/+104
2010-01-11Doxygen file commentsDavid Brownell3-0/+17
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell6-97/+125
2010-01-08NAND: help/usage/doc updatesDavid Brownell3-48/+50
2010-01-08MFLASH: help/usage updatesDavid Brownell1-15/+18
2010-01-08NOR: add FIXMEs for writing onesDavid Brownell1-2/+5
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-28MinGW build fixesFreddie Chopin3-6/+6
2009-12-28stm32x commands get "usage"Freddie Chopin1-0/+5
2009-12-28NOR: last_addr also needs correction when checking alignmentPiotr Esden-Tempski1-0/+1
2009-12-27NOR: make flash_write_unlock() pad to sector endDavid Brownell1-2/+42
2009-12-26NOR: messaging fixDavid Brownell1-2/+2
2009-12-26NOR: Allocate the right amount of memoryDavid Brownell1-1/+1
2009-12-26cygwin 1.7 build fixesDavid Brownell1-1/+2
2009-12-21Packaging fix, NEWS updateDavid Brownell1-1/+3
2009-12-19cygwin build fixesDavid Brownell2-6/+12
2009-12-19AT91SAM9 NAND flash driver.Dean Glazeski3-1/+754
2009-12-18NOR FLASH: only erase/unlock whole sectorsDavid Brownell1-8/+36
2009-12-18Subject: flash fill[bwh] should use bulk i/oDavid Brownell1-2/+4
2009-12-18stellaris: fix min buffer length checksDavid Brownell1-7/+4
2009-12-18stellaris: update bulk flash writesDavid Brownell1-20/+45
2009-12-18NAND write data page refactoring.Dean Glazeski2-59/+69