From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 F38848029C for ; Wed, 8 Mar 2017 18:14:36 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2017 18:14:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,266,1486454400"; d="scan'208";a="233970654" Received: from jyao1-mobl.ccr.corp.intel.com ([10.239.192.112]) by fmsmga004.fm.intel.com with ESMTP; 08 Mar 2017 18:14:35 -0800 From: Jiewen Yao To: edk2-devel@lists.01.org Date: Thu, 9 Mar 2017 10:14:31 +0800 Message-Id: <1489025671-5328-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [PATCH] Add SignedCapsule content. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 02:14:37 -0000 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao --- Maintainers.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 94d3380..77df275 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -213,6 +213,10 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg M: Jaben Carsey M: Ruiyu Ni +SignedCapsulePkg +W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg +M: Jiewen Yao + SourceLevelDebugPkg W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg M: Jeff Fan -- 2.7.4.windows.1