summaryrefslogtreecommitdiff
path: root/common/flash.c
Commit message (Expand)AuthorAgeFilesLines
* common/flash: Abort rwsig when RW is erased/written toNicolas Boichat2018-07-251-0/+15
* vboot: Invalidate cached hash if EC is in ROFurquan Shaikh2018-07-141-4/+5
* vboot: Don't invalidate cached hash for EXEC_IN_RAM boardsDaisuke Nojiri2018-07-111-22/+25
* flash: Fix flash_range_okNicolas Boichat2018-06-271-0/+2
* flash: Allow currently active regions to be modifiedDaisuke Nojiri2018-04-051-0/+4
* gru: Remove `flashinfo` command for RAM savingsShawn Nematbakhsh2017-11-091-0/+2
* EFS: Switch active slot when current slot is invalidDaisuke Nojiri2017-09-211-24/+2
* EFS: Add support for early firmware selectionDaisuke Nojiri2017-09-121-4/+30
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-1/+1
* Add OTP supportGwendal Grignou2017-07-281-25/+15
* flash: add flash selection supportWei-Ning Huang2017-07-271-0/+21
* common/flash: Add option to set PSTATE to be locked by defaultNicolas Boichat2017-07-081-0/+4
* common: delay flash_erase deferred task so EC_CMD_FLASH_ERASE can completeWei-Ning Huang2017-06-271-1/+2
* common: Add deferred erase supportGwendal Grignou2017-06-021-10/+69
* common: Add support for flash with regions of different sizeRong Chang2017-06-021-53/+154
* flash: ensure proper pstate alignmentVincent Palatin2017-03-241-1/+5
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-02-251-6/+53
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsstabilize-9313.BNicolas Boichat2017-02-231-15/+62
* common/flash.c: Remove redundant codeNicolas Boichat2017-02-231-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