From 46f6752834abf1a6264b351170bd65f2e4e7c0d9 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Wed, 13 Nov 2019 10:00:34 +0530 Subject: MdeModulePkg/MdeModulePkg.uni: Add missing strings for PCD Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Shenglei Zhang Reviewed-by: Jian J Wang --- MdeModulePkg/MdeModulePkg.uni | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MdeModulePkg/MdeModulePkg.uni') diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index a2c7a7ded3..d9c7b1ac6c 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -660,6 +660,18 @@ "TRUE - Device Path From Text Protocol will be produced.
\n" "FALSE - Device Path From Text Protocol will not be produced.
" +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEnableVariableRuntimeCache_PROMPT #language en-US "Enable the UEFI variable runtime cache." + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEnableVariableRuntimeCache_HELP #language en-US "Indicates if the UEFI variable runtime cache should be enabled.

\n" + "This setting only applies if SMM variables are enabled. When enabled, all variable
\n" + "data for Runtime Service GetVariable () and GetNextVariableName () calls is retrieved
\n" + "from a runtime data buffer referred to as the "runtime cache". An SMI is not triggered
\n" + "at all for these requests. Variables writes still trigger an SMI. This can greatly
\n" + "reduce overall system SMM usage as most boots tend to issue far more variable reads
\n" + "than writes.
\n" + "TRUE - The UEFI variable runtime cache is enabled.
\n" + "FALSE - The UEFI variable runtime cache is disabled.
" + #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVariableCollectStatistics_PROMPT #language en-US "Enable variable statistics collection" #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVariableCollectStatistics_HELP #language en-US "Indicates if the statistics about variable usage will be collected. This information is stored as a vendor configuration table into the EFI system table. Set this PCD to TRUE to use VariableInfo application in MdeModulePkg\Application directory to get variable usage info. VariableInfo application will not output information if not set to TRUE.

\n" -- cgit v1.2.3