]> git.karo-electronics.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:55 +0000 (13:48 +0200)
commit40d1f2f5fd5027e81995ddb8346a1cf69fe14aab
tree1ee6d1f1d6dcff0aca0428b72fb29e4e918a279c
parent930db3ee520a27668d222158971e36c7cf40480c
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]