mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
docs(build): describes the SPMC_OPTEE build option
Explains that the SPMC_OPTEE build option is used to load the SPMC at S-EL1 using an OP-TEE specific mechanism. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Change-Id: I71757d2d9ac98caf0ac6d8e64b221adaa0f70846
This commit is contained in:
parent
302f05354f
commit
bb0e33602d
1 changed files with 5 additions and 0 deletions
|
@ -824,6 +824,11 @@ Common build options
|
|||
disabled). This configuration supports pre-Armv8.4 platforms (aka not
|
||||
implementing the ``FEAT_SEL2`` extension). This is an experimental feature.
|
||||
|
||||
- ``SPMC_OPTEE`` : This boolean option is used jointly with the SPM
|
||||
Dispatcher option (``SPD=spmd``) and with ``SPMD_SPM_AT_SEL2=0`` to
|
||||
indicate that the SPMC at S-EL1 is OP-TEE and an OP-TEE specific loading
|
||||
mechanism should be used.
|
||||
|
||||
- ``SPMD_SPM_AT_SEL2`` : This boolean option is used jointly with the SPM
|
||||
Dispatcher option (``SPD=spmd``). When enabled (1) it indicates the SPMC
|
||||
component runs at the S-EL2 exception level provided by the ``FEAT_SEL2``
|
||||
|
|
Loading…
Add table
Reference in a new issue