
23 Oct
2014
23 Oct
'14
5:04 a.m.
On 13 October 2014 23:42, Simon Glass sjg@chromium.org wrote:
These tests use SPI flash (and the sandbox emulation) to operate.
Signed-off-by: Simon Glass sjg@chromium.org Acked-by: Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com
Changes in v4: None Changes in v3:
- Expand SPI tests to cover compatibility functions
- Minor renames for clarity
Changes in v2:
- Create a 'spi.bin' file for the SPI tests
test/dm/Makefile | 1 + test/dm/spi.c | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test/dm/test-dm.sh | 2 + 3 files changed, 130 insertions(+) create mode 100644 test/dm/spi.c
Applied to u-boot-dm/master.