arm-trusted-firmware/drivers/arm/css/scp
Boyan Karatotev da305ec75d feat(arm): convert arm platforms to expect a wakeup
Newer cores in upcoming platforms may refuse to power down. The PSCI
library is already prepared for this so convert platform code to also
allow this. This is simple - drop the `wfi` + panic and let common code
deal with the fallout. The end result will be the same (sans the
message) except the platform will have fewer responsibilities. The only
exception is for cores being signalled to power off gracefully ahead of
system reset. That path must also be terminal so replace the end with
the same psci_pwrdown_cpu_end() to behave the same as the generic
implementation. It will handle wakeups and panic, hoping that the system
gets reset from under it. The dmb is upgraded to a dsb so no functional
change.

Change-Id: I381f96bec8532bda6ccdac65de57971aac42e7e8
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-02-03 14:29:47 +00:00
..
css_bom_bootloader.c fconf: Clean confused naming between TB_FW and FW_CONFIG 2020-06-24 08:44:26 +01:00
css_pm_scmi.c feat(arm): convert arm platforms to expect a wakeup 2025-02-03 14:29:47 +00:00
css_pm_scpi.c feat(arm): convert arm platforms to expect a wakeup 2025-02-03 14:29:47 +00:00
css_sds.c refactor(css): support multiple SDS regions 2024-02-13 14:36:14 +01:00