summaryrefslogtreecommitdiff
path: root/include/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-8/+8
* More low-level flash interface cleanupRandall Spangler2013-05-241-34/+15
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-241-7/+14
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-0/+5
* Move flash persistent state to flash_commonRandall Spangler2013-05-231-0/+49
* Support flash write protect on STM32LRandall Spangler2013-05-221-0/+11
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-1/+1
* Cleanup: flash moduleRandall Spangler2012-10-251-1/+0
* flash: Only erase flash block that contain dataSimon Glass2012-08-231-0/+11
* Refactor flash moduleRandall Spangler2012-07-231-40/+7
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-1/+2
* Add EC flash protect command to ectoolRandall Spangler2012-07-181-22/+3
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-181-16/+26
* Remove flash_read()Randall Spangler2012-07-181-47/+42
* Continue refactoring flash write protectRandall Spangler2012-07-181-10/+20
* Continue simplifying flash write protectRandall Spangler2012-07-181-21/+8
* Simplify flash protection, part 1Randall Spangler2012-07-181-20/+14
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-161-0/+5
* Fix flash_dataptr() to support flash at zeroSimon Glass2012-07-031-7/+7
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-021-0/+37
* Implement persistent flash write protect settingsRandall Spangler2012-04-021-51/+112
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-2/+2
* Make all warnings into errors.Bill Richardson2012-02-271-2/+2
* Initial sources import 1/3Randall Spangler2011-12-071-0/+88