summaryrefslogtreecommitdiff
path: root/test/flash.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test: Remove TEST_CHECK macroBobby Casey2022-07-071-4/+5
* test/flash.c: Format with clang-formatJack Rosenthal2022-06-291-48/+50
* 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