summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/SecurityPkg.uni
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2019-09-28 19:54:43 +0800
committerJiewen Yao <jiewen.yao@intel.com>2019-10-11 10:06:51 +0800
commit1fca55285b6d78acde3a02754c742c4a496ff0e1 (patch)
tree9f81b3659481f294eedd9c23c77546a42c56af5f /SecurityPkg/SecurityPkg.uni
parent5970cb23b767d32515b3fd463612166b27abe4af (diff)
downloadedk2-1fca55285b6d78acde3a02754c742c4a496ff0e1.tar.gz
edk2-1fca55285b6d78acde3a02754c742c4a496ff0e1.tar.bz2
edk2-1fca55285b6d78acde3a02754c742c4a496ff0e1.zip
SecurityPkg/dsc: Add PCD for Laml, Lasa for TPM2.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=978 Those PCDs will be used for TPM2 ACPI table. Tcg2Dxe need produce those for event log address. Tcg2Smm need consume those to fill TPM2 ACPI table. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'SecurityPkg/SecurityPkg.uni')
-rw-r--r--SecurityPkg/SecurityPkg.uni9
1 files changed, 9 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni
index 14077fbc28..ee79b98f0d 100644
--- a/SecurityPkg/SecurityPkg.uni
+++ b/SecurityPkg/SecurityPkg.uni
@@ -286,3 +286,12 @@
" TRUE - Skip password prompt.\n"
" FALSE - Does not skip password prompt.\n"
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2AcpiTableLaml_PROMPT #language en-US "The LAML of TPM2 ACPI table"
+
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2AcpiTableLaml_HELP #language en-US "This PCD defines LAML of TPM2 ACPI table\n\n"
+ "0 means this field is unsupported\n"
+
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2AcpiTableLasa_PROMPT #language en-US "The LASA of TPM2 ACPI table"
+
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2AcpiTableLasa_HELP #language en-US "This PCD defines LASA of TPM2 ACPI table\n\n"
+ "0 means this field is unsupported\n"