]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
MAINTAINERS: add entries for tee-related orphaned files
authorIgor Opaniuk <igor.opaniuk@gmail.com>
Thu, 4 Apr 2024 10:52:48 +0000 (12:52 +0200)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 26 Apr 2024 05:28:35 +0000 (08:28 +0300)
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 <igor.opaniuk@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
MAINTAINERS

index d0a4a28b401d5707382f2c0f288f688408f2fa80..921ce05755a6fa04254f445733e25397c6d315b9 100644 (file)
@@ -1640,9 +1640,18 @@ M:       Jens Wiklander <jens.wiklander@linaro.org>
 M:     Ilias Apalodimas <ilias.apalodimas@linaro.org>
 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 <bryan.odonoghue@linaro.org>