[U-Boot] [PATCH v4 24/29] dm: sf: Add tests for SPI flash
Simon Glass
sjg at chromium.org
Thu Oct 23 05:04:57 CEST 2014
On 13 October 2014 23:42, Simon Glass <sjg at 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 at chromium.org>
> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki at 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.
More information about the U-Boot
mailing list