aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+0
2011-01-03nit: do not add \n at end of LOG_ERRORØyvind Harboe1-4/+4
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-9/+9
2010-11-22flash: iterating over an address range now handles multiple banksØyvind Harboe1-1/+38
2010-11-17flash: fix bug with multiple back-to-back flash chipsØyvind Harboe1-3/+7
2010-09-27flash: fix error handlingØyvind Harboe1-2/+11
2010-09-27image: fix spelling mistakeØyvind Harboe1-6/+6
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe1-1/+0
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe1-12/+27
2010-06-09flash: add error message if image is too big for flashØyvind Harboe1-1/+5
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver1-2/+22
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+24
2010-05-05flash: stop caching protection stateØyvind Harboe1-89/+11
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe1-1/+1
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe1-4/+7
2010-05-05flash: more flash write_image bugfixesØyvind Harboe1-21/+11
2010-04-29flash: write_image would fail for certain imagesØyvind Harboe1-14/+55
2010-04-29flash: write_image will now pad erase to nearest sectorØyvind Harboe1-8/+2
2010-04-28nor: remove bogus output about padding sectionsØyvind Harboe1-1/+2
2010-04-15NOR/core bugfix: restore invariantsDavid Brownell1-5/+16
2010-04-10NOR/CORE: review scope of dataAntonio Borneo1-1/+1
2010-03-09CFI CORE: bug-fix protect single sectorAntonio Borneo1-2/+2
2010-03-03NOR: trim range in flash_driver_protect()David Brownell1-0/+57
2010-03-03NOR: invalidate cached state on target resumeDavid Brownell1-0/+31
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-13NOR: add optional "flash erase_address" sector paddingDavid Brownell1-14/+73
2010-01-11Doxygen file commentsDavid Brownell1-0/+7
2010-01-08NOR: add FIXMEs for writing onesDavid Brownell1-2/+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: Allocate the right amount of memoryDavid Brownell1-1/+1
2009-12-19cygwin build fixesDavid Brownell1-4/+6
2009-12-18NOR FLASH: only erase/unlock whole sectorsDavid Brownell1-8/+36
2009-12-04eliminate src/flash/flash.cZachary T Welch1-4/+187
2009-12-04add flash/nor/drivers.cZachary T Welch1-11/+0
2009-12-04move more nor flash implementation detailsZachary T Welch1-0/+276
2009-12-04add flash/nor/core.[ch]Zachary T Welch1-0/+65