From be3a3bc715619b5ea15b3f338cd80d00d92cb836 Mon Sep 17 00:00:00 2001 From: Arunachalam Ganapathy Date: Tue, 8 Dec 2020 16:35:18 +0000 Subject: [PATCH] docs: arm: Add OPTEE_SP_FW_CONFIG This adds documentation for device tree build flag OPTEE_SP_FW_CONFIG. Signed-off-by: Arunachalam Ganapathy Change-Id: Ie45f075cf04182701007f87aa0c8912cd567157a --- docs/plat/arm/arm-build-options.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`.