summaryrefslogtreecommitdiff
path: root/chip/lm4/flash.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-293/+0
* include/flash: rename the APIsTim Lin2021-06-091-12/+12
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-1/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-7/+3
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-171-0/+2
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+26
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-3/+3
* lm4: Verify data buffer is aligned for flash writesRandall Spangler2013-11-021-0/+4
* Define watchdog_reload() to nothing if not CONFIG_WATCHDOGRandall Spangler2013-06-101-8/+8
* slippy/falco: Add back in flash and hiberantion setup codeDuncan Laurie2013-06-031-7/+0
* More low-level flash interface cleanupRandall Spangler2013-05-241-1/+1
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-241-82/+13
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-4/+8
* Move flash persistent state to flash_commonRandall Spangler2013-05-231-116/+3
* Create board configuration for falco bringupBill Richardson2013-05-201-2/+2
* Fix detecting inconsistent flash stateRandall Spangler2013-05-171-2/+7
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-101-0/+7
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* Add more paranoia for flash write protectRandall Spangler2012-12-101-0/+20
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-2/+2
* Rename power_button module to switchRandall Spangler2012-10-301-3/+3
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-2/+2
* Cleanup: flash moduleRandall Spangler2012-10-251-14/+15
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-251-4/+8
* flash: Only erase flash block that contain dataSimon Glass2012-08-231-4/+8
* Don't protect firmware now if protect-ro-at-boot is not setRandall Spangler2012-07-251-2/+6
* Refactor flash moduleRandall Spangler2012-07-231-20/+232
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-181-23/+4
* Remove flash_read()Randall Spangler2012-07-181-17/+4
* Simplify flash protection, part 1Randall Spangler2012-07-181-4/+6
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-161-0/+41
* Remove unused uart.h includesRandall Spangler2012-04-251-1/+0
* Add timeout for flash operations.Randall Spangler2012-04-121-5/+19
* Reload watchdog timer during flash operations.Randall Spangler2012-04-121-1/+15
* Implement persistent flash write protect settingsRandall Spangler2012-04-021-177/+29
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-1/+1
* Make all warnings into errors.Bill Richardson2012-02-271-9/+8
* Clean up labels and TODOsRandall Spangler2012-01-101-12/+15
* Add flash write protect range commandRong Chang2011-12-121-4/+122
* Initial sources import 1/3Randall Spangler2011-12-071-0/+183