* [PATCH v1] MAINTAINERS: add entries for tee-related orphaned files
@ 2024-04-04 10:52 Igor Opaniuk
2024-04-04 11:00 ` Ilias Apalodimas
2024-04-04 12:01 ` Mattijs Korpershoek
0 siblings, 2 replies; 3+ messages in thread
From: Igor Opaniuk @ 2024-04-04 10:52 UTC (permalink / raw)
To: u-boot, jens.wiklander, Ilias Apalodimas
Cc: Igor Opaniuk, Abdellatif El Khlifi, Caleb Connolly,
Frieder Schrempf, Heinrich Schuchardt, Manorit Chawdhry,
Marek Vasut, Mattijs Korpershoek, Neil Armstrong, Sam Protsenko,
Simon Glass, Tom Rini
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>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0462ade4ac6..0f7325d6045 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1642,9 +1642,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>
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add entries for tee-related orphaned files
2024-04-04 10:52 [PATCH v1] MAINTAINERS: add entries for tee-related orphaned files Igor Opaniuk
@ 2024-04-04 11:00 ` Ilias Apalodimas
2024-04-04 12:01 ` Mattijs Korpershoek
1 sibling, 0 replies; 3+ messages in thread
From: Ilias Apalodimas @ 2024-04-04 11:00 UTC (permalink / raw)
To: Igor Opaniuk
Cc: u-boot, jens.wiklander, Abdellatif El Khlifi, Caleb Connolly,
Frieder Schrempf, Heinrich Schuchardt, Manorit Chawdhry,
Marek Vasut, Mattijs Korpershoek, Neil Armstrong, Sam Protsenko,
Simon Glass, Tom Rini
Thanks!
On Thu, 4 Apr 2024 at 13:52, Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>
> 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>
> ---
>
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0462ade4ac6..0f7325d6045 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1642,9 +1642,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>
> --
> 2.34.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add entries for tee-related orphaned files
2024-04-04 10:52 [PATCH v1] MAINTAINERS: add entries for tee-related orphaned files Igor Opaniuk
2024-04-04 11:00 ` Ilias Apalodimas
@ 2024-04-04 12:01 ` Mattijs Korpershoek
1 sibling, 0 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2024-04-04 12:01 UTC (permalink / raw)
To: Igor Opaniuk, u-boot, jens.wiklander, Ilias Apalodimas
Cc: Igor Opaniuk, Abdellatif El Khlifi, Caleb Connolly,
Frieder Schrempf, Heinrich Schuchardt, Manorit Chawdhry,
Marek Vasut, Neil Armstrong, Sam Protsenko, Simon Glass, Tom Rini
Hi Igor,
Thank you for the patch.
On jeu., avril 04, 2024 at 12:52, Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
> 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: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
>
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0462ade4ac6..0f7325d6045 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1642,9 +1642,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>
> --
> 2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-04 12:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 10:52 [PATCH v1] MAINTAINERS: add entries for tee-related orphaned files Igor Opaniuk
2024-04-04 11:00 ` Ilias Apalodimas
2024-04-04 12:01 ` Mattijs Korpershoek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox