arm-trusted-firmware/plat/allwinner/common
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
..
include feat(allwinner): adjust H616 L2 cache size in DTB 2024-07-09 15:55:23 +02:00
allwinner-common.mk refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS 2023-03-20 13:37:36 +00:00
arisc_off.S allwinner: Use the arisc to turn off ARM cores 2018-10-20 16:23:59 +01:00
plat_helpers.S allwinner: Introduce basic platform support 2018-06-15 11:45:24 +01:00
sunxi_bl31_setup.c fix(allwinner): remove unneeded header inclusion 2024-06-10 15:56:29 +01:00
sunxi_common.c feat(allwinner): add function to detect H616 die variant 2023-04-26 17:45:29 +01:00
sunxi_cpu_ops.c feat(allwinner): add support for Allwinner T507 SoC 2023-04-26 17:45:29 +01:00
sunxi_native_pm.c refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
sunxi_pm.c feat(allwinner): add support for Allwinner T507 SoC 2023-04-26 17:45:29 +01:00
sunxi_prepare_dtb.c feat(allwinner): adjust H616 L2 cache size in DTB 2024-07-09 15:55:23 +02:00
sunxi_scpi_pm.c refactor: panic after calling psci_power_down_wfi() 2025-02-03 14:29:47 +00:00
sunxi_security.c allwinner: Add SPC security setup for H6 2020-12-13 22:15:32 -06:00
sunxi_topology.c allwinner: Constify data structures 2019-02-17 20:13:40 -06:00