X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.uni;h=75659c115f1ff8857530b05c73db94aabbfbba10;hb=0a781bdc7f87f87b8c3ef57c2837f116daa8b580;hp=3d7f22f86ebe81f04d664dfb4f0e21e8de12f2ff;hpb=e90a0ee8a4c04117668edaeaf57d3db56a71fc11;p=mirror_edk2.git diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 3d7f22f86e..75659c115f 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -4,7 +4,7 @@ // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes) // and libraries instances, which are used for those modules. // -// Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
// // This program and the accompanying materials are licensed and made available under // the terms and conditions of the BSD License that accompanies this distribution. @@ -149,7 +149,16 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries_PROMPT #language en-US "Maximum number of PEI performance log entries" -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries_HELP #language en-US "Maximum number of performance log entries during PEI phase." +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries_HELP #language en-US "Maximum number of performance log entries during PEI phase.\n" + "Use PcdMaxPeiPerformanceLogEntries16 if the number of entries required is\n" + "more than 255." + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries16_PROMPT #language en-US "Maximum number of PEI performance log entries" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries16_HELP #language en-US "Maximum number of performance log entries during PEI phase.\n" + "If set to 0, then PcdMaxPeiPerformanceLogEntries determines the number of\n" + "entries. If greater than 0, then this PCD determines the number of entries,\n" + "and PcdMaxPeiPerformanceLogEntries is ignored." #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRealTimeClockUpdateTimeout_PROMPT #language en-US "RTC Update Timeout Value" @@ -915,3 +924,22 @@ "equal to 8.
\n" "For certain UART whose register needs to be accessed in DWORD aligned address,\n" "RegisterStride equals to 4.\n" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_PROMPT #language en-US "Exposed ACPI table versions." + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_HELP #language en-US "Indicates which ACPI versions are targeted by the ACPI tables exposed to the OS\n" + "These values are aligned with the definitions in MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h\n" + "BIT 1 - EFI_ACPI_TABLE_VERSION_1_0B.
\n" + "BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.
\n" + "BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.
\n" + "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.
\n" + "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.
" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_PROMPT #language en-US "Enable export HII data and configuration to be used in OS runtime." + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_HELP #language en-US "Indicates if HII data and configuration has been exported.

\n" + "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n" + "simulator platform because the performance cost for this feature.\n" + "TRUE - Export HII data and configuration data.
\n" + "FALSE - Does not export HII data and configuration.
" +