public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2] SecurityPkg: Update TCG PFP spec revision.
@ 2018-11-20  2:53 Zhang, Chao B
  2018-11-21  2:04 ` Yao, Jiewen
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Chao B @ 2018-11-20  2:53 UTC (permalink / raw)
  To: edk2-devel; +Cc: Yao Jiewen

UEFI TCG has aligned with TCG PFP 1.03 v51 along with Errata Version 1.0.
Update spec version accordingly.
Spec Link:
https://trustedcomputinggroup.org/wp-content/uploads/PC-ClientSpecific_Platform_Profile_for_TPM_2p0_Systems_v51.pdf
https://trustedcomputinggroup.org/wp-content/uploads/PC-Client-Specific-Platform-Firmware-Profile-for-TPM-2-0-v1p03_r51-errata-v1p0_170426.pdf

Cc: Yao Jiewen <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com>
---
 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf | 4 +++-
 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf                                 | 4 ++--
 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf                                 | 4 ++--
 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf                                 | 4 +++-
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
index 22eaced5fa..5610bc4da5 100644
--- a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
+++ b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
@@ -1,10 +1,12 @@
 ## @file
 #  Provides security service for TPM 2.0 measured boot
 #
 #  Spec Compliance Info:
-#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 00.21"
+#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 1.03 v51"
+#      along with
+#    "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 1.03"
 #
 #  This library instance hooks LoadImage() API to measure every image that
 #  is not measured in PEI phase. And, it will also measure GPT partition.
 #
 #  Caution: This module requires additional review when modified.
diff --git a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
index 2b89869ef1..12b7448ade 100644
--- a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
+++ b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
@@ -1,12 +1,12 @@
 ## @file
 #  Produces Tcg2 protocol and measure boot environment
 #
 #  Spec Compliance Info:
-#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 00.21"
+#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 1.03 v51"
 #      along with
-#    "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 0.21"
+#    "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 1.03"
 #    "TCG EFI Protocol Specification" "Family 2.0" "Level 00 Revision 00.13"
 #
 #  This module will produce Tcg2 protocol and measure boot environment.
 #
 #  Caution: This module requires additional review when modified.
diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
index 9608f9ae7e..ea9dc759ab 100644
--- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
+++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
@@ -1,12 +1,12 @@
 ## @file
 #  Initializes TPM 2.0 device and measure FVs in PEI phase
 #
 #  Spec Compliance Info:
-#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 00.21"
+#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 1.03 v51"
 #      along with
-#    "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 0.21"
+#    "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 1.03"
 #
 #  This module will initialize TPM device, measure reported FVs and BIOS version.
 #
 # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
 # Copyright (c) 2017, Microsoft Corporation.  All rights reserved. <BR>
diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
index 142941e269..0a08885786 100644
--- a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
+++ b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
@@ -4,11 +4,13 @@
 #  Spec Compliance Info:
 #     "TCG ACPI Specification Level 00 Revision 00.37"
 #     "Physical Presence Interface Specification Version 1.30 Revision 00.52"
 #     "Platform Reset Attack Mitigation Specification Version 1.00"
 #    TPM2.0 ACPI device object
-#     "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 00.21"
+#     "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 1.03 v51"
+#       along with
+#     "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 1.03"
 #
 #  This driver implements TPM 2.0 definition block in ACPI table and
 #  registers SMI callback functions for Tcg2 physical presence and
 #  MemoryClear to handle the requests from ACPI method.
 #
-- 
2.16.2.windows.1



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

* Re: [PATCH v2] SecurityPkg: Update TCG PFP spec revision.
  2018-11-20  2:53 [PATCH v2] SecurityPkg: Update TCG PFP spec revision Zhang, Chao B
@ 2018-11-21  2:04 ` Yao, Jiewen
  0 siblings, 0 replies; 2+ messages in thread
From: Yao, Jiewen @ 2018-11-21  2:04 UTC (permalink / raw)
  To: Zhang, Chao B, edk2-devel@lists.01.org

Reviewed-by: Jiewen.yao@intel.com

> -----Original Message-----
> From: Zhang, Chao B
> Sent: Tuesday, November 20, 2018 10:54 AM
> To: edk2-devel@lists.01.org
> Cc: Yao, Jiewen <jiewen.yao@intel.com>
> Subject: [PATCH v2] SecurityPkg: Update TCG PFP spec revision.
> 
> UEFI TCG has aligned with TCG PFP 1.03 v51 along with Errata Version 1.0.
> Update spec version accordingly.
> Spec Link:
> https://trustedcomputinggroup.org/wp-content/uploads/PC-ClientSpecific_
> Platform_Profile_for_TPM_2p0_Systems_v51.pdf
> https://trustedcomputinggroup.org/wp-content/uploads/PC-Client-Specific-
> Platform-Firmware-Profile-for-TPM-2-0-v1p03_r51-errata-v1p0_170426.pdf
> 
> Cc: Yao Jiewen <jiewen.yao@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com>
> ---
> 
> SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
> | 4 +++-
>  SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
> | 4 ++--
>  SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
> | 4 ++--
>  SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> | 4 +++-
>  4 files changed, 10 insertions(+), 6 deletions(-)
> 
> diff --git
> a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.i
> nf
> b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.i
> nf
> index 22eaced5fa..5610bc4da5 100644
> ---
> a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.i
> nf
> +++
> b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.i
> nf
> @@ -1,10 +1,12 @@
>  ## @file
>  #  Provides security service for TPM 2.0 measured boot
>  #
>  #  Spec Compliance Info:
> -#    "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 00.21"
> +#    "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 1.03 v51"
> +#      along with
> +#    "Errata for PC Client Specific Platform Firmware Profile Specification
> Version 1.0 Revision 1.03"
>  #
>  #  This library instance hooks LoadImage() API to measure every image
> that
>  #  is not measured in PEI phase. And, it will also measure GPT partition.
>  #
>  #  Caution: This module requires additional review when modified.
> diff --git a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
> b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
> index 2b89869ef1..12b7448ade 100644
> --- a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
> +++ b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
> @@ -1,12 +1,12 @@
>  ## @file
>  #  Produces Tcg2 protocol and measure boot environment
>  #
>  #  Spec Compliance Info:
> -#    "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 00.21"
> +#    "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 1.03 v51"
>  #      along with
> -#    "Errata for PC Client Specific Platform Firmware Profile Specification
> Version 1.0 Revision 0.21"
> +#    "Errata for PC Client Specific Platform Firmware Profile Specification
> Version 1.0 Revision 1.03"
>  #    "TCG EFI Protocol Specification" "Family 2.0" "Level 00 Revision
> 00.13"
>  #
>  #  This module will produce Tcg2 protocol and measure boot environment.
>  #
>  #  Caution: This module requires additional review when modified.
> diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
> b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
> index 9608f9ae7e..ea9dc759ab 100644
> --- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
> +++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
> @@ -1,12 +1,12 @@
>  ## @file
>  #  Initializes TPM 2.0 device and measure FVs in PEI phase
>  #
>  #  Spec Compliance Info:
> -#    "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 00.21"
> +#    "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 1.03 v51"
>  #      along with
> -#    "Errata for PC Client Specific Platform Firmware Profile Specification
> Version 1.0 Revision 0.21"
> +#    "Errata for PC Client Specific Platform Firmware Profile Specification
> Version 1.0 Revision 1.03"
>  #
>  #  This module will initialize TPM device, measure reported FVs and BIOS
> version.
>  #
>  # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
>  # Copyright (c) 2017, Microsoft Corporation.  All rights reserved. <BR>
> diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> index 142941e269..0a08885786 100644
> --- a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> +++ b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
> @@ -4,11 +4,13 @@
>  #  Spec Compliance Info:
>  #     "TCG ACPI Specification Level 00 Revision 00.37"
>  #     "Physical Presence Interface Specification Version 1.30 Revision
> 00.52"
>  #     "Platform Reset Attack Mitigation Specification Version 1.00"
>  #    TPM2.0 ACPI device object
> -#     "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 00.21"
> +#     "TCG PC Client Platform Firmware Profile Specification for TPM
> Family 2.0 Level 00 Revision 1.03 v51"
> +#       along with
> +#     "Errata for PC Client Specific Platform Firmware Profile Specification
> Version 1.0 Revision 1.03"
>  #
>  #  This driver implements TPM 2.0 definition block in ACPI table and
>  #  registers SMI callback functions for Tcg2 physical presence and
>  #  MemoryClear to handle the requests from ACPI method.
>  #
> --
> 2.16.2.windows.1



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

end of thread, other threads:[~2018-11-21  2:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20  2:53 [PATCH v2] SecurityPkg: Update TCG PFP spec revision Zhang, Chao B
2018-11-21  2:04 ` Yao, Jiewen

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