diff options
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | 2020-12-21 19:42:05 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-12-21 19:42:05 +0000 |
commit | 669ee776ccad9986b45f9015724955c3830fd471 (patch) | |
tree | dc7395861bc929e543287ac3558ce75dceaf0ff2 /docs | |
parent | bc607ccc4235ac0dd8b7a8d9a4fd400a1724e0cb (diff) | |
parent | b153ce0391012e9228b807815a65fa0dc514cf77 (diff) | |
download | platform_external_arm-trusted-firmware-669ee776ccad9986b45f9015724955c3830fd471.tar.gz platform_external_arm-trusted-firmware-669ee776ccad9986b45f9015724955c3830fd471.tar.bz2 platform_external_arm-trusted-firmware-669ee776ccad9986b45f9015724955c3830fd471.zip |
Merge changes from topic "tc0_optee_sp" into integration
* changes:
fdts: tc0: Add reserved-memory node for OP-TEE
plat: tc0: OP-TEE as S-EL1 SP with SPMC at S-EL2
docs: arm: Add OPTEE_SP_FW_CONFIG
plat: tc0: enable opteed support
plat: arm: Increase SP max size
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/arm/arm-build-options.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/plat/arm/arm-build-options.rst b/docs/plat/arm/arm-build-options.rst index 2e50068f6..a1d231357 100644 --- a/docs/plat/arm/arm-build-options.rst +++ b/docs/plat/arm/arm-build-options.rst @@ -94,6 +94,10 @@ Arm Platform Build Options - ``ARM_SPMC_MANIFEST_DTS`` : path to an alternate manifest file used as the SPMC Core manifest. Valid when ``SPD=spmd`` is selected. +- ``OPTEE_SP_FW_CONFIG``: DTC build flag to include OP-TEE as SP in tb_fw_config + device tree. This flag is defined only when ``ARM_SPMC_MANIFEST_DTS`` manifest + file name contains pattern optee_sp. + For a better understanding of these options, the Arm development platform memory map is explained in the :ref:`Firmware Design`. |