]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: add MMC/SD block read test
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Feb 2018 19:51:54 +0000 (12:51 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 14 Mar 2018 01:59:26 +0000 (21:59 -0400)
commit853d8687e7c1cf5c6ab90523221b0131149a5faf
tree4fbd66d67fd0f0f5c2cfffe220d7bda3e724df03
parent2d87f5c3661de98c638a50a0c008aa274ba91a50
test/py: add MMC/SD block read test

Add a standalone MMC block read test. This allows direct testing of MMC
access rather than relying on doing so as a side-effect of e.g. DFU or
UMS testing, which may not be enabled on all platforms.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_mmc_rd.py [new file with mode: 0644]