summaryrefslogtreecommitdiff
path: root/drivers/tee/optee/Makefile
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2025-08-13 08:02:57 +0200
committerJens Wiklander <jens.wiklander@linaro.org>2025-09-11 11:22:40 +0200
commit2b78d79cdf963e09ec8b90c55216b6ab5a83dbaf (patch)
tree424919b200ba52056f08b81b85dbf888efa96c25 /drivers/tee/optee/Makefile
parent0e32abef9fc8a418fbe64d4372c6791e02b5c386 (diff)
downloadlinux-next-2b78d79cdf963e09ec8b90c55216b6ab5a83dbaf.tar.gz
linux-next-2b78d79cdf963e09ec8b90c55216b6ab5a83dbaf.zip
optee: FF-A: dynamic protected memory allocation
Add support in the OP-TEE backend driver dynamic protected memory allocation with FF-A. The protected memory pools for dynamically allocated protected memory are instantiated when requested by user-space. This instantiation can fail if OP-TEE doesn't support the requested use-case of protected memory. Restricted memory pools based on a static carveout or dynamic allocation can coexist for different use-cases. We use only dynamic allocation with FF-A. Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'drivers/tee/optee/Makefile')
-rw-r--r--drivers/tee/optee/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tee/optee/Makefile b/drivers/tee/optee/Makefile
index a6eff388d300..ad7049c1c107 100644
--- a/drivers/tee/optee/Makefile
+++ b/drivers/tee/optee/Makefile
@@ -4,6 +4,7 @@ optee-objs += core.o
optee-objs += call.o
optee-objs += notif.o
optee-objs += rpc.o
+optee-objs += protmem.o
optee-objs += supp.o
optee-objs += device.o
optee-objs += smc_abi.o