Re: [U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-07-23 Thread Peng Fan
> Subject: [PATCH v1] test/py: add MMC/SD block write test > > Add a standalone MMC block write 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: Jean-Jacque

Re: [U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-07-02 Thread Jean-Jacques Hiblot
On 02/07/2019 10:03, Peng Fan wrote: Subject: [PATCH v1] test/py: add MMC/SD block write test Add a standalone MMC block write 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.

Re: [U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-07-02 Thread Peng Fan
> Subject: Re: [PATCH v1] test/py: add MMC/SD block write test > > > On 02/07/2019 10:03, Peng Fan wrote: > >> Subject: [PATCH v1] test/py: add MMC/SD block write test > >> > >> Add a standalone MMC block write test. This allows direct testing of > >> MMC access rather than relying on doing so as

Re: [U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-07-02 Thread Jean-Jacques Hiblot
On 02/07/2019 10:03, Peng Fan wrote: Subject: [PATCH v1] test/py: add MMC/SD block write test Add a standalone MMC block write 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.

Re: [U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-07-02 Thread Peng Fan
> Subject: [PATCH v1] test/py: add MMC/SD block write test > > Add a standalone MMC block write 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: Jean-Jacque

Re: [U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-06-17 Thread Stephen Warren
On 6/17/19 9:49 AM, Jean-Jacques Hiblot wrote: Add a standalone MMC block write 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. Reviewed-by: Stephen Warren ___

[U-Boot] [PATCH v1] test/py: add MMC/SD block write test

2019-06-17 Thread Jean-Jacques Hiblot
Add a standalone MMC block write 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: Jean-Jacques Hiblot --- This patch relies on patch "cmd: mem: Add a command to fi