
23 Oct
2014
23 Oct
'14
5:04 a.m.
On 13 October 2014 23:42, Simon Glass sjg@chromium.org wrote:
Add a simple test for SPI that uses SPI flash. It operates by creating a SPI flash file and using the 'sf test' command to test that all operations work correctly.
Signed-off-by: Simon Glass sjg@chromium.org Acked-by: Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com
Changes in v4: None Changes in v3: None Changes in v2: None
test/dm/Makefile | 1 + test/dm/sf.c | 43 +++++++++++++++++++++++++++++++++++++++++++ test/dm/test.dts | 17 ++++++++++++++++- 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 test/dm/sf.c
Applied to u-boot-dm/master.