arm-trusted-firmware/plat
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
..
allwinner refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
amd/versal2 Merge changes from topic "xlnx_fix_plat_single_ret" into integration 2025-01-23 11:22:47 +01:00
amlogic feat(gxl): add support for booting from U-Boot SPL/with standard params 2025-01-08 16:02:02 +00:00
arm feat(arm): convert arm platforms to expect a wakeup 2025-02-03 14:29:47 +00:00
aspeed/ast2700 fix(ast2700): fix mpll calculate statement 2024-08-01 14:55:15 +08:00
brcm refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
common feat(handoff): common API for TPM event log handoff 2025-01-06 07:20:37 -08:00
hisilicon fix(build): ensure $(ROT_KEY) depends on correct directory rules 2024-11-12 12:50:45 +00:00
imx fix(build): ensure $(ROT_KEY) depends on correct directory rules 2024-11-12 12:50:45 +00:00
intel/soc Merge "fix(intel): update debug messages to appropriate class" into integration 2025-01-31 12:02:18 +01:00
marvell build: consolidate directory creation rules 2024-07-22 09:41:30 +00:00
mediatek refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
nuvoton fix(build): include platform mk earlier 2025-01-07 17:14:18 +01:00
nvidia/tegra refactor(cm): convert el1-ctx assembly offset entries to c structure 2024-07-26 17:08:12 +01:00
nxp Merge "build: remove Windows compatibility layer" into integration 2025-01-20 12:52:16 +01:00
qemu Merge changes from topic "handoff_tpm_event_log" into integration 2025-01-09 20:20:41 +01:00
qti refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
renesas fix(rcar3-drivers): disable A/B loader support by default 2024-11-10 16:09:55 +01:00
rockchip refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
rpi refactor(rpi3): move mbedtls helper to common code 2024-11-19 18:51:53 +01:00
socionext feat(synquacer): add support Hob creation 2025-01-03 14:45:00 +00:00
st fix(stm32mp2): correct early/crash console init 2025-01-28 15:04:32 +01:00
ti/k3 feat(ti): implement DM_MANAGED suspend 2024-10-31 10:50:29 +01:00
xilinx Merge "fix(versal-net): remove_redundant_lock_defs" into integration 2025-01-30 16:32:41 +01:00