summaryrefslogtreecommitdiff
path: root/chip/stm32/flash-stm32h7.c
Commit message (Expand)AuthorAgeFilesLines
* stm32/flash-stm32h7: Use udelay() in flash_physical_erase()Patryk Duda2021-06-091-1/+6
* include/flash: rename the APIsTim Lin2021-06-091-15/+15
* stm32: Add helper function for H7 flash ctrl regsJosie Nordrum2021-05-111-15/+89
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-3/+0
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* stm32h7: Pass write protect settings to RWCraig Hesling2020-02-151-0/+55
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-2/+2
* stm32h7: Fail build if CONFIG_FLASH_READOUT_PROTECTION_AS_PSTATE not usedTom Hughes2019-07-111-0/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* stm32h7/nocturne_fp: Enable RDP level 1, tie it to flash protection statusNicolas Boichat2018-09-221-3/+30
* flash-stm32h7: Invalidate D-cache after erase/write operationsNicolas Boichat2018-07-131-0/+11
* flash-stm32h7: Fix protect_blocksNicolas Boichat2018-07-061-3/+3
* flash-stm32h7: Fix flash_physical_erase/write at bank boundaryNicolas Boichat2018-07-061-2/+2
* stm32: adding missing fix for bus fault on M7Vincent Palatin2018-06-121-0/+1
* stm32: fix ignoring bus fault on M7Vincent Palatin2018-06-041-0/+2
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-091-0/+468