summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSona Mathew <SonaRebecca.Mathew@arm.com>2023-03-15 09:40:36 -0500
committerSona Mathew <SonaRebecca.Mathew@arm.com>2023-05-05 13:24:59 -0500
commite5d9b6f0bfa6f840ad1c5c72c455fe9a7c0dcaa8 (patch)
tree92695495f83c983f7a80a70c8bc9b2af48c61aa4
parentd3bed15851a1b35b2608f7275f1294c8d4f7aee7 (diff)
downloadarm-trusted-firmware-e5d9b6f0bfa6f840ad1c5c72c455fe9a7c0dcaa8.tar.gz
docs(errata_abi): document the errata abi changes
Updated errata ABI feature enable flag and the errata non-arm interconnect based flag, the default values for when the feature is not enabled. Change-Id: Ieb2144a1bc38f4ed684fda8280842a18964ba148 Signed-off-by: Sona Mathew <SonaRebecca.Mathew@arm.com>
-rw-r--r--docs/getting_started/build-options.rst7
-rw-r--r--docs/global_substitutions.txt1
-rw-r--r--docs/glossary.rst3
3 files changed, 11 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 2735f173f..0e3b2fc88 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -1132,6 +1132,13 @@ Common build options
means platform hook won't be checked and CMOs will always be performed when
related functions are called.
+- ``ERRATA_ABI_SUPPORT``: Boolean option to enable support for Errata management
+ firmware interface for the BL31 image. By default its disabled (``0``).
+
+- ``ERRATA_NON_ARM_INTERCONNECT``: Boolean option to enable support for the
+ errata mitigation for platforms with a non-arm interconnect using the errata
+ ABI. By default its disabled (``0``).
+
GICv3 driver options
--------------------
diff --git a/docs/global_substitutions.txt b/docs/global_substitutions.txt
index 9428fe97d..80012e7b8 100644
--- a/docs/global_substitutions.txt
+++ b/docs/global_substitutions.txt
@@ -69,3 +69,4 @@
.. |UEFI| replace:: :term:`UEFI`
.. |WDOG| replace:: :term:`WDOG`
.. |XLAT| replace:: :term:`XLAT`
+.. |ERRATA_ABI| replace:: :term:`ERRATA_ABI`
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 12c6ab756..58b7d999b 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -70,6 +70,9 @@ You can find additional definitions in the `Arm Glossary`_.
EHF
Exception Handling Framework
+ ERRATA_ABI
+ Errata management firmware interface
+
FCONF
Firmware Configuration Framework