aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/core.c
AgeCommit message (Expand)Author
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-05flash: stop caching protection stateØyvind Harboe
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe
2010-05-05flash: more flash write_image bugfixesØyvind Harboe
2010-04-29flash: write_image would fail for certain imagesØyvind Harboe
2010-04-29flash: write_image will now pad erase to nearest sectorØyvind Harboe
2010-04-28nor: remove bogus output about padding sectionsØyvind Harboe
2010-04-15NOR/core bugfix: restore invariantsDavid Brownell
2010-04-10NOR/CORE: review scope of dataAntonio Borneo
2010-03-09CFI CORE: bug-fix protect single sectorAntonio Borneo
2010-03-03NOR: trim range in flash_driver_protect()David Brownell
2010-03-03NOR: invalidate cached state on target resumeDavid Brownell
2010-01-19NOR: fix diagnosticDavid Brownell
2010-01-19flash: add error messages upon incorrect arguments to flash iterationØyvind Harboe
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell
2010-01-11Doxygen file commentsDavid Brownell
2010-01-08NOR: add FIXMEs for writing onesDavid Brownell
2009-12-28NOR: last_addr also needs correction when checking alignmentPiotr Esden-Tempski
2009-12-27NOR: make flash_write_unlock() pad to sector endDavid Brownell
2009-12-26NOR: Allocate the right amount of memoryDavid Brownell
2009-12-19cygwin build fixesDavid Brownell
2009-12-18NOR FLASH: only erase/unlock whole sectorsDavid Brownell
2009-12-04eliminate src/flash/flash.cZachary T Welch
2009-12-04add flash/nor/drivers.cZachary T Welch
2009-12-04move more nor flash implementation detailsZachary T Welch
2009-12-04add flash/nor/core.[ch]Zachary T Welch