From 35ffb69b7375f255527a4bff59702b9dc5fab19d Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Wed, 8 Jun 2016 15:35:16 +0800 Subject: SecurityPkg: Tcg2Smm: Make TCG2 PP version configurable Make TCG2 PP version configurable to meet different request. Current default version is 1.3. http://www.trustedcomputinggroup.org/physical-presence-interface_1-30_0-52/ Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: Yao Jiewen (cherry picked from commit cd64301398876d0b3700f882b3eea12657510a70) --- SecurityPkg/SecurityPkg.dec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SecurityPkg/SecurityPkg.dec') diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index abb21ba0e7..b4eabc4886 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -299,6 +299,10 @@ # @ValidList 0x80000003 | 0x010D0000 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice|0x010D0000|UINT32|0x00000007 + ## Null-terminated string of the Version of Physical Presence interface supported by platform. + # @Prompt Version of Physical Presence interface supported by platform. + gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|"1.3"|VOID*|0x00000008 + [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ## Indicates the presence or absence of the platform operator during firmware booting. # If platform operator is not physical presence during boot. TPM will be locked and the TPM commands -- cgit v1.2.3