From nobody Sun May 5 22:12:50 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41163+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41163+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558462820; cv=none; d=zoho.com; s=zohoarc; b=PpYFh4gQJA+hIEcaBFDmX98Hxbd3/MmKYzPhPG19ja+p4jZfAeb/6K5K3BbRm/UpkJfoTpTynCxkdb1VHl38cGK4t2SNnOTKpcshowCPzqACIITOFF/X2dSt9EbNNGGdKWNYjk3GySYG4PVcozw30aPYTnVLU21eKP9l7zESxwk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558462820; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=pSOGQT889vl3N2OMF6SwZVpvaOQEeBnvJMRBDBhrSIU=; b=DeF6T/KcVzeROy+nEqZSX4FzGwwaegd8FrZseV6CYfekRjdYapxnzSsjBCtlAv5iIImkeWhXxlncXsZLbXKVXGWGPyjb4Qf46y0CKUMRsyVjuUF0lg/VReiz6wc/wOf9k7/VV62VvSJYDfvqbeuXt0S6bOp/k33byfNR9tmdz2g= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41163+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1558462820174770.8510299381174; Tue, 21 May 2019 11:20:20 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Tue, 21 May 2019 11:20:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2019 11:16:45 -0700 X-ExtLoop1: 1 X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga004.jf.intel.com with ESMTP; 21 May 2019 11:16:45 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Michael Kubacki , Sai Chaganty Subject: [edk2-devel] [edk2-platforms] [PATCH] Maintainers.txt: Add maintainers Date: Tue, 21 May 2019 11:16:31 -0700 Message-Id: <20190521181631.8304-1-nathaniel.l.desimone@intel.com> Precedence: Bulk List-Unsubscribe: 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,nathaniel.l.desimone@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558462819; bh=631CTds4Ii/P6Cs21gYTWVGZsdAJIELHSvwG4mpeq9s=; h=Cc:Date:From:Reply-To:Subject:To; b=UhM3drU0+Rq6p8eLaQKe3xxvhiq+ft4dSEtiPWO1lEVcI8WbcG6sVn5JXzU+ggmd/l8 de2RxOOHx3qdlQ8TWJ2ZKL8oCQCWb33ax5JI/pUxN6eIMp34rhGjC97iARhHnERpEqNTU xRp5H4xYEVtRdJIq2hgI/T/6JhRKmonw9qw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Add maintainers for MinPlatformPkg, ClevoOpenBoardPkg, and KabylakeSiliconPkg Cc: Michael Kubacki Cc: Sai Chaganty Signed-off-by: Nate DeSimone Reviewed-by: Chasel Chiu Reviewed-by: Michael Kubacki Reviewed-by: Sai Chaganty =20 --- Maintainers.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 927cd5ed93..2fac4a4c30 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -68,10 +68,12 @@ R: Nate DeSimone Platform/Intel/KabylakeOpenBoardPkg M: Chasel Chiu M: Michael Kubacki +M: Nate DeSimone =20 Platform/Intel/MinPlatformPkg M: Michael Kubacki M: Chasel Chiu +M: Nate DeSimone R: Liming Gao =20 Platform/Intel/PurleyOpenBoardPkg @@ -95,6 +97,8 @@ M: Yi Qian Silicon/Intel/KabylakeSiliconPkg M: Chasel Chiu M: Michael A Kubacki +M: Sai Chaganty +R: Nate DeSimone =20 Silicon/Intel/LewisburgPkg M: Piwko, Maciej --=20 2.16.2.windows.1 -=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 (#41163): https://edk2.groups.io/g/devel/message/41163 Mute This Topic: https://groups.io/mt/31699825/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-