commit | a0a574d700abfe066da72d70052c84c89ac66616 | [log] [tgz] |
---|---|---|
author | Arvind Ram Prakash <arvind.ramprakash@arm.com> | Mon Aug 05 16:04:37 2024 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Fri Aug 30 20:57:42 2024 +0200 |
tree | aeb0683abcdc1348d826f7247e2167c6b7d9e395 | |
parent | 2c6b1bd205d266f7ebf75dafd221fbb454e1189c [diff] |
feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) This patch implements errata functions for two errata, both of them disable TRBE as a workaround. This patch doesn't have functions that disable TRBE but only implemented helper functions that are used to detect cores affected by Errata 2938996(Cortex-A520) & 2726228(Cortex-X4) Cortex-X4 SDEN documentation: https://developer.arm.com/documentation/SDEN2432808/latest Cortex-A520 SDEN Documentation: https://developer.arm.com/documentation/SDEN-2444153/latest Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com> Change-Id: I8f886a1c21698f546a0996c719cc27dc0a23633a (cherry picked from commit 4a97ff5111204a18b4f72d1e1cd3d8285f16289d)