summaryrefslogtreecommitdiff
path: root/chip/mec1322/flash.c
Commit message (Expand)AuthorAgeFilesLines
* include/flash: rename the APIsTim Lin2021-06-091-12/+12
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-14/+13
* Enable spi_flash_read to read > SPI_FLASH_MAX_READ_SIZEphilipchen2016-10-051-15/+1
* mec1322: Fix uninitialized variable.Shaunak Saha2015-12-161-2/+4
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-0/+2
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-11/+5
* mec1322: add EC_FLASH_PROTECT_ALL_NOW support for external flashAndrey Petrov2015-08-061-27/+84
* cyan: fix issues with write protectionAndrey Petrov2015-07-161-63/+19
* mec1322: fix flash_physical_read()Andrey Petrov2015-07-011-14/+2
* mec1322: Disable Flash Write-protect code.Shamile Khan2015-06-171-9/+63
* spi/mec1322: Ensure that SPI Flash write chunks do not crossShamile Khan2015-06-121-2/+0
* mec1322: fix flash_physical_get_writable_flags()Andrey Petrov2015-06-111-1/+5
* mec1322: Do not restrict SPI flash reads to Word Boundary.Shamile Khan2015-06-071-5/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-6/+6
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-7/+7
* mec1322:Flasherase, flashread, flashwrite offsets adjusted.Divya Jyothi2015-05-051-0/+5
* mec1322: Add flash physical interface functionsShawn Nematbakhsh2015-03-121-0/+227