Fix the CAS spinlock implementation
[project/bcm63xx/atf.git] / docs / getting_started / user-guide.rst
index 44bfb7a33449d33a52ea3713c1e7a9abb79f3e54..ae276f25dcaf48886348df7e978e0286829fe121 100644 (file)
@@ -820,6 +820,10 @@ Common build options
    reduces SRAM usage. Refer to `Library at ROM`_ for further details. Default
    is 0.
 
+-  ``USE_SPINLOCK_CAS``: Setting this build flag to 1 selects the spinlock
+    implementation variant using the ARMv8.1-LSE compare-and-swap instruction.
+    Notice this option is experimental and only available to AArch64 builds.
+
 -  ``V``: Verbose build. If assigned anything other than 0, the build commands
    are printed. Default is 0.