spi: Add SPI flash test
authorSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2012 13:16:02 +0000 (13:16 +0000)
committerTom Rini <trini@ti.com>
Wed, 19 Dec 2012 22:51:57 +0000 (15:51 -0700)
commit2400727318a0a1ecf15a9deae85b0719c4c47aba
treefb79429be179f91400c7829b6acaf0cf361ce2a3
parenta683c288d46336410ddfa2f5c70046dd1d4a5d1e
spi: Add SPI flash test

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 <sjg@chromium.org>
README
common/cmd_sf.c