aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/core.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05flash/nor/core: fix double-free crash with 'virtual' flash banksBohdan Tymkiv1-2/+10
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek1-41/+151
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-15/+28
2018-03-30flash/nor: implement flash bank deallocation on OpenOCD exitTomas Vanek1-0/+25
2018-03-03flash/nor/core: fix warning in flash_iterate_address_range_innerTomas Vanek1-4/+7
2018-02-22flash/nor/core: fix Segmentation fault during flash write of bad formed imgTomas Vanek1-3/+14
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek1-4/+11
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-3/+3
2016-08-14flash/nor: implement protection blocks of different size than erase sectorTomas Vanek1-8/+41
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-12-17fix flash bank auto_probe() fail with multiple targetsSergey A. Borshch1-1/+4
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-10-07flash: add padded_value cmdSpencer Oliver1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-03-19Add warn message if no flash bank found for the current image address.Mathias K1-0/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-162/+104
2011-10-23NOR/CORE: fix clang warningAntonio Borneo1-1/+2
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