From patchwork Mon May 11 18:14:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilias Apalodimas X-Patchwork-Id: 245604 List-Id: U-Boot discussion From: ilias.apalodimas at linaro.org (Ilias Apalodimas) Date: Mon, 11 May 2020 21:14:02 +0300 Subject: [PATCH 4/5 v2] MAINTAINERS: Add maintainer for EFI variables via OP-TEE In-Reply-To: <20200511181403.19448-1-ilias.apalodimas@linaro.org> References: <20200511181403.19448-1-ilias.apalodimas@linaro.org> Message-ID: <20200511181403.19448-5-ilias.apalodimas@linaro.org> 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 Reviewed-by: Heinrich Schuchardt --- 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 +S: Maintained +F: lib/efi_loader/efi_variable_tee.c +F: include/mm_communication.h + ENVIRONMENT M: Joe Hershberger R: Wolfgang Denk