From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 3C8982193B802 for ; Sun, 16 Jul 2017 17:39:29 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2017 17:41:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,372,1496127600"; d="scan'208";a="1173266570" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 16 Jul 2017 17:41:20 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 16 Jul 2017 17:41:20 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 16 Jul 2017 17:41:20 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Mon, 17 Jul 2017 08:41:18 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 1/2] MdePkg Hsti.h: Update version info to 1.1a Thread-Index: AQHS/H7R5zr5GONEDketYkcVwlMeO6JXMcVw Date: Mon, 17 Jul 2017 00:41:18 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A97A3D1@shsmsx102.ccr.corp.intel.com> References: <1500022441-260844-1-git-send-email-star.zeng@intel.com> <1500022441-260844-2-git-send-email-star.zeng@intel.com> In-Reply-To: <1500022441-260844-2-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/2] MdePkg Hsti.h: Update version info to 1.1a X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2017 00:39:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > Sent: Friday, July 14, 2017 4:54 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen > Subject: [PATCH 1/2] MdePkg Hsti.h: Update version info to 1.1a >=20 > The definition for 1.1a has no difference with 1.0. >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng > --- > MdePkg/Include/IndustryStandard/Hsti.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Hsti.h > b/MdePkg/Include/IndustryStandard/Hsti.h > index 1f118551a0c4..036b62cfe0e2 100644 > --- a/MdePkg/Include/IndustryStandard/Hsti.h > +++ b/MdePkg/Include/IndustryStandard/Hsti.h > @@ -1,8 +1,8 @@ > /** @file > - Support for HSTI 1.0 specification, defined at > + Support for HSTI 1.1a specification, defined at > Microsoft Hardware Security Testability Specification. >=20 > - Copyright (c) 2015, Intel Corporation. All rights reserved.
> + Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the = BSD > License > which accompanies this distribution. The full text of the license may= be > found at > @@ -72,7 +72,7 @@ typedef struct { > // which will describe the steps to remediate the failure - a URL to t= he > // documentation is recommended. > // > -//CHAR16 ErrorString[]; > +//CHAR16 ErrorString[]; > } ADAPTER_INFO_PLATFORM_SECURITY; >=20 > #pragma pack() > -- > 2.7.0.windows.1