]> git.sur5r.net Git - u-boot/commit
dm: test: Add a test for the reset uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:30 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:31 +0000 (17:39 -0600)
commit201c29a2d6fe5d50bc731e51fd758b3ae1e028d6
tree13e5d8681004b4700694f3f92ef9a0f5a51685e5
parent5010d98f02d9714f83c507e12ade0c52d214d157
dm: test: Add a test for the reset uclass

Add tests that confirm that the drivers work as expected, and we can walk
through the available reset types trying to reset the board.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile
test/dm/reset.c [new file with mode: 0644]