From 5552ac423193a0236134112457d1ac52d6d9896b Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Mon, 29 Jan 2018 16:31:17 +0800 Subject: [PATCH] SecurityPkg: Disable TPM interrupt in DEC Disable TPM interrupt support in DEC by default to keep compatibility Cc: Yao Jiewen Cc: Long Qin Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chao Zhang Reviewed-by: Yao Jiewen Reviewed-by: Long Qin --- SecurityPkg/SecurityPkg.dec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 6027544f8a..71963eb750 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -453,12 +453,12 @@ ## Indicate current TPM2 Interrupt Number reported by _CRS control method.

# TPM2 Interrupt feature is disabled If the pcd is set to 0.
# @Prompt Current TPM2 Interrupt Number - gEfiSecurityPkgTokenSpaceGuid.PcdTpm2CurrentIrqNum|0x0C|UINT32|0x0001001C + gEfiSecurityPkgTokenSpaceGuid.PcdTpm2CurrentIrqNum|0x00|UINT32|0x0001001C ## Indicate platform possible TPM2 Interrupt Number reported by _PRS control method.

# Possible TPM2 Interrupt Number Buffer will not be reported if TPM2 Interrupt feature is disabled.
# @Prompt Possible TPM2 Interrupt Number buffer - gEfiSecurityPkgTokenSpaceGuid.PcdTpm2PossibleIrqNumBuf|{0x0C, 0x00, 0x00, 0x00}|VOID*|0x0001001D + gEfiSecurityPkgTokenSpaceGuid.PcdTpm2PossibleIrqNumBuf|{0x00, 0x00, 0x00, 0x00}|VOID*|0x0001001D [PcdsDynamic, PcdsDynamicEx] -- 2.39.2