diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-05-29 09:28:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 09:28:05 +0100 |
commit | d003b190938fa9e50ad351015da4b5225c78ce14 (patch) | |
tree | 5e86125cccb3626e81b56e7d0fd4f54517568dc9 /docs | |
parent | edcd266e6a9276ac0b2927301c8deec3798a6b1c (diff) | |
parent | fe007b2e15ec7b569c07fedbd9bfccb5ed742eec (diff) | |
download | platform_external_arm-trusted-firmware-d003b190938fa9e50ad351015da4b5225c78ce14.tar.gz platform_external_arm-trusted-firmware-d003b190938fa9e50ad351015da4b5225c78ce14.tar.bz2 platform_external_arm-trusted-firmware-d003b190938fa9e50ad351015da4b5225c78ce14.zip |
Merge pull request #1392 from dp-arm/dp/cve_2018_3639
Implement workaround for CVE-2018-3639 on Cortex A57/A72/A73 and A75
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpu-specific-build-macros.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.rst b/docs/cpu-specific-build-macros.rst index 65f6adb8d..c11f64039 100644 --- a/docs/cpu-specific-build-macros.rst +++ b/docs/cpu-specific-build-macros.rst @@ -24,6 +24,17 @@ vulnerability workarounds should be applied at runtime. with the recommendation in the spec regarding workaround discovery. Defaults to 1. +- ``WORKAROUND_CVE_2018_3639``: Enables the security workaround for + `CVE-2018-3639`_. Defaults to 1. The TF-A project recommends to keep + the default value of 1 even on platforms that are unaffected by + CVE-2018-3639, in order to comply with the recommendation in the spec + regarding workaround discovery. + +- ``DYNAMIC_WORKAROUND_CVE_2018_3639``: Enables dynamic mitigation for + `CVE-2018-3639`_. This build option should be set to 1 if the target + platform contains at least 1 CPU that requires dynamic mitigation. + Defaults to 0. + CPU Errata Workarounds ---------------------- |