summaryrefslogtreecommitdiff
path: root/common/flash_common.c
Commit message (Expand)AuthorAgeFilesLines
* flash: Only erase flash block that contain dataSimon Glass2012-08-231-0/+17
* flash: Indicate that erase operation is in progressSimon Glass2012-08-171-0/+5
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-08-171-2/+2
* Tidy shared memory moduleRandall Spangler2012-08-091-1/+1
* stm32f: Flash write protectVic Yang2012-07-261-1/+7
* Change host command params/response pointers to void *Randall Spangler2012-07-261-16/+8
* Add RW offset query interface (EC_CMD_FLASH_RW_OFFSET).Louis Yung-Chieh Lo2012-07-241-0/+31
* Refactor flash moduleRandall Spangler2012-07-231-261/+31
* Fix unit tests not compiling for linkRandall Spangler2012-07-231-1/+1
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-4/+6
* Add EC flash protect command to ectoolRandall Spangler2012-07-181-14/+73
* Better handling of corner cases for flash protectionRandall Spangler2012-07-181-13/+22
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-181-12/+10
* Remove flash_read()Randall Spangler2012-07-181-16/+12
* Continue refactoring flash write protectRandall Spangler2012-07-181-40/+58
* Move looking at write protect GPIO to button/switches moduleRandall Spangler2012-07-181-9/+12
* Continue simplifying flash write protectRandall Spangler2012-07-181-79/+30
* Move flash commands into flash_common.cRandall Spangler2012-07-181-0/+226
* Simplify flash protection, part 1Randall Spangler2012-07-181-104/+42
* Enable Lucas EC WP again.Louis Yung-Chieh Lo2012-07-181-12/+5
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-161-4/+16
* CHERRY-PICK: stm32: de-activate all flash accesses for pstateRong Chang2012-07-031-1/+6
* Fix flash_dataptr() to support flash at zeroSimon Glass2012-07-031-11/+13
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-021-20/+22
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-221-0/+4
* Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-211-2/+2
* stm32: add flash programming supportVincent Palatin2012-05-091-0/+5
* Remove unused uart.h includesRandall Spangler2012-04-251-1/+0
* Invert write protect signalRandall Spangler2012-04-041-1/+1
* Remove write protect -> recovery signal hackRandall Spangler2012-04-031-7/+0
* Implement persistent flash write protect settingsRandall Spangler2012-04-021-0/+349