From nobody Sat May 18 05:34:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91477+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91477+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658176081; cv=none; d=zohomail.com; s=zohoarc; b=Wr/k1omcsZVVIEmyFEkrZ6HIbVxt0IiBUtrv3yNh9JEmOAwig9Z3YFULA5B+09vvEWiZnyTePUbWG+hScRU4P7te0ZiHCB3ZcIp7Rkmi91/wzpMLp8ftsWhaVsz+AkJKo8GShMBHtAJEBO32QAeGsMmc49J4vi5yM/f8Jcb1k/E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658176081; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=wd9dcRpONLtU9/sYFRCTD4in60avYc7GKV4FjW9kQ6o=; b=cdC7IN85YxWNAxbO6hYx+HAavrb9BYHESnUWurbqhxObJ+7gF36FHItO3IKRxSrEF6PLa00W2LdyeWIBuYgRdbpwmu4ykZGxBpNiEWisJpNzuDJE3UalozAh2TC8niQjIpbN0jlLNof1cR08B5oGTemOTEcHV5u+eFAzSyE6iLM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91477+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 165817608189698.8554324969773; Mon, 18 Jul 2022 13:28:01 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 5AcXYY1788612xXEb85Mu78P; Mon, 18 Jul 2022 13:28:00 -0700 X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web08.32556.1658176079513615502 for ; Mon, 18 Jul 2022 13:27:59 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="348005236" X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="348005236" X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2022 13:27:58 -0700 X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="597388866" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.54]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2022 13:27:57 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu , Andrew Fish , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [PATCH] Maintainers.txt: Add IntelFsp2*Pkg Maintainer Date: Mon, 18 Jul 2022 13:27:52 -0700 Message-Id: <20220718202752.5186-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,nathaniel.l.desimone@intel.com X-Gm-Message-State: r0aGCS3EMjeqfze3EvdXmxUwx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658176080; bh=CvwmcA+2YLsn31RdpPSf6Lg5TcN97djRSiC4OgGiMiQ=; h=Cc:Date:From:Reply-To:Subject:To; b=qhCvuyyZPeUqSdpEbFV2ky5dDH83iyQtCRWUS9ClZGb8Y3l5k93h5gZihhsupoZrThy 10sjrxLPsz2T+PDf0wVxEJiqPxQJI4qmiw5iLwyEWJdiZe4vYarXkTAy1Oee41W8f5DPK vg+bWP2Lg+zIO6ivbHSriS/SyjfwhheEB20= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658176082436100003 Content-Type: text/plain; charset="utf-8" Cc: Chasel Chiu Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Nate DeSimone Reviewed-by: Chasel Chiu Reviewed-by: Michael D Kinney --- Maintainers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index bc08ce1f15..7893c0d09f 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -218,14 +218,14 @@ IntelFsp2Pkg F: IntelFsp2Pkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg M: Chasel Chiu [ChaselChiu] -R: Nate DeSimone [nate-desimone] +M: Nate DeSimone [nate-desimone] R: Star Zeng [lzeng14] =20 IntelFsp2WrapperPkg F: IntelFsp2WrapperPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperP= kg M: Chasel Chiu [ChaselChiu] -R: Nate DeSimone [nate-desimone] +M: Nate DeSimone [nate-desimone] R: Star Zeng [lzeng14] =20 MdeModulePkg --=20 2.27.0.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 (#91477): https://edk2.groups.io/g/devel/message/91477 Mute This Topic: https://groups.io/mt/92468132/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-