diff mbox series

[5/6] MAINTAINERS: Add maintainer for EFI variables via OP-TEE

Message ID 20200506191246.237790-6-ilias.apalodimas@linaro.org
State New
Headers show
Series EFI variable support via OP-TEE | expand

Commit Message

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

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

Comments

Heinrich Schuchardt May 9, 2020, 9:17 a.m. UTC | #1
On 5/6/20 9:12 PM, Ilias Apalodimas wrote:
> Add myself as maintainer for the OP-TEE related UEFI variable storage
> and add the headers files on the existing EFI list
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ec59ce8b8802..f33fd74b330b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -625,6 +625,8 @@ F:	include/cp437.h
>  F:	include/efi*
>  F:	include/pe.h
>  F:	include/asm-generic/pe.h
> +F:	include/mm_communication.h
> +F:	include/mm_variable.h
>  F:	lib/charset.c
>  F:	lib/efi*/
>  F:	test/py/tests/test_efi*
> @@ -635,6 +637,11 @@ 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

I think the mm* includes and efi_variable_tee.c should rest with the
same maintainer.

Best regards

Heinrich

> +
>  ENVIRONMENT
>  M:	Joe Hershberger <joe.hershberger at ni.com>
>  R:	Wolfgang Denk <wd at denx.de>
>
Ilias Apalodimas May 11, 2020, 8:47 a.m. UTC | #2
On Sat, May 09, 2020 at 11:17:59AM +0200, Heinrich Schuchardt wrote:
> On 5/6/20 9:12 PM, Ilias Apalodimas wrote:
> > Add myself as maintainer for the OP-TEE related UEFI variable storage
> > and add the headers files on the existing EFI list
> >
> > Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> > ---
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ec59ce8b8802..f33fd74b330b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -625,6 +625,8 @@ F:	include/cp437.h
> >  F:	include/efi*
> >  F:	include/pe.h
> >  F:	include/asm-generic/pe.h
> > +F:	include/mm_communication.h
> > +F:	include/mm_variable.h
> >  F:	lib/charset.c
> >  F:	lib/efi*/
> >  F:	test/py/tests/test_efi*
> > @@ -635,6 +637,11 @@ 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
> 
> I think the mm* includes and efi_variable_tee.c should rest with the
> same maintainer.

Ok. 

Regards
/Ilias
> 
> Best regards
> 
> Heinrich
> 
> > +
> >  ENVIRONMENT
> >  M:	Joe Hershberger <joe.hershberger at ni.com>
> >  R:	Wolfgang Denk <wd at denx.de>
> >
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ec59ce8b8802..f33fd74b330b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -625,6 +625,8 @@  F:	include/cp437.h
 F:	include/efi*
 F:	include/pe.h
 F:	include/asm-generic/pe.h
+F:	include/mm_communication.h
+F:	include/mm_variable.h
 F:	lib/charset.c
 F:	lib/efi*/
 F:	test/py/tests/test_efi*
@@ -635,6 +637,11 @@  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
+
 ENVIRONMENT
 M:	Joe Hershberger <joe.hershberger at ni.com>
 R:	Wolfgang Denk <wd at denx.de>