From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 13 Jun 2019 06:26:35 -0700 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E40F430BBE97; Thu, 13 Jun 2019 13:26:18 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-127.ams2.redhat.com [10.36.117.127]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2C9AE5ED2F; Thu, 13 Jun 2019 13:26:15 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 01/10] Maintainers.txt: Add maintainer for CSM components in OvmfPkg To: devel@edk2.groups.io, hao.a.wu@intel.com Cc: David Woodhouse , Ray Ni , Jordan Justen , Ard Biesheuvel References: <20190527030350.11996-1-hao.a.wu@intel.com> <20190527030350.11996-2-hao.a.wu@intel.com> From: "Laszlo Ersek" Message-ID: <033bfc45-8f93-8600-2ad3-51d0a50a3331@redhat.com> Date: Thu, 13 Jun 2019 15:26:14 +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: <20190527030350.11996-2-hao.a.wu@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 13 Jun 2019 13:26:27 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 05/27/19 05:03, Wu, Hao A wrote: > According to the discussion at: >=20 > https://edk2.groups.io/g/devel/topic/31627718#40659 > (Request by Laszlo to find proper maintainer for to-be-duplicated CSM > components in OvmfPkg.) >=20 > and: >=20 > https://edk2.groups.io/g/devel/topic/31682287#40996 > (Confirmation with David Woodhouse as the maintainer for the > to-be-duplicated CSM components in OvmfPkg.) >=20 > This commit will add David Woodhouse as the maintainer for the CSM > modules under OvmfPkg. >=20 > Please note that the duplication of the required CSM modules from > framework packages to OvmfPkg will be done in subsequent commits. >=20 > Cc: David Woodhouse > Cc: Ray Ni > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Hao A Wu > --- > Maintainers.txt | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt > index aaabe2b52d..3b8449dd66 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -198,6 +198,8 @@ R: Marc-Andr=C3=A9 Lureau > (TPM2 modules) > R: Stefan Berger > (TPM2 modules) > +R: David Woodhouse > + (CSM modules) > S: Maintained > =20 > PcAtChipsetPkg >=20 Reviewed-by: Laszlo Ersek