Re: [U-Boot] [PATCH 1/2] test/py: add MMC/SD block read test

2018-03-13 Thread Tom Rini
On Tue, Mar 13, 2018 at 03:44:31PM -0600, Stephen Warren wrote: > On 02/20/2018 12:51 PM, Stephen Warren wrote: > >From: Stephen Warren > > > >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 t

Re: [U-Boot] [PATCH 1/2] test/py: add MMC/SD block read test

2018-03-13 Thread Stephen Warren
On 02/20/2018 12:51 PM, Stephen Warren wrote: From: Stephen Warren 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. I assume you were only wait

[U-Boot] [PATCH 1/2] test/py: add MMC/SD block read test

2018-02-20 Thread Stephen Warren
From: Stephen Warren 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 --- test/py/tests/test_mmc_rd.py | 129 +