summaryrefslogtreecommitdiff
path: root/src/flash/nor/core.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-2/+0
* nit: do not add \n at end of LOG_ERRORØyvind Harboe2011-01-031-4/+4
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-9/+9
* flash: iterating over an address range now handles multiple banksØyvind Harboe2010-11-221-1/+38
* flash: fix bug with multiple back-to-back flash chipsØyvind Harboe2010-11-171-3/+7
* flash: fix error handlingØyvind Harboe2010-09-271-2/+11
* image: fix spelling mistakeØyvind Harboe2010-09-271-6/+6
* flash: fix bug in error propagation of flash write_imageØyvind Harboe2010-06-141-1/+0
* flash: add error handling to get_flash_by_addr/nameØyvind Harboe2010-06-111-12/+27
* flash: add error message if image is too big for flashØyvind Harboe2010-06-091-1/+5
* nor: add get_flash_bank_by_name autoprobeSpencer Oliver2010-05-261-2/+22
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+24
* flash: stop caching protection stateØyvind Harboe2010-05-051-89/+11
* flash: erase_address now has an unlock optionØyvind Harboe2010-05-051-1/+1
* gdb: connect will now fail if flash autoprobe failsØyvind Harboe2010-05-051-4/+7
* flash: more flash write_image bugfixesØyvind Harboe2010-05-051-21/+11
* flash: write_image would fail for certain imagesØyvind Harboe2010-04-291-14/+55
* flash: write_image will now pad erase to nearest sectorØyvind Harboe2010-04-291-8/+2
* nor: remove bogus output about padding sectionsØyvind Harboe2010-04-281-1/+2
* NOR/core bugfix: restore invariantsDavid Brownell2010-04-151-5/+16
* NOR/CORE: review scope of dataAntonio Borneo2010-04-101-1/+1
* 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