mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "fix(el3-spmc): remove experimental flag" into integration
This commit is contained in:
commit
5e86ba2138
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@ include lib/extensions/amu/amu.mk
|
|||
include lib/mpmm/mpmm.mk
|
||||
|
||||
ifeq (${SPMC_AT_EL3},1)
|
||||
$(warning "EL3 SPMC is an experimental feature")
|
||||
$(info Including EL3 SPMC makefile)
|
||||
include services/std_svc/spm/common/spm.mk
|
||||
include services/std_svc/spm/el3_spmc/spmc.mk
|
||||
|
|
|
@ -898,7 +898,7 @@ Common build options
|
|||
Dispatcher option (``SPD=spmd``). When enabled (1) it indicates the SPMC
|
||||
component runs at the EL3 exception level. The default value is ``0`` (
|
||||
disabled). This configuration supports pre-Armv8.4 platforms (aka not
|
||||
implementing the ``FEAT_SEL2`` extension). This is an experimental feature.
|
||||
implementing the ``FEAT_SEL2`` extension).
|
||||
|
||||
- ``SPMC_AT_EL3_SEL0_SP`` : Boolean option to enable SEL0 SP load support when
|
||||
``SPMC_AT_EL3`` is enabled. The default value if ``0`` (disabled). This
|
||||
|
|
Loading…
Add table
Reference in a new issue