]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(errata): workaround for Cortex-A510 erratum 1922240
authorjohpow01 <john.powell@arm.com>
Tue, 4 Jan 2022 22:15:18 +0000 (16:15 -0600)
committerJohn Powell <john.powell@arm.com>
Tue, 22 Feb 2022 23:56:43 +0000 (01:56 +0200)
commit83435637bfafbf1ce642a5fabb52e8d7b2819e36
tree617b54ac87ca4137b5305bfed811f9a85fc3db58
parent8a855bd24329e081cf13a257c7d2dc3ab4e5dcca
fix(errata): workaround for Cortex-A510 erratum 1922240

Cortex-A510 erratum 1922240 is a Cat B erratum that applies to revision
r0p0 and is fixed in r0p1.

Since no errata framework code existed for A510 prior to this patch, it
has been added as well. Also some general cleanup changes in the CPU lib
makefile.

SDEN can be found here:
https://developer.arm.com/documentation/SDEN2397239

Signed-off-by: John Powell <john.powell@arm.com>
Change-Id: I8c427ef255cb4b38ed3e5c2c7444fcef957277e4
docs/design/cpu-specific-build-macros.rst
include/lib/cpus/aarch64/cortex_a510.h
lib/cpus/aarch64/cortex_a510.S
lib/cpus/cpu-ops.mk