From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.16092.1591196737617973158 for ; Wed, 03 Jun 2020 08:05:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=By211hud; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591196736; 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=j8yEihV7imerGXsWkSoa3wlgb4a+X9G++Rn8Gm9h8h8=; b=By211hud8rniGzSFGmjZio3erBdJv2ls+Ppwjp3f6SCJNJB9fg041g+1LGeY/xZNgVptpX 50YaFR7gGUzQJuclaAERYs+IB4w62wuYWQ/WjclB0ZcmeZS0+5Gj4BFjqiLvUXTEFa7umF BkP5Mjzo448bksXT76z0SR3TdTKiF1Q= 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-514-EAEtZxhZNRC8bQS6J9lwaw-1; Wed, 03 Jun 2020 11:05:35 -0400 X-MC-Unique: EAEtZxhZNRC8bQS6J9lwaw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8D3E8BFC0; Wed, 3 Jun 2020 15:05:33 +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 0C9A210013D7; Wed, 3 Jun 2020 15:05:31 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 5/5] Maintainers.txt: Add reviewer for Pei Core. To: devel@edk2.groups.io, eric.dong@intel.com Cc: Jian J Wang , Hao A Wu , Debkumar De , Harry Han , Catharine West References: <20200603031806.1699-1-eric.dong@intel.com> <20200603031806.1699-6-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: Date: Wed, 3 Jun 2020 17:05:31 +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-6-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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: Jian J Wang > Cc: Hao A Wu > Cc: Debkumar De > Cc: Harry Han > Cc: Catharine West > --- > Maintainers.txt | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 8350ece296..bb1a882efc 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -258,6 +258,14 @@ F: MdeModulePkg/Universal/Console/ > R: Zhichao Gao > R: Ray Ni > > +MdeModulePkg: Pei Core > +F: MdeModulePkg/Core/Pei/ > +R: Dandan Bi > +R: Liming Gao > +R: Debkumar De > +R: Harry Han > +R: Catharine West > + > MdeModulePkg: Core services (PEI, DXE and Runtime) modules > F: MdeModulePkg/*Mem*/ > F: MdeModulePkg/*SectionExtract*/ > @@ -265,7 +273,6 @@ F: MdeModulePkg/*StatusCode*/ > F: MdeModulePkg/Application/DumpDynPcd/ > F: MdeModulePkg/Core/Dxe/ > F: MdeModulePkg/Core/DxeIplPeim/ > -F: MdeModulePkg/Core/Pei/ > F: MdeModulePkg/Core/RuntimeDxe/ > F: MdeModulePkg/Include/*Mem*.h > F: MdeModulePkg/Include/*Pcd*.h > (1) This section ("MdeModulePkg: Pei Core") should be inserted between: MdeModulePkg: Management Mode (MM, SMM) modules MdeModulePkg: Reset modules With the insertion point fixed: Acked-by: Laszlo Ersek Thanks, Laszlo