From 4b8067392d2db5efe73f4567fde25c29e02080cc Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Tue, 8 May 2018 10:32:53 +0800 Subject: [PATCH] SecurityPkg/TcgSTorage*Lib.h: Add referenced spec information. Add link and version info for the referenced spec. Cc: Jiewen yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Reviewed-by: Hao Wu --- .../Include/Library/TcgStorageCoreLib.h | 7 +++++- .../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. + + (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/) -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. -Copyright (c) 2016, Intel Corporation. All rights reserved.
+ (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/ + + Storage Work Group Storage Security Subsystem Class: Pyrite, Version 1.00 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-subsystem-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, Revision 1.00, + @https://trustedcomputinggroup.org/tcg-storage-feature-set-block-sid-authentication-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