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.151; helo=mga17.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 4DB3E209603E3 for ; Tue, 15 May 2018 00:20:26 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2018 00:20:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,403,1520924400"; d="scan'208";a="228562525" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 15 May 2018 00:20:25 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 May 2018 00:20:25 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 May 2018 00:20:25 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.240]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.6]) with mapi id 14.03.0319.002; Tue, 15 May 2018 15:20:23 +0800 From: "Wu, Hao A" To: "Dong, Eric" , "edk2-devel@lists.01.org" CC: "Yao, Jiewen" Thread-Topic: [Patch 0/2] Add referenced spec information. Thread-Index: AQHT5nToTq3ucTn+hUusJCYgShGmSaQwbV3Q Date: Tue, 15 May 2018 07:20:22 +0000 Message-ID: References: <20180508023253.8436-1-eric.dong@intel.com> In-Reply-To: <20180508023253.8436-1-eric.dong@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] Add referenced spec information. 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, 15 May 2018 07:20:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The series seems good to me. Reviewed-by: Hao Wu Best Regards, Hao Wu > -----Original Message----- > From: Dong, Eric > Sent: Tuesday, May 08, 2018 10:33 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A; Yao, Jiewen > Subject: [Patch 0/2] Add referenced spec information. >=20 > Add link and version info for the referenced spec. >=20 > Cc: Hao Wu > Cc: Jiewen yao >=20 > Eric Dong (2): > MdePkg/TcgStorage*.h: Add referenced spec information. > SecurityPkg/TcgSTorage*Lib.h: Add referenced spec information. >=20 > MdePkg/Include/IndustryStandard/TcgStorageCore.h | 7 ++++++- > MdePkg/Include/IndustryStandard/TcgStorageOpal.h | 16 +++++++++++++++- > SecurityPkg/Include/Library/TcgStorageCoreLib.h | 7 ++++++- > SecurityPkg/Include/Library/TcgStorageOpalLib.h | 22 > +++++++++++++++++++++- > 4 files changed, 48 insertions(+), 4 deletions(-) >=20 > -- > 2.15.0.windows.1