diff options
| author | Boyan Karatotev <boyan.karatotev@arm.com> | 2026-06-16 09:49:09 +0000 |
|---|---|---|
| committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2026-06-16 09:49:09 +0000 |
| commit | b7c320edb2799162a1f8c8685bbbfad6d6986803 (patch) | |
| tree | 2ee8d12555e2127ccc9bfc1ccb98c838a2f42c3c /docs | |
| parent | 87fb37279900d33eb4ec177f57c009a2ddc4d59d (diff) | |
| parent | 08fab0f083db753682a12dae3c00eedb20f02620 (diff) | |
| download | arm-trusted-firmware-b7c320edb2799162a1f8c8685bbbfad6d6986803.tar.gz arm-trusted-firmware-b7c320edb2799162a1f8c8685bbbfad6d6986803.zip | |
Merge "fix: workaround for CVE-2025-10263" into integration
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design/cpu-specific-build-macros.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/design/cpu-specific-build-macros.rst b/docs/design/cpu-specific-build-macros.rst index dfc4763a3..a5f93f5fd 100644 --- a/docs/design/cpu-specific-build-macros.rst +++ b/docs/design/cpu-specific-build-macros.rst @@ -46,6 +46,12 @@ vulnerability workarounds should be applied at runtime. This build option should be set to 1 if the target platform contains at least 1 CPU that requires this mitigation. Defaults to 1. +- ``WORKAROUND_CVE_2025_10263``: Enables mitigation for `CVE-2025-10263`_. + This build option should be set to 1 if the target platform contains at + least 1 CPU that requires this mitigation. Defaults to 0, due to the nature + of this workaround it cannot be checked at runtime so should not be enabled + unless needed by the platform. + .. _arm_cpu_macros_errata_workarounds: CPU Errata Workarounds @@ -1935,6 +1941,7 @@ GIC Errata Workarounds .. _CVE-2022-23960: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23960 .. _CVE-2024-5660: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-5660 .. _CVE-2024-7881: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-7881 +.. _CVE-2025-10263: https://www.cve.org/CVERecord?id=CVE-2025-10263 .. _Cortex-A72 MPCore Software Developers Errata Notice: https://developer.arm.com/documentation/epm012079/latest .. _Cortex-A57 Software Optimization Guide: https://developer.arm.com/documentation/uan0015 .. _Arm DSU Software Developers Errata Notice: https://developer.arm.com/documentation/SDEN854652 |
