commit | eb8eb904f1f677f0cc34bf89144be79284923e92 | [log] [tgz] |
---|---|---|
author | Love Kumar <love.kumar@amd.com> | Wed Jul 31 14:54:12 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 27 14:31:08 2024 -0600 |
tree | e92fcc20dad1ca687dd0990cab4b37024ab1022d | |
parent | 12e97b7a37d6ff10fab692dcbe842fbacb6af910 [diff] |
test/py: spi: Add tests for SPI flash device Add test cases for sf commands to verify various SPI flash operations such as erase, write and read. It also adds qspi lock unlock cases. This test relies on boardenv_* configurations to run it for different SPI flash family such as single SPI, QSPI, and OSPI. Signed-off-by: Love Kumar <love.kumar@amd.com>