From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id E6CC0D81140 for ; Wed, 25 Oct 2023 08:09:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=iVW3O9X3oNSpm2CCGNYKlT0BXA2CVXx7Itkb+W/Y1fM=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698221395; v=1; b=dP06zID8GUIkMiuoZWJchWldG1BfhnD/Vv2MyJjT5k1uDiL3U80F94G7EZqHAbWHhi0UhhxZ UbDzKSQpHGet8NvufTFiRQTTKZZyOUY36vdaMF1XnYEQoT3ZHQakZDeI6OM/pFb69UQvFb7B+Iw ktIpIbvqTw+Qu5YSnhviSkrA= X-Received: by 127.0.0.2 with SMTP id qaP8YY7687511xhDsTLy0WWU; Wed, 25 Oct 2023 01:09:55 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.38921.1698221394928332914 for ; Wed, 25 Oct 2023 01:09:55 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-164-fUV4Hvy1PWK6X554OoZz8Q-1; Wed, 25 Oct 2023 04:09:48 -0400 X-MC-Unique: fUV4Hvy1PWK6X554OoZz8Q-1 X-Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D1C1A85D520; Wed, 25 Oct 2023 08:09:47 +0000 (UTC) X-Received: from [10.39.192.250] (unknown [10.39.192.250]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8EEDE492BE2; Wed, 25 Oct 2023 08:09:45 +0000 (UTC) Message-ID: <0b9843a0-f19a-4869-b487-0cbf13c3527e@redhat.com> Date: Wed, 25 Oct 2023 10:09:44 +0200 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH 1/1] Maintainers.txt: Update maintainers list To: devel@edk2.groups.io, abner.chang@amd.com Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Abdul Lateef Attar , Nickle Wang , Jian J Wang , Liming Gao , Zhiguang Liu , Eric Dong , Ray Ni , Rahul Kumar , Gerd Hoffmann References: <20231019054328.427-1-abner.chang@amd.com> <20231019054328.427-2-abner.chang@amd.com> From: "Laszlo Ersek" In-Reply-To: <20231019054328.427-2-abner.chang@amd.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: oWkvJxx4anFN6isXaQ2R2iTEx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=dP06zID8; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none) On 10/19/23 07:43, Chang, Abner via groups.io wrote: > From: Abner Chang >=20 > - Add two entries of MdePkg and MdeModulePkg for > manageability modules and files. > - Add one entry of UefiCpuPkg AMD related files. >=20 > Signed-off-by: Abner Chang > Cc: Andrew Fish > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Abdul Lateef Attar > Cc: Nickle Wang > Cc: Jian J Wang > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Eric Dong > Cc: Ray Ni > Cc: Rahul Kumar > Cc: Gerd Hoffmann > --- > Maintainers.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt > index 1a7525b1b4c..4bec19832f4 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -443,6 +443,13 @@ F: MdeModulePkg/Include/Protocol/UsbEthernetProtocol= .h > M: Richard Ho [richardho] > R: Rebecca Cran [bcran] > =20 > +MdeModulePkg: Manageability modules > +F: MdeModulePkg/Include/*Ipmi*.* > +F: MdeModulePkg/Library/*Ipmi*.* > +M: Abner Chang [changab] > +R: Abdul Lateef Attar [abdattar] > +R: Nickle Wang [nicklela] > + > MdePkg > F: MdePkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg > @@ -468,6 +475,14 @@ R: Gua Guo [gguo11837463] > R: Chasel Chiu [ChaselChiu] > R: James Lu [jameslu8] > =20 > +MdePkg: Manageability industryStandard standard C header files > +F: MdePkg/Include/IndustryStandard/*Ipmi*.h > +F: MdePkg/Include/IndustryStandard/*Mctp*.h > +F: MdePkg/Include/IndustryStandard/*Pldm*.h > +M: Abner Chang [changab] > +R: Abdul Lateef Attar [abdattar] > +R: Nickle Wang [nicklela] > + > NetworkPkg > F: NetworkPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg > @@ -657,6 +672,12 @@ F: UefiCpuPkg/ResetVector/ > R: Debkumar De [dde01] > R: Catharine West [catharine-intl] > =20 > +UefiCpuPkg: AMD related files > +F: UefiCpuPkg/Library/MmSaveStateLib/*Amd*.* > +F: UefiCpuPkg/Library/SmmCpuFeaturesLib/*Amd*.* > +M: Abdul Lateef Attar [abdattar] > +R: Abner Chang [changab] > + > UefiPayloadPkg > F: UefiPayloadPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg For the UefiCpuPkg part: Reviewed-by: Laszlo Ersek -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110022): https://edk2.groups.io/g/devel/message/110022 Mute This Topic: https://groups.io/mt/102055114/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-