arm-trusted-firmware/plat/mediatek
Boyan Karatotev 2bd3b39767 refactor: panic after calling psci_power_down_wfi()
This function doesn't return and its callers that don't return either
rely on this. Drop the dead attribute and add a panic() after it to make
this expectation explicit. Calling `wfi` in the powerdown sequence is
terminal so even if the function was made to return, there would be no
functional change.

This is useful for a following patch that makes psci_power_down_wfi()
return.

Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2eb
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-02-03 14:29:47 +00:00
..
build_helpers feat(mt8196): add mtcmos driver 2025-01-28 21:59:52 +01:00
common feat(mt8196): add LPM v2 support 2025-01-22 15:28:08 +08:00
drivers feat(mt8196): turn on APU smpu protection 2025-01-30 23:32:30 +08:00
helpers feat(mt8196): initialize platform for MediaTek MT8196 2024-12-02 09:20:48 +08:00
include refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
lib refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
mt8173 chore: remove MULTI_CONSOLE_API references 2023-09-12 15:28:36 +02:00
mt8183 chore: remove MULTI_CONSOLE_API references 2023-09-12 15:28:36 +02:00
mt8186 feat(aarch64): add DBGPRCR_EL1 register accessors 2025-01-02 11:23:55 +01:00
mt8188 feat(mediatek): move plat_helpers.h to the common folder 2024-11-05 15:46:19 +08:00
mt8192 feat(aarch64): add DBGPRCR_EL1 register accessors 2025-01-02 11:23:55 +01:00
mt8195 feat(aarch64): add DBGPRCR_EL1 register accessors 2025-01-02 11:23:55 +01:00
mt8196 feat(mt8196): turn on APU smpu protection 2025-01-30 23:32:30 +08:00
topology feat(mt8196): add topology module for power management 2025-01-22 11:51:16 +08:00