]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/misc/Makefile
sandbox: Add a warm and cold reset driver
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:28 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:31 +0000 (17:39 -0600)
commitb9d33fa06c174e7fb4c8cd4bfec5cfff87f301e8
tree5514b94b46de52569b5569bda587ddee6b24a508
parent1704d083b3a1acfe167dc2e3b687263f05a65087
sandbox: Add a warm and cold reset driver

Add drivers for sandbox. One can only perform a warm reset (which does
nothing). The other can perform a cold reset or a power reset (the
latter will quit U-Boot). These can be used for testing the reset uclass.

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