diff mbox series

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

Message ID 20200511181403.19448-5-ilias.apalodimas@linaro.org
State Superseded
Delegated to: Heinrich Schuchardt
Headers show
Series EFI variable support via OP-TEE | expand

Commit Message

Ilias Apalodimas May 11, 2020, 6:14 p.m. UTC
Add myself as maintainer for the OP-TEE related UEFI variable storage
and add the headers file on the existing EFI list

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Heinrich Schuchardt May 11, 2020, 6:39 p.m. UTC | #1
On 5/11/20 8:14 PM, Ilias Apalodimas wrote:
> Add myself as maintainer for the OP-TEE related UEFI variable storage
> and add the headers file on the existing EFI list
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ec59ce8b8802..0c38890be09c 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@linaro.org>
> +S:	Maintained
> +F:	lib/efi_loader/efi_variable_tee.c
> +F:	include/mm_communication.h
> +
>  ENVIRONMENT
>  M:	Joe Hershberger <joe.hershberger@ni.com>
>  R:	Wolfgang Denk <wd@denx.de>
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ec59ce8b8802..0c38890be09c 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@linaro.org>
+S:	Maintained
+F:	lib/efi_loader/efi_variable_tee.c
+F:	include/mm_communication.h
+
 ENVIRONMENT
 M:	Joe Hershberger <joe.hershberger@ni.com>
 R:	Wolfgang Denk <wd@denx.de>