summaryrefslogtreecommitdiff
path: root/test/dm/sf.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-27sf: Support querying write-protectSimon Glass1-1/+9
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-2/+2
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki1-9/+1
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass1-2/+2
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-11-03spi: Add support for memory-mapped flashSimon Glass1-0/+9
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass1-1/+1
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass1-0/+9
2018-11-21test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-2/+2
2015-01-14sandbox: Correct ordering of 'sb save' commandsSimon Glass1-1/+1
2014-10-22dm: sf: Add tests for SPI flashSimon Glass1-0/+43