diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2019-01-31 17:03:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 17:03:17 +0000 |
commit | f7bf9b0d9543c37b1d6e65436a8f9eaabe1ad8a4 (patch) | |
tree | d496a1794b7722d93e6753a7f81e671eed09c3bc | |
parent | c3faf745c42ec97fba7745589961039bd0951c40 (diff) | |
parent | e9ebd54e697fdc073e3dbf54c0e133c4644c4222 (diff) | |
download | platform_external_arm-trusted-firmware-f7bf9b0d9543c37b1d6e65436a8f9eaabe1ad8a4.tar.gz platform_external_arm-trusted-firmware-f7bf9b0d9543c37b1d6e65436a8f9eaabe1ad8a4.tar.bz2 platform_external_arm-trusted-firmware-f7bf9b0d9543c37b1d6e65436a8f9eaabe1ad8a4.zip |
Merge pull request #1801 from sandrine-bailleux-arm/sb/doc
User Guide: Move ARM_PLAT_MT doc to Arm build flags
-rw-r--r-- | docs/user-guide.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 3828eaff1..320bb1dc7 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -274,12 +274,6 @@ Common build options compiling TF-A. Its value must be a numeric, and defaults to 0. See also, *Armv8 Architecture Extensions* in `Firmware Design`_. -- ``ARM_PLAT_MT``: This flag determines whether the Arm platform layer has to - cater for the multi-threading ``MT`` bit when accessing MPIDR. When this flag - is set, the functions which deal with MPIDR assume that the ``MT`` bit in - MPIDR is set and access the bit-fields in MPIDR accordingly. Default value of - this flag is 0. Note that this option is not used on FVP platforms. - - ``BL2``: This is an optional build option which specifies the path to BL2 image for the ``fip`` target. In this case, the BL2 in the TF-A will not be built. @@ -770,6 +764,12 @@ Arm development platform specific build options Linux Image address must be specified using the ``PRELOADED_BL33_BASE`` option. +- ``ARM_PLAT_MT``: This flag determines whether the Arm platform layer has to + cater for the multi-threading ``MT`` bit when accessing MPIDR. When this flag + is set, the functions which deal with MPIDR assume that the ``MT`` bit in + MPIDR is set and access the bit-fields in MPIDR accordingly. Default value of + this flag is 0. Note that this option is not used on FVP platforms. + - ``ARM_RECOM_STATE_ID_ENC``: The PSCI1.0 specification recommends an encoding for the construction of composite state-ID in the power-state parameter. The existing PSCI clients currently do not support this encoding of |