From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=chasel.chiu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0B96E21A07A80 for ; Tue, 4 Dec 2018 16:49:05 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Dec 2018 16:49:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,316,1539673200"; d="scan'208";a="301071631" Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.240.45]) by fmsmga005.fm.intel.com with ESMTP; 04 Dec 2018 16:49:03 -0800 From: "Chasel, Chiu" To: edk2-devel@lists.01.org Cc: Jiewen Yao , Desimone Nathaniel L , Zeng Star , Chasel Chiu Date: Wed, 5 Dec 2018 08:48:49 +0800 Message-Id: <20181205004849.4808-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 Subject: [PATCH v2] Maintainers.txt: Change package maintainer of IntelFsp*Pkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 00:49:06 -0000 Cc: Jiewen Yao Cc: Desimone Nathaniel L Cc: Zeng Star Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chasel Chiu --- Maintainers.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 9a36f0232b..63edf01d56 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -147,21 +147,27 @@ M: Liming Gao IntelFsp2Pkg W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg -M: Jiewen Yao M: Chasel Chiu +R: Nate DeSimone +R: Star Zeng IntelFsp2WrapperPkg W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg -M: Jiewen Yao M: Chasel Chiu +R: Nate DeSimone +R: Star Zeng IntelFspPkg W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspPkg -M: Jiewen Yao +M: Chasel Chiu +R: Nate DeSimone +R: Star Zeng IntelFspWrapperPkg W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFspWrapperPkg -M: Jiewen Yao +M: Chasel Chiu +R: Nate DeSimone +R: Star Zeng IntelSiliconPkg W: https://github.com/tianocore/tianocore.github.io/wiki/IntelSiliconPkg -- 2.13.3.windows.1