arm-trusted-firmware/include/lib/cpus/aarch64
Varun Wadekar 6cf8d65f27 cpus: denver: Implement static workaround for CVE-2018-3639
For Denver CPUs, this approach enables the mitigation during EL3
initialization, following every PE reset. No mechanism is provided to
disable the mitigation at runtime.

This approach permanently mitigates the EL3 software stack only. Other
software components are responsible to enable it for their exception
levels.

TF-A implements this approach for the Denver CPUs with DENVER_MIDR_PN3
and earlier:

*   By setting bit 11 (Disable speculative store buffering) of
    `ACTLR_EL3`

*   By setting bit 9 (Disable speculative memory disambiguation) of
    `ACTLR_EL3`

TF-A implements this approach for the Denver CPUs with DENVER_MIDR_PN4
and later:

*   By setting bit 18 (Disable speculative store buffering) of
    `ACTLR_EL3`

*   By setting bit 17 (Disable speculative memory disambiguation) of
    `ACTLR_EL3`

Change-Id: If1de96605ce3f7b0aff5fab2c828e5aecb687555
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2018-09-04 17:34:08 -07:00
..
aem_generic.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a35.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a53.h CPU: Correct names of implementation-defined aux regs 2017-08-29 13:52:48 +01:00
cortex_a55.h Add support for Cortex-A75 and Cortex-A55 CPUs 2017-06-01 11:44:52 +01:00
cortex_a57.h Implement static workaround for CVE-2018-3639 2018-05-23 12:45:48 +01:00
cortex_a72.h lib: cpu: Add L2 cache aux control register definition to CA72 2018-07-18 18:48:30 +03:00
cortex_a73.h Implement static workaround for CVE-2018-3639 2018-05-23 12:45:48 +01:00
cortex_a75.h Implement static workaround for CVE-2018-3639 2018-05-23 12:45:48 +01:00
cortex_a76.h Implement dynamic mitigation for CVE-2018-3639 on Cortex-A76 2018-06-08 11:46:31 +01:00
cortex_ares.h Implement Cortex-Ares 1043202 erratum workaround 2018-06-08 11:46:31 +01:00
cortex_deimos.h Add initial CPU support for Cortex-Deimos 2018-07-11 13:26:48 +01:00
cortex_helios.h Add initial CPU support for Cortex-Helios 2018-07-11 13:26:52 +01:00
cpu_macros.S Remove integrity check in declare_cpu_ops_base 2018-07-11 09:23:04 +01:00
cpuamu.h Refactor AMU support for Cortex A75 2018-02-27 13:28:41 +00:00
denver.h cpus: denver: Implement static workaround for CVE-2018-3639 2018-09-04 17:34:08 -07:00
dsu_def.h DSU erratum 936184 workaround 2018-08-17 10:34:43 +01:00