arm-trusted-firmware/lib
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
..
aarch64 Use tf_printf() for debug logs from xlat_tables.c 2016-02-01 10:10:09 +00:00
cpus Cortex-Axx: Unconditionally apply CPU reset operations 2016-02-08 09:31:18 +00:00
locks Re-design bakery lock memory allocation and algorithm 2015-09-11 16:19:21 +01:00
semihosting Fix bug in semihosting write function 2015-07-16 20:36:41 +01:00
stdlib stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00