• Andre Przywara's avatar
    allwinner: Move sunxi_cpu_power_off_self() into platforms · 9227719d
    Andre Przywara authored
    
    
    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: default avatarAndre Przywara <andre.przywara@arm.com>
    9227719d
sunxi_cpu_ops.c 3.32 KB