summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang, Chao B <chao.b.zhang@intel.com>2018-01-29 16:31:17 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2018-03-22 10:43:38 +0800
commit9ed21202a249219f459b0f5b43a84fb0b021c9d4 (patch)
treef7ac138cfd3256f20d4cb93b97a0215c5a1a32b1
parentd27e65e3f94df1005ebcfca4e0f426fc605ba4b9 (diff)
downloadedk2-9ed21202a249219f459b0f5b43a84fb0b021c9d4.zip
edk2-9ed21202a249219f459b0f5b43a84fb0b021c9d4.tar.gz
edk2-9ed21202a249219f459b0f5b43a84fb0b021c9d4.tar.bz2
SecurityPkg: Disable TPM interrupt in DEC
Disable TPM interrupt support in DEC by default to keep compatibility Cc: Yao Jiewen <jiewen.yao@intel.com> Cc: Long Qin <qin.long@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com> Reviewed-by: Long Qin <qin.long@intel.com> (cherry picked from commit 5552ac423193a0236134112457d1ac52d6d9896b) (cherry picked from commit 14553a2e5d9b3255a94fa0a359d96ebe4e82540a) (cherry picked from commit e890056bb8217ddc651253c30a5a99430bb45120)
-rw-r--r--SecurityPkg/SecurityPkg.dec4
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec
index cecfd3e..0af31ea 100644
--- a/SecurityPkg/SecurityPkg.dec
+++ b/SecurityPkg/SecurityPkg.dec
@@ -433,12 +433,12 @@
## Indicate current TPM2 Interrupt Number reported by _CRS control method.<BR><BR>
# TPM2 Interrupt feature is disabled If the pcd is set to 0.<BR>
# @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.<BR><BR>
# Possible TPM2 Interrupt Number Buffer will not be reported if TPM2 Interrupt feature is disabled.<BR>
# @Prompt Possible TPM2 Interrupt Number buffer
- gEfiSecurityPkgTokenSpaceGuid.PcdTpm2PossibleIrqNumBuf|{0x0C, 0x00, 0x00, 0x00}|VOID*|0x0001001D
+ gEfiSecurityPkgTokenSpaceGuid.PcdTpm2PossibleIrqNumBuf|{0x00, 0x00, 0x00, 0x00}|VOID*|0x0001001D
[PcdsDynamic, PcdsDynamicEx]