u-boot-2016/drivers/sysreset
Philipp Tomsich b53f6992e9 dm: reset: have the reset-command perform a COLD reset
The DM version of do_reset has been issuing a warm-reset, which (on
some platforms keeps GPIOs and other parts of the platform active).
This may cause unintended behaviour, as calling do_reset usually
indicates a desire to reset the board/platform and not just the CPU.

This changes do_reset to always request a COLD reset.
Note that programmatic uses can still invoke a WARM reset through
reset_cpu() or using sysreset_walk().

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-12-12 19:53:45 -07:00
..
Kconfig
Makefile rockchip: sysreset: update Makefile to work with merged sysreset driver 2017-11-21 23:57:23 +01:00
sysreset-uclass.c dm: reset: have the reset-command perform a COLD reset 2017-12-12 19:53:45 -07:00
sysreset_ast.c
sysreset_psci.c
sysreset_rockchip.c rockchip: sysreset: merge into one common driver 2017-11-21 23:57:23 +01:00
sysreset_sandbox.c
sysreset_snapdragon.c
sysreset_sti.c
sysreset_syscon.c
sysreset_watchdog.c
sysreset_xtfpga.c