From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 6B65322436928 for ; Thu, 22 Feb 2018 23:47:53 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Feb 2018 23:53:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,382,1515484800"; d="scan'208";a="32196741" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 22 Feb 2018 23:53:54 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 22 Feb 2018 23:53:53 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 22 Feb 2018 23:53:53 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.125]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.130]) with mapi id 14.03.0319.002; Fri, 23 Feb 2018 15:53:52 +0800 From: "Gao, Liming" To: "achin.gupta@arm.com" , "edk2-devel@lists.01.org" CC: "afish@apple.com" , "Leif.Lindholm@linaro.org" , "Yao, Jiewen" , "Kinney, Michael D" , "nd@arm.com" Thread-Topic: [edk2] [edk2 PATCH v2 0/1] *** Add StandaloneMmPkg and maintainers *** Thread-Index: AQHTpmE9+zZ7d0Wx5k6m4ZLQtHtxYqOxqhxQ Date: Fri, 23 Feb 2018 07:53:51 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E1CED20@SHSMSX104.ccr.corp.intel.com> References: <1518701510-6213-1-git-send-email-achin.gupta@arm.com> In-Reply-To: <1518701510-6213-1-git-send-email-achin.gupta@arm.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [edk2 PATCH v2 0/1] *** Add StandaloneMmPkg and maintainers *** X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2018 07:47:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >achin.gupta@arm.com >Sent: Thursday, February 15, 2018 9:32 PM >To: edk2-devel@lists.01.org >Cc: afish@apple.com; Leif.Lindholm@linaro.org; Yao, Jiewen >; Kinney, Michael D ; >nd@arm.com >Subject: [edk2] [edk2 PATCH v2 0/1] *** Add StandaloneMmPkg and >maintainers *** > >From: Achin Gupta > >PI Specification v1.5 "Volume 4: Management Mode Core Interface" >introduces the concept of MM Standalone Mode. The StandaloneMmPkg will >host an implementation of this feature. > >Development of this package was done in edk2-staging [1]. Support for MM >in Standalone Mode was originally contributed by Yao Jiewen. Subsequent >development for AArch64 was done by Achin Gupta and Supreeth >Venkatesh. The outcome of this work has been posted for review here >[2]. The patches are also hosted here [3]. > >This patch adds an empty StandaloneMmPkg directory under which these >patches will be hosted. It also nominates the maintainers and reviewers >for this package. > >[1] https://github.com/tianocore/edk2-staging/tree/AArch64StandaloneMm >[2] https://lists.01.org/pipermail/edk2-devel/2017-November/017674.html >[3] https://github.com/supven01/edk2/tree/AArch64StandaloneMm > >Achin Gupta (1): > Maintainers.txt: Add StandaloneMmPkg and maintainers > > Maintainers.txt | 5 +++++ > StandaloneMmPkg | 0 > 2 files changed, 5 insertions(+) > create mode 100644 StandaloneMmPkg > >-- >1.9.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel