From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: zhichao.gao@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Wed, 18 Sep 2019 22:45:48 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2019 22:45:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,522,1559545200"; d="scan'208";a="202215612" Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 18 Sep 2019 22:45:46 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Ray Ni , Ard Biesheuvel , Liming Gao Subject: [PATCH] Edk2: Add Zhichao as the maintainer for shellbin relase Date: Thu, 19 Sep 2019 13:45:30 +0800 Message-Id: <20190919054531.8176-1-zhichao.gao@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Zhichao is responsible for the IA32 and X64 ARCH shell binary generation. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Ray Ni Cc: Ard Biesheuvel Cc: Liming Gao Signed-off-by: Zhichao Gao --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index dcf81c737a..a0121123ec 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -426,6 +426,7 @@ Maintainers for stable Shell binaries generation when need to publish Shell binaries with edk2 release: M: Jaben Carsey (Ia32/X64) M: Ray Ni (Ia32/X64) +M: Zhichao Gao (Ia32/X64) M: Leif Lindholm (ARM/AArch64) M: Ard Biesheuvel (ARM/AArch64) -- 2.21.0.windows.1