]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.uni
SecurityPkg: Clear LocalAuthSession content after use.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.uni
index 7ef7d910bf273eaee6099b5cee1cf145f68a5cba..9e62f27acc7e18f0b71f796c2977c5821db289be 100644 (file)
@@ -4,7 +4,7 @@
 // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)\r
 // and libraries instances, which are used for those modules.\r
 //\r
-// Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // This program and the accompanying materials are licensed and made available under\r
 // the terms and conditions of the BSD License that accompanies this distribution.\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_PROMPT  #language en-US "Default OEM Table ID for ACPI table creation"\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_HELP  #language en-US "Default OEM Table ID for ACPI table creation."\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_HELP  #language en-US "Default OEM Table ID for ACPI table creation.<BR><BR>\n"\r
+                                                                                          "According to ACPI specification, this field is particularly useful when\n"\r
+                                                                                          "defining a definition block to distinguish definition block functions.<BR>\n"\r
+                                                                                          "The OEM assigns each dissimilar table a new OEM Table ID.<BR>\n"\r
+                                                                                          "This PCD is ignored for definition block.<BR>"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_PROMPT  #language en-US "Default OEM Revision for ACPI table creation"\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_HELP  #language en-US "Default OEM Revision for ACPI table creation."\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_HELP  #language en-US "Default OEM Revision for ACPI table creation.<BR><BR>\n"\r
+                                                                                           "According to ACPI specification, for LoadTable() opcode, the OS can also\n"\r
+                                                                                           "check the OEM Table ID and Revision ID against a database for a newer\n"\r
+                                                                                           "revision Definition Block of the same OEM Table ID and load it instead.<BR>\n"\r
+                                                                                           "This PCD is ignored for definition block.<BR>"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_PROMPT  #language en-US "Default Creator ID for ACPI table creation"\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_HELP  #language en-US "Default Creator ID for ACPI table creation."\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_HELP  #language en-US "Default Creator ID for ACPI table creation.<BR><BR>\n"\r
+                                                                                         "According to ACPI specification, for tables containing Definition Blocks,\n"\r
+                                                                                         "this is the ID for the ASL Compiler.<BR>\n"\r
+                                                                                         "This PCD is ignored for definition block.<BR>"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_PROMPT  #language en-US "Default Creator Revision for ACPI table creation"\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_HELP  #language en-US "Default Creator Revision for ACPI table creation."\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_HELP  #language en-US "Default Creator Revision for ACPI table creation.<BR><BR>\n"\r
+                                                                                               "According to ACPI specification, for tables containing Definition Blocks,\n"\r
+                                                                                               "this is the revision for the ASL Compiler.<BR>\n"\r
+                                                                                               "This PCD is ignored for definition block.<BR>"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfilePropertyMask_PROMPT  #language en-US "Memory Profile Property"\r
 \r
                                                                                      "FALSE - Not shadow PEIM after memory is ready.<BR>"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnBoot_PROMPT  #language en-US "Shadow Peim on boot"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseHalfHandshake_PROMPT  #language en-US "Enable Serial device Half Hand Shake"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseHalfHandshake_HELP  #language en-US "Indicates if Serial device uses half hand shake.<BR><BR>\n"\r
+                                                                                           "TRUE  - Serial device uses half hand shake.<BR>\n"\r
+                                                                                           "FALSE - Serial device doesn't use half hand shake.<BR>"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciSerialParameters_PROMPT  #language en-US "Pci Serial Parameters"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciSerialParameters_HELP  #language en-US "PCI Serial Parameters. It is an array of VendorID, DeviceID, ClockRate, Offset,\n"\r
+                                                                                        "BarIndex, RegisterStride, ReceiveFifoDepth, TransmitFifoDepth information that \n"\r
+                                                                                        "describes the parameters of special PCI serial devices.\n"\r
+                                                                                        "Each array entry is 24-byte in length. The array is terminated\n"\r
+                                                                                        "by an array entry with a PCI Vendor ID of 0xFFFF. If a platform only contains a\n"\r
+                                                                                        "standard 16550 PCI serial device whose class code is 7/0/2, the value is 0xFFFF.\n"\r
+                                                                                        "The C style structure is defined as below:<BR>\n"\r
+                                                                                        "typedef struct {<BR>\n"\r
+                                                                                        "  UINT16  VendorId;          ///< Vendor ID to match the PCI device.  The value 0xFFFF terminates the list of entries.<BR>\n"\r
+                                                                                        "  UINT16  DeviceId;          ///< Device ID to match the PCI device<BR>\n"\r
+                                                                                        "  UINT32  ClockRate;         ///< UART clock rate.  Set to 0 for default clock rate of 1843200 Hz<BR>\n"\r
+                                                                                        "  UINT64  Offset;            ///< The byte offset into to the BAR<BR>\n"\r
+                                                                                        "  UINT8   BarIndex;          ///< Which BAR to get the UART base address<BR>\n"\r
+                                                                                        "  UINT8   RegisterStride;    ///< UART register stride in bytes.  Set to 0 for default register stride of 1 byte.<BR>\n"\r
+                                                                                        "  UINT16  ReceiveFifoDepth;  ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.<BR>\n"\r
+                                                                                        "  UINT16  TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.<BR>\n"\r
+                                                                                        "  UINT8   Reserved[2];<BR>\n"\r
+                                                                                        "} PCI_SERIAL_PARAMETER;<BR>\n"\r
+                                                                                        "It contains zero or more instances of the above structure.<BR>\n"\r
+                                                                                        "For example, if a PCI device contains two UARTs, PcdPciSerialParameters needs\n"\r
+                                                                                        "to contain  two instances of the above structure, with the VendorId and DeviceId\n"\r
+                                                                                        "equals to the Device ID and Vendor ID of the device; If the PCI device uses the\n"\r
+                                                                                        "first two BARs to support two UARTs, BarIndex of first instance equals to 0 and\n"\r
+                                                                                        "BarIndex of second one equals to 1; If the PCI device uses the first BAR to\n"\r
+                                                                                        "support both UARTs, BarIndex of both instance equals to 0, Offset of first\n"\r
+                                                                                        "instance equals to 0 and Offset of second one equals to a value bigger than or\n"\r
+                                                                                        "equal to 8.<BR>\n"\r
+                                                                                        "For certain UART whose register needs to be accessed in DWORD aligned address,\n"\r
+                                                                                        "RegisterStride equals to 4.\n"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_PROMPT  #language en-US "Exposed ACPI table versions."\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_HELP  #language en-US "Indicates which ACPI versions are targeted by the ACPI tables exposed to the OS\n"\r
+                                                                                             "These values are aligned with the definitions in MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h\n"\r
+                                                                                             "BIT 1 - EFI_ACPI_TABLE_VERSION_1_0B.<BR>\n"\r
+                                                                                             "BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.<BR>\n"\r
+                                                                                             "BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.<BR>\n"\r
+                                                                                             "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\n"\r
+                                                                                             "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_PROMPT  #language en-US "Enable export HII data and configuration to be used in OS runtime."\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_HELP  #language en-US "Indicates if HII data and configuration has been exported.<BR><BR>\n"\r
+                                                                                        "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"\r
+                                                                                        "simulator platform because the performance cost for this feature.\n"\r
+                                                                                        "TRUE  - Export HII data and configuration data.<BR>\n"\r
+                                                                                        "FALSE - Does not export HII data and configuration.<BR>"\r
 \r