From patchwork Tue Sep 24 16:39:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Hershberger X-Patchwork-Id: 1166740 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=ni.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46d6R72sH6z9sPY for ; Wed, 25 Sep 2019 02:40:02 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 08155C21E2C; Tue, 24 Sep 2019 16:39:59 +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 D6A47C21C4A; Tue, 24 Sep 2019 16:39:57 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 475A0C21C4A; Tue, 24 Sep 2019 16:39:57 +0000 (UTC) Received: from mx0b-00010702.pphosted.com (mx0a-00010702.pphosted.com [148.163.156.75]) by lists.denx.de (Postfix) with ESMTPS id 9866CC21C38 for ; Tue, 24 Sep 2019 16:39:56 +0000 (UTC) Received: from pps.filterd (m0098780.ppops.net [127.0.0.1]) by mx0a-00010702.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8OGLMW5008435; Tue, 24 Sep 2019 11:39:49 -0500 Received: from ni.com (skprod3.natinst.com [130.164.80.24]) by mx0a-00010702.pphosted.com with ESMTP id 2v5hct3xg0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 24 Sep 2019 11:39:49 -0500 Received: from us-aus-exhub1.ni.corp.natinst.com (us-aus-exhub1.ni.corp.natinst.com [130.164.68.41]) by us-aus-skprod3.natinst.com (8.16.0.27/8.16.0.27) with ESMTPS id x8OGdmxu021365 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 24 Sep 2019 11:39:48 -0500 Received: from us-aus-exhub1.ni.corp.natinst.com (130.164.68.41) by us-aus-exhub1.ni.corp.natinst.com (130.164.68.41) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 24 Sep 2019 11:39:48 -0500 Received: from osboxes.amer.corp.natinst.com (130.164.49.7) by us-aus-exhub1.ni.corp.natinst.com (130.164.68.41) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Tue, 24 Sep 2019 11:39:48 -0500 From: Joe Hershberger To: Date: Tue, 24 Sep 2019 11:39:46 -0500 Message-ID: <20190924163946.33562-1-joe.hershberger@ni.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,1.0.8 definitions=2019-09-24_07:2019-09-23,2019-09-24 signatures=0 X-Proofpoint-Spam-Reason: safe Cc: Tom Rini , Joe Hershberger Subject: [U-Boot] [PATCH v2] Update MAINTAINERS to include environment files 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" To be maintained by me (Joe) and Wolfgang Denx Signed-off-by: Joe Hershberger --- Changes in v2: - Remove Wolfgang from listed maintainer MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e752e4b3de..384ac26048 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -540,6 +540,15 @@ F: cmd/efidebug.c F: cmd/nvedit_efi.c F: tools/file2include.c +ENVIRONMENT +M: Joe Hershberger +S: Maintained +F: env/ +F: include/env* +F: test/env/ +F: tools/env* +F: tools/mkenvimage.c + FPGA M: Michal Simek S: Maintained