arm-trusted-firmware/include/lib
Soby Mathew 7395a725ae Apply errata workarounds only when major/minor revisions match.
Prior to this patch, the errata workarounds were applied for any version
of the CPU in the release build and in the debug build an assert
failure resulted when the revision did not match. This patch applies
errata workarounds in the Cortex-A57 reset handler only if the 'variant'
and 'revision' fields read from the MIDR_EL1 match. In the debug build,
a warning message is printed for each errata workaround which is not
applied.

The patch modifies the register usage in 'reset_handler` so
as to adhere to ARM procedure calling standards.

Fixes ARM-software/tf-issues#242

Change-Id: I51b1f876474599db885afa03346e38a476f84c29
2014-10-29 17:38:56 +00:00
..
aarch64 Apply errata workarounds only when major/minor revisions match. 2014-10-29 17:38:56 +00:00
cpus/aarch64 Juno: Implement initial platform port 2014-08-21 14:53:48 +01:00
bakery_lock.h Remove calling CPU mpidr from bakery lock API 2014-06-23 23:16:39 +01:00
cassert.h Separate out CASSERT macro into own header 2014-05-06 12:35:02 +01:00
mmio.h Inline the mmio accessor functions 2014-06-24 14:30:23 +01:00
semihosting.h Remove variables from .data section 2014-05-06 17:55:38 +01:00
spinlock.h Always use named structs in header files 2014-05-06 13:57:48 +01:00