summaryrefslogtreecommitdiff
path: root/include/flash.h
Commit message (Expand)AuthorAgeFilesLines
* EFS: Switch active slot when current slot is invalidDaisuke Nojiri2017-09-211-25/+0
* EFS: Add support for early firmware selectionDaisuke Nojiri2017-09-121-0/+25
* Add OTP supportGwendal Grignou2017-07-281-3/+4
* flash: add flash selection supportWei-Ning Huang2017-07-271-0/+10
* common: Add support for flash with regions of different sizeRong Chang2017-06-021-5/+51
* stm32f09x: fix flash protection offsetRong Chang2017-02-271-0/+8
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-02-251-1/+16
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsstabilize-9313.BNicolas Boichat2017-02-231-0/+7
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-11/+6
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-0/+10
* servo_micro: add programmable serial numberNick Sanders2016-05-261-0/+16
* cleanup: Remove superfluous #definesBill Richardson2015-09-251-4/+2
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-1/+1
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-2/+2
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-7/+3
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-4/+4
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-1/+3
* Add CONFIG_FLASH_PSTATE option to enable persistent flash WP stateRandall Spangler2015-02-261-0/+2
* Support vboot hash and system version if flash isn't memory-mappedRandall Spangler2015-02-051-0/+22
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+15
* Write protect support for STM32F0Vic Yang2014-10-151-3/+3
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-151-3/+17
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-8/+8
* More low-level flash interface cleanupRandall Spangler2013-05-241-34/+15
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-241-7/+14
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-0/+5
* Move flash persistent state to flash_commonRandall Spangler2013-05-231-0/+49
* Support flash write protect on STM32LRandall Spangler2013-05-221-0/+11
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-1/+1
* Cleanup: flash moduleRandall Spangler2012-10-251-1/+0
* flash: Only erase flash block that contain dataSimon Glass2012-08-231-0/+11
* Refactor flash moduleRandall Spangler2012-07-231-40/+7
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-1/+2
* Add EC flash protect command to ectoolRandall Spangler2012-07-181-22/+3
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-181-16/+26
* Remove flash_read()Randall Spangler2012-07-181-47/+42
* Continue refactoring flash write protectRandall Spangler2012-07-181-10/+20
* Continue simplifying flash write protectRandall Spangler2012-07-181-21/+8
* Simplify flash protection, part 1Randall Spangler2012-07-181-20/+14
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-161-0/+5
* Fix flash_dataptr() to support flash at zeroSimon Glass2012-07-031-7/+7
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-021-0/+37
* Implement persistent flash write protect settingsRandall Spangler2012-04-021-51/+112
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-2/+2
* Make all warnings into errors.Bill Richardson2012-02-271-2/+2
* Initial sources import 1/3Randall Spangler2011-12-071-0/+88