diff mbox series

[4/7,v4] MAINTAINERS: Add maintainer for EFI variables via OP-TEE

Message ID 20200517192549.575903-5-ilias.apalodimas@linaro.org
State Accepted
Commit e4acbe4e34b0e9bc0243b9d21720111128a1b5b3
Headers show
Series EFI variable support via OP-TEE | expand

Commit Message

Ilias Apalodimas May 17, 2020, 7:25 p.m. UTC
Add myself as maintainer for the OP-TEE related UEFI variable storage.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d67112479700..8add9d4c2ae9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -635,6 +635,12 @@  F:	cmd/efidebug.c
 F:	cmd/nvedit_efi.c
 F:	tools/file2include.c
 
+EFI VARIABLES VIA OP-TEE
+M:	Ilias Apalodimas <ilias.apalodimas at linaro.org>
+S:	Maintained
+F:	lib/efi_loader/efi_variable_tee.c
+F:	include/mm_communication.h
+
 ENVIRONMENT
 M:	Joe Hershberger <joe.hershberger at ni.com>
 R:	Wolfgang Denk <wd at denx.de>