public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Add referenced spec information.
@ 2018-05-08  2:32 Eric Dong
  2018-05-08  2:32 ` [Patch 1/2] MdePkg/TcgStorage*.h: " Eric Dong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Dong @ 2018-05-08  2:32 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen yao

Add link and version info for the referenced spec.

Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Jiewen yao <jiewen.yao@intel.com>

Eric Dong (2):
  MdePkg/TcgStorage*.h: Add referenced spec information.
  SecurityPkg/TcgSTorage*Lib.h: Add referenced spec information.

 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(-)

-- 
2.15.0.windows.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Patch 1/2] MdePkg/TcgStorage*.h: Add referenced spec information.
  2018-05-08  2:32 [Patch 0/2] Add referenced spec information Eric Dong
@ 2018-05-08  2:32 ` Eric Dong
  2018-05-08  2:32 ` [Patch 2/2] SecurityPkg/TcgSTorage*Lib.h: " Eric Dong
  2018-05-15  7:20 ` [Patch 0/2] " Wu, Hao A
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Dong @ 2018-05-08  2:32 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen yao

Add link and version info for the referenced spec.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Jiewen yao <jiewen.yao@intel.com>
---
 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/Include/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.
 
-Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+  (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.00,
+  @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/)
+
+  Check http://trustedcomputinggroup.org for latest specification updates.
+
+Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
 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/Include/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.
 
-Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+  (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/)
+
+  Check http://trustedcomputinggroup.org for latest specification updates.
+
+Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
 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
-- 
2.15.0.windows.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Patch 2/2] SecurityPkg/TcgSTorage*Lib.h: Add referenced spec information.
  2018-05-08  2:32 [Patch 0/2] Add referenced spec information Eric Dong
  2018-05-08  2:32 ` [Patch 1/2] MdePkg/TcgStorage*.h: " Eric Dong
@ 2018-05-08  2:32 ` Eric Dong
  2018-05-15  7:20 ` [Patch 0/2] " Wu, Hao A
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Dong @ 2018-05-08  2:32 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen yao

Add link and version info for the referenced spec.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Jiewen yao <jiewen.yao@intel.com>
---
 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.
+  
+  (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.<BR>
+  Check http://trustedcomputinggroup.org for latest specification updates.
+
+Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
 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.<BR>
+  (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.<BR>
 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
-- 
2.15.0.windows.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Patch 0/2] Add referenced spec information.
  2018-05-08  2:32 [Patch 0/2] Add referenced spec information Eric Dong
  2018-05-08  2:32 ` [Patch 1/2] MdePkg/TcgStorage*.h: " Eric Dong
  2018-05-08  2:32 ` [Patch 2/2] SecurityPkg/TcgSTorage*Lib.h: " Eric Dong
@ 2018-05-15  7:20 ` Wu, Hao A
  2 siblings, 0 replies; 4+ messages in thread
From: Wu, Hao A @ 2018-05-15  7:20 UTC (permalink / raw)
  To: Dong, Eric, edk2-devel@lists.01.org; +Cc: Yao, Jiewen

The series seems good to me.
Reviewed-by: Hao Wu <hao.a.wu@intel.com>

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.
> 
> Add link and version info for the referenced spec.
> 
> Cc: Hao Wu <hao.a.wu@intel.com>
> Cc: Jiewen yao <jiewen.yao@intel.com>
> 
> Eric Dong (2):
>   MdePkg/TcgStorage*.h: Add referenced spec information.
>   SecurityPkg/TcgSTorage*Lib.h: Add referenced spec information.
> 
>  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(-)
> 
> --
> 2.15.0.windows.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-15  7:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-08  2:32 [Patch 0/2] Add referenced spec information Eric Dong
2018-05-08  2:32 ` [Patch 1/2] MdePkg/TcgStorage*.h: " Eric Dong
2018-05-08  2:32 ` [Patch 2/2] SecurityPkg/TcgSTorage*Lib.h: " Eric Dong
2018-05-15  7:20 ` [Patch 0/2] " Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox