aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/core.c
AgeCommit message (Expand)Author
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2018-12-12flash/nor/core: Fix chunk size calculation in default_flash_mem_blank_checkBohdan Tymkiv
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek
2018-06-05flash/nor/core: fix double-free crash with 'virtual' flash banksBohdan Tymkiv
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek
2018-03-30flash/nor: implement flash bank deallocation on OpenOCD exitTomas Vanek
2018-03-03flash/nor/core: fix warning in flash_iterate_address_range_innerTomas Vanek
2018-02-22flash/nor/core: fix Segmentation fault during flash write of bad formed imgTomas Vanek
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber
2016-08-14flash/nor: implement protection blocks of different size than erase sectorTomas Vanek
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-12-17fix flash bank auto_probe() fail with multiple targetsSergey A. Borshch
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-07flash: add padded_value cmdSpencer Oliver
2013-06-05update files to correct FSF addressSpencer Oliver
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver
2012-03-19Add warn message if no flash bank found for the current image address.Mathias K
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2011-10-23NOR/CORE: fix clang warningAntonio Borneo
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-01-03nit: do not add \n at end of LOG_ERRORØyvind Harboe
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-11-22flash: iterating over an address range now handles multiple banksØyvind Harboe
2010-11-17flash: fix bug with multiple back-to-back flash chipsØyvind Harboe
2010-09-27flash: fix error handlingØyvind Harboe
2010-09-27image: fix spelling mistakeØyvind Harboe
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe
2010-06-09flash: add error message if image is too big for flashØyvind Harboe
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