summaryrefslogtreecommitdiff
path: root/src/flash/nor/core.c
Commit message (Expand)AuthorAgeFilesLines
* CFI CORE: bug-fix protect single sectorAntonio Borneo2010-03-091-2/+2
* NOR: trim range in flash_driver_protect()David Brownell2010-03-031-0/+57
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-031-0/+31
* NOR: fix diagnosticDavid Brownell2010-01-191-1/+1
* flash: add error messages upon incorrect arguments to flash iterationØyvind Harboe2010-01-191-0/+6
* NOR: add optional "flash erase_address" sector paddingDavid Brownell2010-01-131-14/+73
* Doxygen file commentsDavid Brownell2010-01-111-0/+7
* NOR: add FIXMEs for writing onesDavid Brownell2010-01-081-2/+5
* NOR: last_addr also needs correction when checking alignmentPiotr Esden-Tempski2009-12-281-0/+1
* NOR: make flash_write_unlock() pad to sector endDavid Brownell2009-12-271-2/+42
* NOR: Allocate the right amount of memoryDavid Brownell2009-12-261-1/+1
* cygwin build fixesDavid Brownell2009-12-191-4/+6
* NOR FLASH: only erase/unlock whole sectorsDavid Brownell2009-12-181-8/+36
* eliminate src/flash/flash.cZachary T Welch2009-12-041-4/+187
* add flash/nor/drivers.cZachary T Welch2009-12-041-11/+0
* move more nor flash implementation detailsZachary T Welch2009-12-041-0/+276
* add flash/nor/core.[ch]Zachary T Welch2009-12-041-0/+65