summaryrefslogtreecommitdiff
path: root/chip/stm32/flash-f.c
Commit message (Expand)AuthorAgeFilesLines
* include/flash: rename the APIsTim Lin2021-06-091-18/+21
* stm32: Disable option bytes if RO is protected on bootTom Hughes2020-05-301-3/+9
* stm32: Add helper functions for flash control registersTom Hughes2020-05-301-14/+69
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* hatch_fp: Add RDP (read protection) support to STM32F4Tom Hughes2019-07-241-1/+120
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* flash: Add CONFIG_FLASH_READOUT_PROTECTION config optionNicolas Boichat2018-09-141-1/+1
* stm32: Add proper flash erase timeoutShawn Nematbakhsh2017-12-081-3/+11
* chip/stm32/flash-f: Clear option byte write enable/erase operation when doneNicolas Boichat2017-07-071-1/+8
* chip/stm32/flash-f: Fix incorrect WP computationNicolas Boichat2017-07-061-3/+0
* stm32f4: fix flash_physical_protect_now behaviorWei-Ning Huang2017-06-281-10/+0
* Add flash command support to boards with STM32F4Gwendal Grignou2017-06-031-14/+128
* stm32: cleanup flash-f by using constant from register.hGwendal Grignou2017-06-021-62/+86
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-02-251-0/+14
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsstabilize-9313.BNicolas Boichat2017-02-231-0/+13
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-10/+9
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-5/+11
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-2/+2
* stm32: fix flash write protect check for STM32F3Vincent Palatin2015-09-141-2/+3
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-6/+5
* hoho/dingdong: support unprotected RO partitionVincent Palatin2015-01-141-0/+8
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-081-0/+8
* Write protect support for STM32F0Vic Yang2014-10-151-2/+16
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-151-0/+448