u-boot-brain/arch/arm/mach-stm32mp
Urja Rannikko 857f39d7b0 sysreset: switch to using SYSRESET_POWER_OFF for poweroff
It seems that SYSRESET_POWER_OFF was added recently, and all previous code
used SYSRESET_POWER for poweroff. SYSRESET_POWER is supposed to be a
PMIC-level power cycle, not a poweroff.

(Comment by Simon Glass)
SYSRESET_POWER means to do a power reset (removing and reinstating all power)
SYSRESET_POWER_OFF means to turn the device off and leave it off

Signed-off-by: Urja Rannikko <urjaman@gmail.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
(Update comment to help understand the patch)
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2019-08-19 12:43:26 +08:00
..
include/mach stm32mp1: export get_cpu_package function 2019-07-12 11:18:53 +02:00
bsec.c stm32mp1: bsec: Fix warnings when compiling with W=1 2019-07-12 11:50:54 +02:00
cmd_poweroff.c sysreset: switch to using SYSRESET_POWER_OFF for poweroff 2019-08-19 12:43:26 +08:00
cmd_stm32key.c stm32mp1: key: add stm32key command 2019-07-12 11:18:53 +02:00
config.mk stm32mp1: add trusted boot with TF-A 2019-04-12 16:09:13 +02:00
cpu.c env: Drop environment.h header file where not needed 2019-08-11 16:43:41 -04:00
dram_init.c SPDX: Convert all of our multiple license tags to Linux Kernel style 2018-05-07 10:24:31 -04:00
fdt.c stm32mp1: update device tree with ETZPC status 2019-07-12 11:18:53 +02:00
Kconfig stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONS 2019-07-12 11:50:53 +02:00
Makefile stm32mp1: key: add stm32key command 2019-07-12 11:18:53 +02:00
psci.c psci: Fix warnings when compiling with W=1 2019-07-24 14:15:38 -04:00
pwr_regulator.c stm32mp: regulator: add SoC pwr regulator support 2018-05-08 09:07:38 -04:00
spl.c stm32mp1: spl: hang with trace when DDR init failed 2019-04-12 16:09:13 +02:00
syscon.c stm32mp1: syscon: remove stgen 2019-07-12 11:18:53 +02:00