From 45d7c51ae46cdb7acd73dcebbed23cd7a36f7358 Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Mon, 20 Feb 2023 22:44:03 +0000 Subject: [PATCH] docs(drtm): mention DRTM_SUPPORT as an experimental build option In spite of the fact that makefile [1] indicates that DRTM_SUPPORT is an experimental feature, it is better to mention the same in the documentation of the build option as well. [1]: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/Makefile#n897 Change-Id: Ibfa328ec8ed685ce715d144d979ba37e4f49f82e Signed-off-by: Manish V Badarkhe --- docs/getting_started/build-options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index d5ded5ea7..a285d31c3 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -670,7 +670,7 @@ Common build options the measurements and recording them as per `PSA DRTM specification`_. For platforms which use BL2 to load/authenticate BL31 ``TRUSTED_BOARD_BOOT`` can be used and for the platforms which use ``RESET_TO_BL31`` platform owners - should have mechanism to authenticate BL31. + should have mechanism to authenticate BL31. This is an experimental feature. This option defaults to 0. -- 2.39.5