diff mbox

[U-Boot,v5,26/30] efi_loader: Add MAINTAINERS entry

Message ID 1457050214-117592-27-git-send-email-agraf@suse.de
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Alexander Graf March 4, 2016, 12:10 a.m. UTC
Now that everything's in place, let's add myself as the maintainer for
the efi payload support.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini March 17, 2016, 2:02 a.m. UTC | #1
On Fri, Mar 04, 2016 at 01:10:10AM +0100, Alexander Graf wrote:

> Now that everything's in place, let's add myself as the maintainer for
> the efi payload support.
> 
> Signed-off-by: Alexander Graf <agraf@suse.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d447ea..32f97b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -230,6 +230,13 @@  F:	drivers/core/
 F:	include/dm/
 F:	test/dm/
 
+EFI PAYLOAD
+M:	Alexander Graf <agraf@suse.de>
+S:	Maintained
+F:	include/efi_loader.h
+F:	lib/efi_loader/
+F:	cmd/bootefi.c
+
 FLATTENED DEVICE TREE
 M:	Simon Glass <sjg@chromium.org>
 S:	Maintained