From 1fca55285b6d78acde3a02754c742c4a496ff0e1 Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Sat, 28 Sep 2019 19:54:43 +0800 Subject: 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 Cc: Chao Zhang Signed-off-by: Jiewen Yao Reviewed-by: Jian J Wang --- SecurityPkg/SecurityPkg.uni | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'SecurityPkg/SecurityPkg.uni') diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni index 14077fb..ee79b98 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" -- cgit v1.1