summaryrefslogtreecommitdiff
path: root/chip/stm32/flash-stm32l.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+2
* chip/stm32/flash-stm32l.c: Format with clang-formatJack Rosenthal2022-06-291-15/+16
* include/flash: rename the APIsTim Lin2021-06-091-15/+15
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-7/+6
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-3/+4
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-2/+1
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+26
* Write protect support for STM32F0Vic Yang2014-10-151-3/+4
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-151-2/+5
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-5/+4
* pit: If flash registers are disabled all blocks are protectedRandall Spangler2013-08-081-0/+7
* stm32l: Disable interrupts while running from flashSimon Glass2013-07-171-4/+2
* stm32l: Fix flash_is_erased() detectionRandall Spangler2013-07-081-5/+4
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+448