From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 D08AF2194D3AE for ; Fri, 5 Oct 2018 09:21:19 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2018 09:21:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,345,1534834800"; d="scan'208";a="97737272" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga002.jf.intel.com with ESMTP; 05 Oct 2018 09:20:13 -0700 Received: from orsmsx116.amr.corp.intel.com (10.22.240.14) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 5 Oct 2018 09:20:13 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.89]) by ORSMSX116.amr.corp.intel.com ([169.254.7.58]) with mapi id 14.03.0319.002; Fri, 5 Oct 2018 09:20:13 -0700 From: "Kinney, Michael D" To: Leif Lindholm , "edk2-devel@lists.01.org" , "Kinney, Michael D" CC: Andrew Fish , Laszlo Ersek , "Evan Lloyd" , Sami Mujawar Thread-Topic: [PATCH] Maintainers.txt: add DynamicTablesPkg Thread-Index: AQHUWmmeyibvP/yaPkuzCP8yogChdaUQ2JfQ Date: Fri, 5 Oct 2018 16:20:11 +0000 Message-ID: References: <20181002160342.12772-1-leif.lindholm@linaro.org> In-Reply-To: <20181002160342.12772-1-leif.lindholm@linaro.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 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: Fri, 05 Oct 2018 16:21:20 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael D Kinney Mike > -----Original Message----- > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > Sent: Tuesday, October 2, 2018 9:04 AM > To: edk2-devel@lists.01.org > Cc: Andrew Fish ; Laszlo Ersek > ; Kinney, Michael D > ; Evan Lloyd > ; Sami Mujawar > > Subject: [PATCH] Maintainers.txt: add DynamicTablesPkg >=20 > 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 >=20 > Add Evan and Sami as maintainers of the new package, and > let them bring > it in themselves. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Leif Lindholm > --- >=20 > We'll need Reviewed-by: from both new maintainers. > Github write permissions need to be added separately. >=20 > Please add some documentation at the specified URL > before > you import any code :) >=20 > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > 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/Du > etPkg > M: Ruiyu Ni > M: Hao Wu >=20 > +DynamicTablesPkg > +W: > https://github.com/tianocore/tianocore.github.io/wiki/Dy > namicTablesPkg > +M: Evan Lloyd > +M: Sami Mujawar > + > EdkCompatibilityPkg > W: > https://github.com/tianocore/tianocore.github.io/wiki/Ed > kCompatibilityPkg > M: Liming Gao > -- > 2.11.0 D=20