]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
sandbox: Add a warm and cold reset driver
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:28 +0000 (12:54 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:55 +0000 (13:48 +0200)
commitc0bbe652eb7c2e2e5e57699e4973827a26ae87de
treefcb153ac4e3fa3a9536ee0dd26251175d9ad9a77
parent1f8e794cea897995a4c39ba81d8b5f7b678647f8
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]