arm-trusted-firmware/lib/cpus/aarch64
Sandrine Bailleux c66fad93ca Cortex-Axx: Unconditionally apply CPU reset operations
In the Cortex-A35/A53/A57 CPUs library code, some of the CPU specific
reset operations are skipped if they have already been applied in a
previous invocation of the reset handler. This precaution is not
required, as all these operations can be reapplied safely.

This patch removes the unneeded test-before-set instructions in
the reset handler for these CPUs.

Change-Id: Ib175952c814dc51f1b5125f76ed6c06a22b95167
2016-02-08 09:31:18 +00:00
..
aem_generic.S Fix recursive crash prints on FVP AEM model 2015-04-13 17:21:26 +01:00
cortex_a35.S Cortex-Axx: Unconditionally apply CPU reset operations 2016-02-08 09:31:18 +00:00
cortex_a53.S Cortex-Axx: Unconditionally apply CPU reset operations 2016-02-08 09:31:18 +00:00
cortex_a57.S Cortex-Axx: Unconditionally apply CPU reset operations 2016-02-08 09:31:18 +00:00
cortex_a72.S Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
cpu_helpers.S Disable non-temporal hint on Cortex-A53/57 2016-02-08 09:31:18 +00:00
denver.S Add "Project Denver" CPU support 2015-07-24 09:08:27 +05:30