]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: spi: Add tests for SPI flash device
authorLove Kumar <love.kumar@amd.com>
Wed, 31 Jul 2024 09:24:12 +0000 (14:54 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 20:31:08 +0000 (14:31 -0600)
commitce6895dd127ef86b851f3188288ea0ea3bd8c970
treee92fcc20dad1ca687dd0990cab4b37024ab1022d
parent56274888fc1c9aa31eb780507a625551f6ae5c9f
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>
test/py/tests/test_spi.py [new file with mode: 0644]