Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
SecurityPkg: Update TCG PFP spec revision.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhang, Chao B <[email protected]>
Reviewed-by: Yao Jiewen <[email protected]>
  • Loading branch information
zhangchaointel committed Nov 21, 2018
1 parent d021868 commit 3cc9af5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# 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.
Expand Down
4 changes: 2 additions & 2 deletions SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# 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.
Expand Down
4 changes: 2 additions & 2 deletions SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# 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.
#
Expand Down
4 changes: 3 additions & 1 deletion SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# "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
Expand Down

0 comments on commit 3cc9af5

Please sign in to comment.