[U-Boot] [PATCH 07/18] sandbox: Add a warm and cold reset driver

Simon Glass sjg at chromium.org
Sat Jul 18 01:58:41 CEST 2015


On 6 July 2015 at 12:54, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list