summaryrefslogtreecommitdiff
path: root/common/flash.c
Commit message (Expand)AuthorAgeFilesLines
* flash: add flash selection supportWei-Ning Huang2017-08-041-0/+21
* common: Add support for flash with regions of different sizeRong Chang2017-08-041-53/+154
* flash: ensure proper pstate alignmentVincent Palatin2017-06-301-1/+5
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-06-301-6/+53
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsNicolas Boichat2017-06-301-15/+62
* common/flash.c: Remove redundant codeNicolas Boichat2017-06-301-10/+8
* common/flash.c: Rename flashwp parameter from [no]rw to [no]allNicolas Boichat2017-02-171-3/+3
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-24/+28
* flash: Fix ccprintf parameters in flasherase/writeNicolas Boichat2017-01-251-3/+2
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-1/+8
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-10/+5
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-10/+15
* gru: Align images sizes to flash block erase sizeShawn Nematbakhsh2016-08-011-0/+7
* servo_micro: add programmable serial numberNick Sanders2016-05-261-24/+146
* cleanup: Remove superfluous #definesBill Richardson2015-09-251-3/+4
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-2/+1
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-10/+31
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-1/+1
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-7/+8
* vboot_hash: Abort hash calculation on flash writeDivya Jyothi2015-07-011-2/+18
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-13/+7
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-7/+7
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-38/+154
* Add CONFIG_FLASH_PSTATE option to enable persistent flash WP stateRandall Spangler2015-02-261-15/+29
* Support vboot hash and system version if flash isn't memory-mappedRandall Spangler2015-02-051-20/+115
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-081-1/+6
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-17/+3
* Write protect support for STM32F0Vic Yang2014-10-151-5/+43
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-151-1/+1
* flash: Fix bad check for flash_is_erased()Randall Spangler2014-07-081-1/+1
* flash: add config option to exclude building console commands by defaultDominic Chen2014-06-121-0/+2
* util: move console command argument parsing to util.cDominic Chen2014-06-111-32/+0
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-091-2/+2
* Ignore all-now flag if WP GPIO is deassertedVic (Chun-Ju) Yang2014-01-061-11/+0
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* cleanup: Improve / remove more TODO commentsRandall Spangler2013-11-011-2/+4
* Move source files to driver/ and power/ subdirsRandall Spangler2013-10-231-0/+687