]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/dec: add PcdTcgPfpMeasurementRevision PCD
authorJiewen Yao <jiewen.yao@intel.com>
Tue, 31 Dec 2019 01:45:27 +0000 (09:45 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 6 Jan 2020 06:23:19 +0000 (06:23 +0000)
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>
MdeModulePkg/MdeModulePkg.dec

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