arm-trusted-firmware/services/std_svc/psci
Vikram Kanigiri 12e7c4ab0b Initialise cpu ops after enabling data cache
The cpu-ops pointer was initialized before enabling the data cache in the cold
and warm boot paths. This required a DCIVAC cache maintenance operation to
invalidate any stale cache lines resident in other cpus.

This patch moves this initialization to the bl31_arch_setup() function
which is always called after the data cache and MMU has been enabled.

This change removes the need:
 1. for the DCIVAC cache maintenance operation.
 2. to initialise the CPU ops upon resumption from a PSCI CPU_SUSPEND
    call since memory contents are always preserved in this case.

Change-Id: Ibb2fa2f7460d1a1f1e721242025e382734c204c6
2015-03-13 10:38:09 +00:00
..
psci_afflvl_off.c Verify capabilities before handling PSCI calls 2015-01-26 12:42:45 +00:00
psci_afflvl_on.c Verify capabilities before handling PSCI calls 2015-01-26 12:42:45 +00:00
psci_afflvl_suspend.c Fix violations to the coding style 2015-03-05 12:02:07 +00:00
psci_common.c Fix violations to the coding style 2015-03-05 12:02:07 +00:00
psci_entry.S Initialise cpu ops after enabling data cache 2015-03-13 10:38:09 +00:00
psci_helpers.S Add CPU specific power management operations 2014-08-20 19:14:31 +01:00
psci_main.c Export maximum affinity using PLATFORM_MAX_AFFLVL macro 2015-02-12 15:12:52 +00:00
psci_private.h Export maximum affinity using PLATFORM_MAX_AFFLVL macro 2015-02-12 15:12:52 +00:00
psci_setup.c Export maximum affinity using PLATFORM_MAX_AFFLVL macro 2015-02-12 15:12:52 +00:00
psci_system_off.c Verify capabilities before handling PSCI calls 2015-01-26 12:42:45 +00:00