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.20; helo=mga02.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 C6618207E36B6 for ; Mon, 7 May 2018 22:41:45 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 22:41:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,377,1520924400"; d="scan'208";a="39498474" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 07 May 2018 22:41:45 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 May 2018 22:41:45 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.79]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.6]) with mapi id 14.03.0319.002; Tue, 8 May 2018 13:41:43 +0800 From: "Yao, Jiewen" To: "Dong, Eric" , "edk2-devel@lists.01.org" , "Wu, Hao A" Thread-Topic: [edk2] [Patch 0/3] Enable Pyrite 2.0 for opal driver. Thread-Index: AQHT4o1Pjy8OSAYqFUemwcXkosNHGqQlWTmg Date: Tue, 8 May 2018 05:41:42 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AB94654@shsmsx102.ccr.corp.intel.com> References: <20180503031702.11296-1-eric.dong@intel.com> In-Reply-To: <20180503031702.11296-1-eric.dong@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWQ3MzgzNWQtZWVjOS00YjQ4LWI1YWEtNjUzMWE0NjRiYWQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJoXC82WTNZMXp6Y2hKV09pekh6UzlTMWI4MEtZaEJRRzRGcFhUdDdESVc5REhMbzdJaldrMHZ0VTF1eXI4cXdDayJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/3] Enable Pyrite 2.0 for opal driver. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2018 05:41:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Eric Would you please add more detail on what unit test has been done for this p= atch? Thank you Yao Jiewen > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Er= ic > Dong > Sent: Wednesday, May 2, 2018 8:17 PM > To: edk2-devel@lists.01.org; Wu, Hao A > Subject: [edk2] [Patch 0/3] Enable Pyrite 2.0 for opal driver. >=20 > Eanble the pyrite 2.0 devices for opal driver. >=20 > Eric Dong (3): > MdePkg: Add Feature definitions add in pyrite 2.0 spec. > SecurityPkg/TcgStorageOpalLib: Add supports for pyrite 2.0 spec. > SecurityPkg/OpalPassword: Add support for pyrite 2.0 devices. >=20 > MdePkg/Include/IndustryStandard/TcgStorageCore.h | 2 + > MdePkg/Include/IndustryStandard/TcgStorageOpal.h | 54 +++ > SecurityPkg/Include/Library/TcgStorageOpalLib.h | 41 ++ > .../Library/TcgStorageOpalLib/TcgStorageOpalCore.c | 426 > ++++++++++++++++++--- > .../TcgStorageOpalLib/TcgStorageOpalLib.inf | 1 + > .../TcgStorageOpalLib/TcgStorageOpalLibInternal.h | 98 +++++ > .../Library/TcgStorageOpalLib/TcgStorageOpalUtil.c | 214 ++++++++++- > SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 60 ++- > SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.h | 9 + > SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c | 84 ++++ > .../Tcg/Opal/OpalPassword/OpalPasswordPei.c | 1 + > 11 files changed, 934 insertions(+), 56 deletions(-) > create mode 100644 > SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLibInternal.h >=20 > -- > 2.15.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel