From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B6ACA21161AE9 for ; Tue, 2 Oct 2018 11:05:42 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0E82A308ED4D; Tue, 2 Oct 2018 18:05:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-123-140.rdu2.redhat.com [10.10.123.140]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8B8535D756; Tue, 2 Oct 2018 18:05:38 +0000 (UTC) To: Leif Lindholm , edk2-devel@lists.01.org Cc: Andrew Fish , Michael D Kinney , Evan Lloyd , Sami Mujawar References: <20181002160342.12772-1-leif.lindholm@linaro.org> From: Laszlo Ersek Message-ID: <8099c3f3-2589-2e3a-eac4-64632731324e@redhat.com> Date: Tue, 2 Oct 2018 20:05:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181002160342.12772-1-leif.lindholm@linaro.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Tue, 02 Oct 2018 18:05:42 +0000 (UTC) Subject: Re: [PATCH] Maintainers.txt: add DynamicTablesPkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 18:05:43 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 10/02/18 18:03, Leif Lindholm wrote: > DynamicTablesPkg has been in edk2-staging[1] for some time now, and it is > time for it to move into the main tree. > [1] https://github.com/tianocore/edk2-staging/tree/dynamictables > > Add Evan and Sami as maintainers of the new package, and let them bring > it in themselves. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Leif Lindholm > --- > > We'll need Reviewed-by: from both new maintainers. > Github write permissions need to be added separately. > > Please add some documentation at the specified URL before > you import any code :) > > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 7ebd53f662..072cf3ce8f 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -105,6 +105,11 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/DuetPkg > M: Ruiyu Ni > M: Hao Wu > > +DynamicTablesPkg > +W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg > +M: Evan Lloyd > +M: Sami Mujawar > + > EdkCompatibilityPkg > W: https://github.com/tianocore/tianocore.github.io/wiki/EdkCompatibilityPkg > M: Liming Gao > Reviewed-by: Laszlo Ersek