From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4EA88740038 for ; Mon, 29 Apr 2024 05:32:24 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Dc+JNl5Ej3Z1/FhKHCUq+jo2mmsrdE4Ydwjo76sXBVE=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe; s=20240206; t=1714368742; v=1; b=1VD2/yzDPEjOWNZOb5f1yEuyOxuA/x7kFztfxyNuPrctXv2+OrNEr5wm8JN6eyA8SBdr/WL6 OGyXjQeJRuONX9QS36OiYxkV1yhDXtGF4fk85iGELv6DX++uOl16O/TEHhBj32MhYsq713zOUYZ QXEuH0ZIVzYb4/v8A+SMXQ7mQu/Do6wU9wyYhZ1rgTPejn+RqN5dTxlP6E1rIXxPREJjnoKpt4p GgjJayUtPsumpzvjAnIGqStet/eFlIBXgyhLQ1kug/zdfqd9WtkfZ0L2CE2qtShyR1gydPLDTfG YC92e7ms4ajS6HVTyWV72YASyNflAIdseoAA4AAnLD3GQ== X-Received: by 127.0.0.2 with SMTP id tHGeYY7687511xFuIbXg232c; Sun, 28 Apr 2024 22:32:22 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by mx.groups.io with SMTP id smtpd.web11.13649.1714368742059148886 for ; Sun, 28 Apr 2024 22:32:22 -0700 X-CSE-ConnectionGUID: sn8SgAsEQ3++SOs8KhvpdQ== X-CSE-MsgGUID: 1YKKFdPdRumvdndXn3F+NQ== X-IronPort-AV: E=McAfee;i="6600,9927,11057"; a="10138529" X-IronPort-AV: E=Sophos;i="6.07,238,1708416000"; d="scan'208";a="10138529" X-Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2024 22:32:22 -0700 X-CSE-ConnectionGUID: P4skraHfS3KDB0Vc8v/4Hw== X-CSE-MsgGUID: aUx/4j5tRLStQ0fghWcY3A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,238,1708416000"; d="scan'208";a="49222505" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by fmviesa002.fm.intel.com with ESMTP; 28 Apr 2024 22:32:19 -0700 From: "Wu, Jiaxin" To: devel@edk2.groups.io Cc: Ray Ni , Ard Biesheuvel , Sami Mujawar , Rahul Kumar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v1] Maintainers.txt: Update StandaloneMmPkg and UefiCpuPkg Reviewer Date: Mon, 29 Apr 2024 13:32:17 +0800 Message-Id: <20240429053217.41312-1-jiaxin.wu@intel.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 Resent-Date: Sun, 28 Apr 2024 22:32:22 -0700 Resent-From: jiaxin.wu@intel.com Reply-To: devel@edk2.groups.io,jiaxin.wu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: IUBMLBlsp3aUhK2JQs8grXJrx7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="1VD2/yzD"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io This is to update StandaloneMmPkg and UefiCpuPkg Reviewer. Cc: Ray Ni Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Rahul Kumar Cc: Gerd Hoffmann Signed-off-by: Jiaxin Wu --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 7d9cdca611..6fccbb6788 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -624,17 +624,19 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg StandaloneMmPkg F: StandaloneMmPkg/ M: Ard Biesheuvel [ardbiesheuvel] M: Sami Mujawar [samimujawar] M: Ray Ni [niruiyu] +R: Jiaxin Wu [jiaxinwu] UefiCpuPkg F: UefiCpuPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg M: Ray Ni [niruiyu] R: Rahul Kumar [rahul1-kumar] R: Gerd Hoffmann [kraxel] +R: Jiaxin Wu [jiaxinwu] UefiCpuPkg: Sec related modules F: UefiCpuPkg/SecCore/ F: UefiCpuPkg/ResetVector/ R: Catharine West [catharine-intl] -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118368): https://edk2.groups.io/g/devel/message/118368 Mute This Topic: https://groups.io/mt/105795833/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-