
18 Jul
2015
18 Jul
'15
1:58 a.m.
On 6 July 2015 at 12:54, Simon Glass sjg@chromium.org wrote:
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 | 1 + drivers/misc/reset_sandbox.c | 100 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 drivers/misc/reset_sandbox.c
Applied to u-boot-dm.