From patchwork Thu Feb 14 13:35:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 1042176 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 440cpP6PlMz9rxp for ; Fri, 15 Feb 2019 00:35:25 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 8AE47C21E36; Thu, 14 Feb 2019 13:35:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 9E376C21EC5; Thu, 14 Feb 2019 13:35:19 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 35C98C21EC5; Thu, 14 Feb 2019 13:35:18 +0000 (UTC) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id D790DC21E36 for ; Thu, 14 Feb 2019 13:35:17 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 93648AE25; Thu, 14 Feb 2019 13:35:17 +0000 (UTC) From: Alexander Graf To: u-boot@lists.denx.de Date: Thu, 14 Feb 2019 14:35:17 +0100 Message-Id: <20190214133517.33715-1-agraf@suse.de> X-Mailer: git-send-email 2.12.3 Cc: Heinrich Schuchardt , Tom Rini Subject: [U-Boot] [PATCH] efi_loader: Swap roles with Heinrich X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Heinrich is going to take over maintainership of the efi_loader tree going forward. To ensure that I will still receive review mails at least, add me as reviewer with a stable email address. Signed-off-by: Alexander Graf Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 29449ffed6..d219c06ec9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -453,8 +453,8 @@ F: include/dm/ F: test/dm/ EFI PAYLOAD -M: Alexander Graf -R: Heinrich Schuchardt +M: Heinrich Schuchardt +R: Alexander Graf S: Maintained T: git git://github.com/agraf/u-boot.git F: doc/README.uefi