summaryrefslogtreecommitdiff
path: root/test/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-507/+0
* include/flash: rename the APIsTim Lin2021-06-091-6/+6
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* flash: allow programming larger EC imagesKeith Short2020-08-131-3/+5
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* test/flash: Switch to EC_CMD_FLASH_INFO version 1 commandNicolas Boichat2018-06-211-2/+2
* EFS: Add support for early firmware selectionDaisuke Nojiri2017-09-121-1/+4
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-1/+1
* test/flash: Use signal enum instead of string nameAnton Staaf2016-01-191-5/+6
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-1/+3
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+2
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-17/+17
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-22/+22
* Add test for flash_is_erased()Vic Yang2014-07-081-0/+21
* Mock flash erase/write function at physical layerVic Yang2013-09-241-49/+38
* Add multi-step test supportVic Yang2013-09-051-50/+23
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Add flash host read command testVic Yang2013-07-111-0/+32
* Allow bigger flash write commandsRandall Spangler2013-07-011-6/+8
* More flash unit testVic Yang2013-06-171-14/+95
* A method to mock host commandVic Yang2013-06-171-35/+10
* Enable flash unit test on emulatorVic Yang2013-06-031-16/+36
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-3/+3
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-4/+2
* Put test utility macros in headerVic Yang2013-05-081-22/+3
* Add more flash testVic Yang2013-04-211-11/+102
* Add flash write protect testVic Yang2013-04-171-10/+130
* Fix flash testsVic Yang2013-04-151-7/+200
* Fix flash_overwrite unit testVic Yang2012-08-191-154/+0
* Fix unit testsVic Yang2012-07-131-18/+42
* Add a test of flash read/write/erase testVic Yang2012-07-131-4/+4
* Add a test of flash overwriteVic Yang2012-07-101-0/+153