]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Add PcdUserPhysicalPresence to indicate use physical presence.
authorLiming Gao <liming.gao@intel.com>
Thu, 23 Jun 2016 09:50:27 +0000 (17:50 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 29 Jun 2016 01:42:59 +0000 (09:42 +0800)
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>
SecurityPkg/SecurityPkg.dec
SecurityPkg/SecurityPkg.uni

index a9da5a6847823cb1323c408622fed992ac6470d9..f4f4d19d15b2428a343693c0542018685f7281e1 100644 (file)
   # @Prompt Length(in bytes) of the TCG2 Final event log area.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTcg2FinalLogAreaLen|0x8000|UINT32|0x00010018\r
 \r
+  ## Indicate whether a physical presence user exist.\r
+  # When it is configured to Dynamic or DynamicEx, it can be set through detection using \r
+  # a platform-specific method (e.g. Button pressed) in a actual platform in early boot phase.<BR><BR>\r
+  # @Prompt A physical presence user status\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence|FALSE|BOOLEAN|0x00010019\r
+\r
 [PcdsDynamic, PcdsDynamicEx]\r
 \r
   ## This PCD indicates Hash mask for TPM 2.0.<BR><BR>\r
index 432a77be313bde4178db43380708c2b286c98b51..17a684272d8a547fb1548318a63f4d37d55e0713 100644 (file)
 \r
 #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcgPhysicalPresenceInterfaceVer_HELP  #language en-US "Null-terminated string of the Version of Physical Presence interface supported by platform."\r
 \r
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdUserPhysicalPresence_PROMPT\r
+#language en-US\r
+"A physical presence user status"\r
+\r
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdUserPhysicalPresence_HELP\r
+#language en-US\r
+"Indicate whether a physical presence user exist. "\r
+"When it is configured to Dynamic or DynamicEx, it can be set through detection using "\r
+"a platform-specific method (e.g. Button pressed) in a actual platform in early boot phase.<BR><BR>"\r