From nobody Sat May 4 12:06:47 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1525746780928628.6444771985499; Mon, 7 May 2018 19:33:00 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 68BC8203BBBA0; Mon, 7 May 2018 19:32:59 -0700 (PDT) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 D9AD2203BBB91 for ; Mon, 7 May 2018 19:32:57 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 19:32:57 -0700 Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.44]) by orsmga001.jf.intel.com with ESMTP; 07 May 2018 19:32:56 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,376,1520924400"; d="scan'208";a="54010519" From: Eric Dong To: edk2-devel@lists.01.org Date: Tue, 8 May 2018 10:32:52 +0800 Message-Id: <20180508023253.8436-2-eric.dong@intel.com> X-Mailer: git-send-email 2.15.0.windows.1 In-Reply-To: <20180508023253.8436-1-eric.dong@intel.com> References: <20180508023253.8436-1-eric.dong@intel.com> Subject: [edk2] [Patch 1/2] MdePkg/TcgStorage*.h: 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: , Cc: Hao Wu , Jiewen yao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add link and version info for the referenced spec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Cc: Hao Wu Cc: Jiewen yao Reviewed-by: Hao Wu --- MdePkg/Include/IndustryStandard/TcgStorageCore.h | 7 ++++++- MdePkg/Include/IndustryStandard/TcgStorageOpal.h | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/TcgStorageCore.h b/MdePkg/Incl= ude/IndustryStandard/TcgStorageCore.h index 6d80da2401..ab121722ba 100644 --- a/MdePkg/Include/IndustryStandard/TcgStorageCore.h +++ b/MdePkg/Include/IndustryStandard/TcgStorageCore.h @@ -1,7 +1,12 @@ /** @file TCG defined values and structures. =20 -Copyright (c) 2016, Intel Corporation. All rights reserved.
+ (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.0= 0, + @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specifi= cation/) + + Check http://trustedcomputinggroup.org for latest specification updates. + +Copyright (c) 2016 - 2018, 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 diff --git a/MdePkg/Include/IndustryStandard/TcgStorageOpal.h b/MdePkg/Incl= ude/IndustryStandard/TcgStorageOpal.h index 8ff36efe50..ace7309cee 100644 --- a/MdePkg/Include/IndustryStandard/TcgStorageOpal.h +++ b/MdePkg/Include/IndustryStandard/TcgStorageOpal.h @@ -1,7 +1,21 @@ /** @file Opal Specification defined values and structures. =20 -Copyright (c) 2016, Intel Corporation. All rights reserved.
+ (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.0= 0, + @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specifi= cation/ + + Storage Work Group Storage Security Subsystem Class: Pyrite, Version 1.0= 0 Final, Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-= pyrite/ + + Storage Work Group Storage Security Subsystem Class: Opal, Version 2.01 = Final, Revision 1.00, + @https://trustedcomputinggroup.org/storage-work-group-storage-security-s= ubsystem-class-opal/ + + TCG Storage Security Subsystem Class: Opalite Version 1.00 Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-= opalite/) + + Check http://trustedcomputinggroup.org for latest specification updates. + +Copyright (c) 2016 - 2018, 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 --=20 2.15.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel From nobody Sat May 4 12:06:47 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1525746783938435.8506365654198; Mon, 7 May 2018 19:33:03 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 92016203BBBA4; Mon, 7 May 2018 19:33:00 -0700 (PDT) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 D63BC203BBB96 for ; Mon, 7 May 2018 19:32:58 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 May 2018 19:32:58 -0700 Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.44]) by orsmga001.jf.intel.com with ESMTP; 07 May 2018 19:32:57 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,376,1520924400"; d="scan'208";a="54010526" From: Eric Dong To: edk2-devel@lists.01.org Date: Tue, 8 May 2018 10:32:53 +0800 Message-Id: <20180508023253.8436-3-eric.dong@intel.com> X-Mailer: git-send-email 2.15.0.windows.1 In-Reply-To: <20180508023253.8436-1-eric.dong@intel.com> References: <20180508023253.8436-1-eric.dong@intel.com> Subject: [edk2] [Patch 2/2] SecurityPkg/TcgSTorage*Lib.h: 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: , Cc: Hao Wu , Jiewen yao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add link and version info for the referenced spec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Cc: Hao Wu Cc: Jiewen yao Reviewed-by: Hao Wu --- SecurityPkg/Include/Library/TcgStorageCoreLib.h | 7 ++++++- SecurityPkg/Include/Library/TcgStorageOpalLib.h | 22 +++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/Include/Library/TcgStorageCoreLib.h b/SecurityPkg/= Include/Library/TcgStorageCoreLib.h index 67ccf22892..97f9a9f968 100644 --- a/SecurityPkg/Include/Library/TcgStorageCoreLib.h +++ b/SecurityPkg/Include/Library/TcgStorageCoreLib.h @@ -1,7 +1,12 @@ /** @file Public API for the Tcg Core library to perform the lowest level TCG Data= encoding. + =20 + (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.0= 0, + @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specifi= cation/) =20 -Copyright (c) 2016, Intel Corporation. All rights reserved.
+ Check http://trustedcomputinggroup.org for latest specification updates. + +Copyright (c) 2016 - 2018, 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 diff --git a/SecurityPkg/Include/Library/TcgStorageOpalLib.h b/SecurityPkg/= Include/Library/TcgStorageOpalLib.h index 2947c0eaf1..b3092eb5cd 100644 --- a/SecurityPkg/Include/Library/TcgStorageOpalLib.h +++ b/SecurityPkg/Include/Library/TcgStorageOpalLib.h @@ -1,7 +1,27 @@ /** @file Public API for Opal Core library. =20 -Copyright (c) 2016, Intel Corporation. All rights reserved.
+ (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.0= 0, + @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specifi= cation/ + + Storage Work Group Storage Security Subsystem Class: Pyrite, Version 1.0= 0 Final, Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-= pyrite/ + + Storage Work Group Storage Security Subsystem Class: Opal, Version 2.01 = Final, Revision 1.00, + @https://trustedcomputinggroup.org/storage-work-group-storage-security-s= ubsystem-class-opal/ + + TCG Storage Security Subsystem Class: Opalite Version 1.00 Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-= opalite/ + + TCG Storage Feature Set: Block SID Authentication, Version 1.00 Final, R= evision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-feature-set-block-sid-aut= hentication-specification/ + + TCG Storage Opal SSC Feature Set: PSID Version 1.00, Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-opal-feature-set-psid/) + + Check http://trustedcomputinggroup.org for latest specification updates. + +Copyright (c) 2016 - 2018, 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 --=20 2.15.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel