MdeModulePkg/dec: add PcdTcgPfpMeasurementRevision PCD

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2439

This PCD is to control the TCG PFP spec revision.

The PFP 105 added new event type to support NIST SP800-155,
and deprecated old event type.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
Jiewen Yao 2019-12-31 09:45:27 +08:00 committed by mergify[bot]
parent f273905161
commit 166830d8f7
1 changed files with 8 additions and 0 deletions

View File

@ -2003,6 +2003,14 @@
# @Prompt Capsule On Disk relocation device path.
gEfiMdeModulePkgTokenSpaceGuid.PcdCodRelocationDevPath|{0xFF}|VOID*|0x0000002f
## Indicates which TCG Platform Firmware Profile revision the EDKII firmware follows.
# The revision number is defined in MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
# 0: This is for compatiblity support.
# 105: This is the first revision to support 800-155 is related event, such as
# EV_EFI_PLATFORM_FIRMWARE_BLOB2 and EV_EFI_HANDOFF_TABLES2.
# @Prompt TCG Platform Firmware Profile revision.
gEfiMdeModulePkgTokenSpaceGuid.PcdTcgPfpMeasurementRevision|0|UINT32|0x00010077
[PcdsPatchableInModule]
## Specify memory size with page number for PEI code when
# Loading Module at Fixed Address feature is enabled.