arm-trusted-firmware/include
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
..
bl31 Introduce framework for CPU specific operations 2014-08-20 19:13:25 +01:00
bl32/tsp Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs 2014-08-19 11:42:45 +01:00
common Rework use of labels in assembly macros. 2014-08-19 14:42:35 +01:00
drivers Juno: Reserve some DDR-DRAM for secure use 2014-10-14 10:03:58 +01:00
lib Apply errata workarounds only when major/minor revisions match. 2014-10-29 17:38:56 +00:00
plat/common Miscellaneous documentation fixes 2014-08-27 19:13:56 +01:00
stdlib Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00