From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Fri, 4 Mar 2016 01:10:10 +0100 Subject: [U-Boot] [PATCH v5 26/30] efi_loader: Add MAINTAINERS entry In-Reply-To: <1457050214-117592-1-git-send-email-agraf@suse.de> References: <1457050214-117592-1-git-send-email-agraf@suse.de> Message-ID: <1457050214-117592-27-git-send-email-agraf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Now that everything's in place, let's add myself as the maintainer for the efi payload support. Signed-off-by: Alexander Graf Reviewed-by: Simon Glass --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) 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 +S: Maintained +F: include/efi_loader.h +F: lib/efi_loader/ +F: cmd/bootefi.c + FLATTENED DEVICE TREE M: Simon Glass S: Maintained -- 1.8.5.6