summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <[email protected]>2024-04-04 12:52:48 +0200
committerIlias Apalodimas <[email protected]>2024-04-26 08:28:35 +0300
commit4242b3976fdc5c6e7b90fb5bf38c5c345a0a9d49 (patch)
tree90d81deba1fdef2ee84c45706b872ec20efa76d8
parent8800cbe9b83bf15ca6dc43ca4b05269b3126526a (diff)
MAINTAINERS: add entries for tee-related orphaned files
Add orphaned TEE/OP-TEE-related files to TEE subsystem entry in MAINTAINERS. This includes: - optee_rpmb cmd and test for it - Misc. OP-TEE tests - OP-TEE SCMI agent implementation - Documentation, including device tree bindings Signed-off-by: Igor Opaniuk <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]>
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d0a4a28b401..921ce05755a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1640,9 +1640,18 @@ M: Jens Wiklander <[email protected]>
M: Ilias Apalodimas <[email protected]>
T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
S: Maintained
+F: cmd/optee*
+F: doc/README.tee
+F: doc/device-tree-bindings/firmware/linaro,optee-tz.txt
+F: drivers/firmware/scmi/optee_agent.c
F: drivers/tee/
+F: include/sandboxtee.h
F: include/tee.h
F: include/tee/
+F: include/test/optee.h
+F: test/dm/tee.c
+F: test/optee/
+F: test/py/tests/test_optee_rpmb.py
TEE-lib
M: Bryan O'Donoghue <[email protected]>