mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-08 04:02:04 +00:00
Add an optional build-time configuration to enable full system shutdown and reset control through SCMI. By default, only logical machine (cluster-level) power-off and reset are performed. When the SYS_PWR_FULL_CTRL option is set, the PSCI implementation uses the full system power control commands instead, allowing a complete system shutdown and reset. Tested on iMX95 based modules. Change-Id: I56b31f9b91def31784857f5a299c69f68db706a4 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>