commit | f9d49f92f8cdf04a47704519a63368259595c3a0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:40 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | fdfff4861ec25c2d195c05fad0983bd57b44355d | |
parent | 8729b1ae2cbda83059a55811614a2b0dbfdf7e53 [diff] |
test: sf: Add a simple SPI flash test The current test is a functional test, covering all the way from the command line to the sandbox SPI driver. This is useful, but it is easier to diagnose failures with a smaller test. Add a simple test which reads and writes data and checks that it is stored and retrieved correctly. Signed-off-by: Simon Glass <sjg@chromium.org>