arm-trusted-firmware/plat/allwinner/sun50i_h6
Andre Przywara 9227719dbf allwinner: Move sunxi_cpu_power_off_self() into platforms
The code to power the current core off when SCPI is not available is now
different for the two supported SoC families.
To make adding new platforms easier, move sunxi_cpu_power_off_self()
into the SoC directory, so we don't need to carry definitions for both
methods for all SoCs.

On the H6 we just need to trigger the CPUIDLE hardware, so can get rid
of all the code to program the ARISC, which is now only needed for the
A64 version.

Change-Id: Id2a1ac7dcb375e2fd021b441575ce86b4d7edf2c
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2021-03-25 15:25:54 +00:00
..
include allwinner: Move sunxi_cpu_power_off_self() into platforms 2021-03-25 15:25:54 +00:00
platform.mk allwinner: Move SEPARATE_NOBITS_REGION to platforms 2021-03-25 15:25:54 +00:00
sunxi_power.c allwinner: Move sunxi_cpu_power_off_self() into platforms 2021-03-25 15:25:54 +00:00