From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.15948.1591196354016760047 for ; Wed, 03 Jun 2020 07:59:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=LICYTvEe; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591196353; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mQv9qju58KnhPMMIlkzLIut3IaVvS4De/qgrQzmdt8k=; b=LICYTvEewOkKTozEmoTCkwVodrVQgAhAfsRRIsygb7MMqJ283CyBwiTRs8Q3aF0fo/FMpH MJW9lTMrxo1srnD/MLNUpphKZ+T9/uyaKoEGMrN3VFzgD4XHhOVeS6VxXhVUjbTC5QN81q HF8vy94Off8PcLqRM9orZEqdPZOKF6o= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-177-um1_OTzJNmi73cqbx56irw-1; Wed, 03 Jun 2020 10:59:05 -0400 X-MC-Unique: um1_OTzJNmi73cqbx56irw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 021CA80058E; Wed, 3 Jun 2020 14:59:04 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-50.ams2.redhat.com [10.36.115.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id C81B97B5FB; Wed, 3 Jun 2020 14:59:02 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 4/5] Maintainers.txt: Add reviewer for SEC related modules. To: devel@edk2.groups.io, eric.dong@intel.com Cc: Debkumar De , Harry Han , Catharine West References: <20200603031806.1699-1-eric.dong@intel.com> <20200603031806.1699-5-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: Date: Wed, 3 Jun 2020 16:59:01 +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: <20200603031806.1699-5-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 06/03/20 05:18, Dong, Eric wrote: > Signed-off-by: Eric Dong > Cc: Debkumar De > Cc: Harry Han > Cc: Catharine West > --- > Maintainers.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 318c8388fe..8350ece296 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -489,6 +489,13 @@ M: Ray Ni > R: Laszlo Ersek > R: Rahul Kumar > > +UefiCpuPkg: Sec related modules > +F: UefiCpuPkg/SecCore/ > +F: UefiCpuPkg/ResetVector/ > +R: Debkumar De > +R: Harry Han > +R: Catharine West > + > UefiPayloadPkg > F: UefiPayloadPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg > Acked-by: Laszlo Ersek