Re: [U-Boot] [PATCH 2/2] spi: Add SPI flash test

2012-12-19 Thread Wolfgang Denk
Dear Simon Glass, In message <1348878482-1730-2-git-send-email-...@chromium.org> you wrote: > It is useful to have a basic SPI flash test, which tests that the SPI chip, > the SPI bus and the driver are behaving. > > This test erases part of the flash, writes data and reads it back as a > sanity

Re: [U-Boot] [PATCH 2/2] spi: Add SPI flash test

2012-10-08 Thread Tom Rini
On Mon, Oct 08, 2012 at 04:00:08PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, Oct 1, 2012 at 10:32 AM, Tom Rini wrote: > > On Fri, Sep 28, 2012 at 05:28:01PM -0700, Simon Glass wrote: > > > >> It is useful to have a basic SPI flash test, which tests that the SPI chip, > >> the SPI bus and th

Re: [U-Boot] [PATCH 2/2] spi: Add SPI flash test

2012-10-08 Thread Simon Glass
Hi Tom, On Mon, Oct 1, 2012 at 10:32 AM, Tom Rini wrote: > On Fri, Sep 28, 2012 at 05:28:01PM -0700, Simon Glass wrote: > >> It is useful to have a basic SPI flash test, which tests that the SPI chip, >> the SPI bus and the driver are behaving. >> >> This test erases part of the flash, writes dat

Re: [U-Boot] [PATCH 2/2] spi: Add SPI flash test

2012-10-01 Thread Tom Rini
On Fri, Sep 28, 2012 at 05:28:01PM -0700, Simon Glass wrote: > It is useful to have a basic SPI flash test, which tests that the SPI chip, > the SPI bus and the driver are behaving. > > This test erases part of the flash, writes data and reads it back as a > sanity check that all is well. > > Us

[U-Boot] [PATCH 2/2] spi: Add SPI flash test

2012-09-28 Thread Simon Glass
It is useful to have a basic SPI flash test, which tests that the SPI chip, the SPI bus and the driver are behaving. This test erases part of the flash, writes data and reads it back as a sanity check that all is well. Use CONFIG_SF_TEST to enable it. Signed-off-by: Simon Glass --- README