aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@linaro.org>2018-05-22 16:29:49 +0300
committerJérôme Forissier <jerome.forissier@linaro.org>2018-05-30 12:52:52 +0200
commit4bca302aecf5fcb0c2654134f0790a7f7a42c122 (patch)
tree9e7f743a2c3d6fbf4a33b1c416cc2fab2886f340 /mk/config.mk
parent901acff441bf4513f4eb70ee9bfb49536d42969d (diff)
pta: add system pTA
Add system pTA, which provides misc. auxiliary services, extending existing GlobalPlatform Core API. Add a call for seeding entropy to the default RNG pool. Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/config.mk b/mk/config.mk
index b3d95432..40e94330 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -286,6 +286,10 @@ $(eval $(call cfg-depends-all,CFG_SECSTOR_TA,CFG_REE_FS CFG_WITH_USER_TA))
CFG_SECSTOR_TA_MGMT_PTA ?= $(call cfg-all-enabled,CFG_SECSTOR_TA)
$(eval $(call cfg-depends-all,CFG_SECSTOR_TA_MGMT_PTA,CFG_SECSTOR_TA))
+# Enable the pseudo TA for misc. auxilary services, extending existing
+# GlobalPlatform Core API (for example, re-seeding RNG entropy pool etc.)
+CFG_SYSTEM_PTA ?= y
+
# Define the number of cores per cluster used in calculating core position.
# The cluster number is shifted by this value and added to the core ID,
# so its value represents log2(cores/cluster).