u-boot-brain/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 dm: sysreset: add watchdog-reboot driver 2017-05-31 14:49:54 +02:00
Makefile rockchip: sysreset: update Makefile to work with merged sysreset driver 2017-11-21 23:57:23 +01:00
sysreset_ast.c aspeed: Refactor AST2500 RAM Driver and Sysreset Driver 2017-05-08 11:57:32 -04:00
sysreset_psci.c dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
sysreset_rockchip.c rockchip: sysreset: merge into one common driver 2017-11-21 23:57:23 +01:00
sysreset_sandbox.c dm: sandbox: sysreset: Convert driver to livetree 2017-06-01 07:03:17 -06:00
sysreset_snapdragon.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
sysreset_sti.c sti: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
sysreset_syscon.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
sysreset_watchdog.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
sysreset_xtfpga.c xtensa: add support for the 'xtfpga' evaluation board 2016-08-15 18:46:40 -04:00
sysreset-uclass.c dm: reset: have the reset-command perform a COLD reset 2017-12-12 19:53:45 -07:00