
7 Apr
2015
7 Apr
'15
9:12 p.m.
On 25 March 2015 at 12:23, Simon Glass sjg@chromium.org wrote:
This adds a simple test for probing and a functional test using the flash stick emulator, which tests a large chunk of the USB stack.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
test/dm/Makefile | 1 + test/dm/test-dm.sh | 3 +++ test/dm/test.dts | 41 +++++++++++++++++++++++++++++++++++++++++ test/dm/usb.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 95 insertions(+) create mode 100644 test/dm/usb.c
Applied to u-boot-dm/next.