mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
![]() Similar to Cortex-A53, the AArch32-only Cortex-A7/12/15/17 have an (optional) integrated L2 cache that might need to be flushed if the whole cluster is powered down. However, unlike Cortex-A53 there is currently no L2 cache flush in the cluster_pwr_dwn implementation for some reason. This causes problems if there is unwritten data left in the L2 cache during a cluster power off. Fix this by adding the L2 cache flush similar to cortex_a53.S. Change-Id: Icd087bef9acff11e03edcaa0d26dd8b8e30796b7 Signed-off-by: Stephan Gerhold <stephan@gerhold.net> |
||
---|---|---|
.. | ||
aem_generic.S | ||
cortex_a5.S | ||
cortex_a7.S | ||
cortex_a9.S | ||
cortex_a12.S | ||
cortex_a15.S | ||
cortex_a17.S | ||
cortex_a32.S | ||
cortex_a53.S | ||
cortex_a57.S | ||
cortex_a72.S | ||
cpu_helpers.S |