summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/SecurityPkg.dec
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-06-23 17:50:27 +0800
committerLiming Gao <liming.gao@intel.com>2016-06-29 09:42:59 +0800
commite2b083de916cfc56a227df6f4ef67202cf5449c8 (patch)
tree4149b05a23e0b5abad8ab8a48985f85a13d2a8e0 /SecurityPkg/SecurityPkg.dec
parent9852838576b6f76000d49d1661d5c573e8ef1ab4 (diff)
downloadedk2-e2b083de916cfc56a227df6f4ef67202cf5449c8.tar.gz
edk2-e2b083de916cfc56a227df6f4ef67202cf5449c8.tar.bz2
edk2-e2b083de916cfc56a227df6f4ef67202cf5449c8.zip
SecurityPkg: Add PcdUserPhysicalPresence to indicate use physical presence.
This PCD supports all configuration type. Its default value is FALSE. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'SecurityPkg/SecurityPkg.dec')
-rw-r--r--SecurityPkg/SecurityPkg.dec6
1 files changed, 6 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec
index a9da5a6847..f4f4d19d15 100644
--- a/SecurityPkg/SecurityPkg.dec
+++ b/SecurityPkg/SecurityPkg.dec
@@ -414,6 +414,12 @@
# @Prompt Length(in bytes) of the TCG2 Final event log area.
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2FinalLogAreaLen|0x8000|UINT32|0x00010018
+ ## Indicate whether a physical presence user exist.
+ # When it is configured to Dynamic or DynamicEx, it can be set through detection using
+ # a platform-specific method (e.g. Button pressed) in a actual platform in early boot phase.<BR><BR>
+ # @Prompt A physical presence user status
+ gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence|FALSE|BOOLEAN|0x00010019
+
[PcdsDynamic, PcdsDynamicEx]
## This PCD indicates Hash mask for TPM 2.0.<BR><BR>