summaryrefslogtreecommitdiff
path: root/docs/getting_started/build-options.rst
diff options
context:
space:
mode:
authorBipin Ravi <bipin.ravi@arm.com>2022-11-11 17:49:20 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2022-11-11 17:49:20 +0100
commit20a43156f769bdb6b979ec54cf48a553f116a17c (patch)
tree98439dce7fed0207c3123f2d11452f1270673230 /docs/getting_started/build-options.rst
parent2f546146300bdfeb7b186cc407a34a20ef53339a (diff)
parent04c7303b9c3d2215eebc3d59431519990abe03d0 (diff)
downloadarm-trusted-firmware-20a43156f769bdb6b979ec54cf48a553f116a17c.tar.gz
Merge "feat(cpus): make cache ops conditional" into integration
Diffstat (limited to 'docs/getting_started/build-options.rst')
-rw-r--r--docs/getting_started/build-options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index eba31daf5..0b42a79ea 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -1032,6 +1032,12 @@ Common build options
functionalities). When enabled (``1``), a mocked version of the APIs are used.
The default value is 0.
+- ``CONDITIONAL_CMO``: Boolean option to enable call to platform-defined routine
+ ``plat_can_cmo`` which will return zero if cache management operations should
+ be skipped and non-zero otherwise. By default, this option is disabled which
+ means platform hook won't be checked and CMOs will always be performed when
+ related functions are called.
+
GICv3 driver options
--------------------