summaryrefslogtreecommitdiff
path: root/chip/lm4/flash.c
Commit message (Expand)AuthorAgeFilesLines
* 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