summaryrefslogtreecommitdiff
path: root/core/tee/sub.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2016-09-07 14:55:13 +0200
committerJens Wiklander <jens.wiklander@linaro.org>2016-10-18 16:34:55 +0200
commitc3b3c4de602ccd7690bcbd65181d43d622b017e4 (patch)
treec85e6972a08d8db85b392b0bcf6d340a7c58346e /core/tee/sub.mk
parent6d2f7cf2c8e04bf79411978fd8d82e769ba52c78 (diff)
core: add RPC FS cache for payload data
Adds an RPC FS cache for payload data. Allocated RPC FS payload data isn't free until the thread exits the current command. This allows reuse of the memory allocation, avoiding many needless entries of tee-supplicant. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/tee/sub.mk')
-rw-r--r--core/tee/sub.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/tee/sub.mk b/core/tee/sub.mk
index c94f5359..f1acea81 100644
--- a/core/tee/sub.mk
+++ b/core/tee/sub.mk
@@ -32,6 +32,8 @@ srcs-$(CFG_RPMB_FS) += tee_rpmb_fs.c
srcs-$(CFG_REE_FS) += tee_ree_fs.c
srcs-$(CFG_SQL_FS) += tee_sql_fs.c
srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS) += tee_fs_rpc.c
+srcs-$(call cfg-one-enabled,CFG_REE_FS CFG_SQL_FS CFG_RPMB_FS) += \
+ tee_fs_rpc_cache.c
srcs-y += tee_fs_key_manager.c
srcs-y += tee_obj.c
srcs-y += tee_pobj.c