The files include/tpm* are an integral part of the TPM drivers. The tpm command is used to access TPM devices.
Both should be managed by the TPM DRIVERS maintainer. Signed-off-by: Heinrich Schuchardt <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d2e245e5e9..4961277e4f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1478,7 +1478,9 @@ TPM DRIVERS M: Ilias Apalodimas <[email protected]> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git +F: cmd/tpm.c F: drivers/tpm/ +F: include/tpm* TQ GROUP #M: Martin Krause <[email protected]> -- 2.39.2

