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.115; helo=mga14.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 18C412194D3AE for ; Mon, 21 Jan 2019 04:49:44 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2019 04:49:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,503,1539673200"; d="scan'208";a="120118661" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 21 Jan 2019 04:49:44 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 04:49:43 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 04:49:43 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.159]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.147]) with mapi id 14.03.0415.000; Mon, 21 Jan 2019 20:49:41 +0800 From: "Gao, Liming" To: Ard Biesheuvel , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Wu, Hao A" , "Yao, Jiewen" , "Zeng, Star" , "Kinney, Michael D" , "Zhang, Chao B" Thread-Topic: [edk2] [PATCH 0/4] Various Packages: add MM_STANDALONE support Thread-Index: AQHUreGY6R9ksHXqNUCYD87hgz7xaqW5LAmAgACGqHA= Date: Mon, 21 Jan 2019 12:49:41 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3BF53D@SHSMSX104.ccr.corp.intel.com> References: <20190116212221.7460-1-ard.biesheuvel@linaro.org> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmM0NmVkNzktNmUzMS00NzQ3LThlMWYtMjA2Yjk4YTlkYzU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYlJnaUtZV0ozSWJIUU9RSDdWTHZXcVYwUlJkREI4Q0xQT1pGaHBEdU9nOFkySm03V0FnendpdjhoR2VHYXlaWiJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/4] Various Packages: add MM_STANDALONE support 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: Mon, 21 Jan 2019 12:49:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ard: The patches created by you recently is to support the standalone MM authe= nticated variable stack. This is likely a new feature.=20 Could you help submit BZ for this new feature or reuse the existing BZ? A= nd, update https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Rel= ease-Planning to include it for edk2-stable201903 tag. Thanks Liming > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ar= d Biesheuvel > Sent: Monday, January 21, 2019 8:44 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Gao, Liming ; Wu,= Hao A ; Yao, Jiewen > ; Zeng, Star ; Kinney, Michael= D ; Zhang, Chao B > > Subject: Re: [edk2] [PATCH 0/4] Various Packages: add MM_STANDALONE suppo= rt >=20 > On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel = wrote: > > > > Add MM_STANDALONE to the list of permitted module types of various > > libraries that are required to build the standalone MM authenticated > > variable stack. > > > > In some cases, this requires the MODULE_TYPE to be modified to BASE, > > given that the constructor prototype is different between DXE/UEFI > > and MM_STANDALONE drivers. > > > > Cc: Michael D Kinney > > Cc: Liming Gao > > Cc: Ting Ye > > Cc: Gang Wei > > Cc: Jian Wang > > Cc: Chao Zhang > > Cc: Jiewen Yao > > Cc: Hao Wu > > Cc: Star Zeng > > Cc: Achin Gupta > > Cc: Jagadeesh Ujja > > > > Ard Biesheuvel (4): > > CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules > > SecurityPkg/PlatformSecureLibNull: permit use by MM_STANDALONE module= s > > MdeModulePkg/VarCheckLib: permit use by MM_STANDALONE modules > > MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules > > >=20 > Series pushed as 5c5ca9f1fbf8..f634e32db5b6 >=20 > Thanks all! > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel