MdePkg.uni 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. // /** @file
  2. // This Package provides all definitions, library classes and libraries instances.
  3. //
  4. // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
  5. // EFI1.10/UEFI2.4/PI1.3 and some Industry Standards.
  6. //
  7. // Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  8. // Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  9. //
  10. // SPDX-License-Identifier: BSD-2-Clause-Patent
  11. //
  12. // **/
  13. #string STR_PACKAGE_ABSTRACT #language en-US "This Package provides all definitions, library classes and libraries instances."
  14. #string STR_PACKAGE_DESCRIPTION #language en-US "It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of EFI1.10/UEFI2.4/PI1.3 and some Industry Standards."
  15. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueEfiWatchDogTimerExpired_PROMPT #language en-US "Progress Code for WatchDog Timer Expired"
  16. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueEfiWatchDogTimerExpired_HELP #language en-US "Status code value for indicating a watchdog timer has expired. EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED"
  17. #string STR_gEfiMdePkgTokenSpaceGuid_ERR_80000003 #language en-US "Incorrect progress code provided."
  18. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueSetVirtualAddressMap_PROMPT #language en-US "Progress Code for Invocation of SetVirtualAddressMap"
  19. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueSetVirtualAddressMap_HELP #language en-US "Status code value for indicating the invocation of SetVirtualAddressMap() EFI_SOFTWARE_EFI_RUNTIME_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP"
  20. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMemoryTestStarted_PROMPT #language en-US "Progress Code for Memory Test Start"
  21. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMemoryTestStarted_HELP #language en-US "Status code value for indicating the start of memory test EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST"
  22. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueUncorrectableMemoryError_PROMPT #language en-US "Progress Code for Memory Error"
  23. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueUncorrectableMemoryError_HELP #language en-US "Status code value for indicating memory error in memory test EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE"
  24. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleError_PROMPT #language en-US "Progress Code for Console Error"
  25. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleError_HELP #language en-US "Status code value for console operation failure. EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR"
  26. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleReset_PROMPT #language en-US "Progress Code for Console Reset"
  27. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleReset_HELP #language en-US "Status code value for console reset operation failure. EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET"
  28. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleInputError_PROMPT #language en-US "Progress Code for Console Input Error"
  29. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleInputError_HELP #language en-US "Status code value for console input operation failure. EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR"
  30. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleOutputError_PROMPT #language en-US "Progress Code for Console Output Error"
  31. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueRemoteConsoleOutputError_HELP #language en-US "Status code value for console output operation failure. EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR"
  32. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseInterfaceError_PROMPT #language en-US "Progress Code for Module Device Failure"
  33. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseInterfaceError_HELP #language en-US "Status code value for mouse operation failure. EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR"
  34. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseEnable_PROMPT #language en-US "Progress Code for Enable Mouse Device"
  35. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseEnable_HELP #language en-US "Status code value for indicating mouse device has been enabled. EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE"
  36. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseDisable_PROMPT #language en-US "Progress Code for Disable Mouse Device"
  37. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseDisable_HELP #language en-US "Status code value for indicating mouse device has been disabled. EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE"
  38. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardEnable_PROMPT #language en-US "Progress Code for Enable Keyboard Device"
  39. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardEnable_HELP #language en-US "Status code value for enabling keyboard device. EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE"
  40. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardDisable_PROMPT #language en-US "Progress Code for Disable Keyboard Device"
  41. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardDisable_HELP #language en-US "Status code value for disabling keyboard device. EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE"
  42. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardPresenceDetect_PROMPT #language en-US "Progress Code for Detect Keyboard Device"
  43. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardPresenceDetect_HELP #language en-US "Status code value for indicating presence of keyboard. EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT"
  44. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardReset_PROMPT #language en-US "Progress Code for Keyboard Device Reset"
  45. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardReset_HELP #language en-US "Status code value for keyboard operation reset operation. EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET"
  46. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardClearBuffer_PROMPT #language en-US "Progress Code for Keyboard Device Clear Buffer"
  47. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardClearBuffer_HELP #language en-US "Status code value for keyboard clear buffer operation. EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER"
  48. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardSelfTest_PROMPT #language en-US "Progress Code for Keyboard Device SelfTest"
  49. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardSelfTest_HELP #language en-US "Status code value for keyboard device self-test. EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST"
  50. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardInterfaceError_PROMPT #language en-US "Progress Code for Keyboard Device Failure"
  51. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardInterfaceError_HELP #language en-US "Status code value for indicating keyboard device failure. EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR"
  52. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardInputError_PROMPT #language en-US "Progress Code for Keyboard Input Failure"
  53. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueKeyboardInputError_HELP #language en-US "Status code value for indicating keyboard input handler failure. EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR"
  54. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseInputError_PROMPT #language en-US "Progress Code for Mouse Input Failure"
  55. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseInputError_HELP #language en-US "Status code value for mouse input handler failure. EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR"
  56. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseReset_PROMPT #language en-US "Progress Code for Mouse Device Reset"
  57. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueMouseReset_HELP #language en-US "Status code value for mouse device reset operation. EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET"
  58. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValuePeiHandoffToDxe_PROMPT #language en-US "Progress Code for Handoff from PEI phase to DXE phase"
  59. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValuePeiHandoffToDxe_HELP #language en-US "Status code value for indicating the handoff from PEI phase to DXE phase. EFI_SOFTWARE_PEI_CORE | EFI_SW_PEI_CORE_PC_HANDOFF_TO_NEXT"
  60. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValuePeimDispatch_PROMPT #language en-US "Progress Code for Dispatching One PEIM"
  61. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValuePeimDispatch_HELP #language en-US "Status code value for indicating one PEIM is dispatched. EFI_SOFTWARE_PEI_CORE | EFI_SW_PC_INIT_BEGIN"
  62. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValuePeiCoreEntry_PROMPT #language en-US "Progress Code for PeiCore Entry"
  63. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValuePeiCoreEntry_HELP #language en-US "Status code value for PeiCore entry. EFI_SOFTWARE_PEI_CORE | EFI_SW_PC_INIT"
  64. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeCoreEntry_PROMPT #language en-US "Progress Code for DxeCore Entry"
  65. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeCoreEntry_HELP #language en-US "Status code value for DxeCore entry. EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_ENTRY_POINT"
  66. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeCoreHandoffToBds_PROMPT #language en-US "Progress Code for Handoff from DxeCore to BDS"
  67. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeCoreHandoffToBds_HELP #language en-US "Status code value for handoff from DxeCore to BDS. EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_HANDOFF_TO_NEXT"
  68. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueBootServiceExit_PROMPT #language en-US "Progress Code for Exit of Boot Service"
  69. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueBootServiceExit_HELP #language en-US "Status code value for indicating boot service exit. EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES"
  70. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeDriverBegin_PROMPT #language en-US "Progress Code for Begin of DXE Driver"
  71. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeDriverBegin_HELP #language en-US "Status code value for indicating the beginning of DXE driver. EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_BEGIN"
  72. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeDriverEnd_PROMPT #language en-US "Progress Code for End of DXE Driver"
  73. #string STR_gEfiMdePkgTokenSpaceGuid_PcdStatusCodeValueDxeDriverEnd_HELP #language en-US "Status code value for indicating the end of DXE drive. EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_END"
  74. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumUnicodeStringLength_PROMPT #language en-US "Maximum Length of Unicode String"
  75. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumUnicodeStringLength_HELP #language en-US "Sets the maximum number of unicode characters used for string functions. This affects the following BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>\n"
  76. "0 - No length check for unicode string.<BR>\n"
  77. ">0 - Maximum length of unicode string.<BR>"
  78. #string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_PROMPT #language en-US "Enable control flow enforcement."
  79. #string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_HELP #language en-US "Indicates the control flow enforcement enabling state.\n"
  80. "If enabled, it uses control flow enforcement technology to prevent ROP or JOP.<BR><BR>\n"
  81. " BIT0 - SMM CET Shadow Stack is enabled.<BR>\n"
  82. " Other - reserved"
  83. #string STR_gEfiMdePkgTokenSpaceGuid_PcdSpeculationBarrierType_PROMPT #language en-US "Speculation Barrier Type."
  84. #string STR_gEfiMdePkgTokenSpaceGuid_PcdSpeculationBarrierType_HELP #language en-US "Indicates the type of instruction sequence to use for a speculation.barrier. The default instruction sequence is LFENCE.<BR><BR>\n"
  85. "0x00 - No operation.<BR>\n"
  86. "0x01 - LFENCE (IA32/X64).<BR>\n"
  87. "0x02 - CPUID (IA32/X64).<BR>\n"
  88. "Other - reserved"
  89. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_PROMPT #language en-US "Maximum Length of Ascii String"
  90. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_HELP #language en-US "Sets the maximum number of ASCII characters used for string functions. This affects the following BaseLib functions: AsciiStrLen(), AsciiStrSize(), AsciiStrCmp(), AsciiStrnCmp(), AsciiStrCpy(), AsciiStrnCpy(). <BR><BR>\n"
  91. "0 - No length check for ASCII string.<BR>\n"
  92. ">0 - Maximum length of ASCII string.<BR>"
  93. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumLinkedListLength_PROMPT #language en-US "Maximum Length of Linked List"
  94. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumLinkedListLength_HELP #language en-US "Indicates the maximum node number of linked list.<BR><BR>\n"
  95. "0 - No node number check for linked list.<BR>\n"
  96. ">0 - Maximum node number of linked list.<BR>"
  97. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumDevicePathNodeCount_PROMPT #language en-US "Maximum node number of device path"
  98. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumDevicePathNodeCount_HELP #language en-US "Indicates the maximum node number of device path.<BR><BR>\n"
  99. "0 - No node number check for device path.<BR>\n"
  100. ">0 - Maximum node number of device path.<BR>"
  101. #string STR_gEfiMdePkgTokenSpaceGuid_PcdSpinLockTimeout_PROMPT #language en-US "Spin Lock Timeout (us)"
  102. #string STR_gEfiMdePkgTokenSpaceGuid_PcdSpinLockTimeout_HELP #language en-US "Indicates the timeout tick of holding spin lock.<BR><BR>\n"
  103. "0 - No timeout.<BR>\n"
  104. ">0 - Timeout tick of holding spin lock.<BR>"
  105. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDebugPropertyMask_PROMPT #language en-US "Debug Property"
  106. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDebugPropertyMask_HELP #language en-US "The mask is used to control DebugLib behavior.<BR><BR>\n"
  107. "BIT0 - Enable Debug Assert.<BR>\n"
  108. "BIT1 - Enable Debug Print.<BR>\n"
  109. "BIT2 - Enable Debug Code.<BR>\n"
  110. "BIT3 - Enable Clear Memory.<BR>\n"
  111. "BIT4 - Enable BreakPoint as ASSERT.<BR>\n"
  112. "BIT5 - Enable DeadLoop as ASSERT.<BR>"
  113. #string STR_gEfiMdePkgTokenSpaceGuid_ERR_80000002 #language en-US "Reserved bits must be set to zero."
  114. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDebugPrintErrorLevel_PROMPT #language en-US "Debug Message Print Level"
  115. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDebugPrintErrorLevel_HELP #language en-US "This flag is used to control the print out Debug message.<BR><BR>\n"
  116. "BIT0 - Initialization message.<BR>\n"
  117. "BIT1 - Warning message.<BR>\n"
  118. "BIT2 - Load Event message.<BR>\n"
  119. "BIT3 - File System message.<BR>\n"
  120. "BIT4 - Allocate or Free Pool message.<BR>\n"
  121. "BIT5 - Allocate or Free Page message.<BR>\n"
  122. "BIT6 - Information message.<BR>\n"
  123. "BIT7 - Dispatcher message.<BR>\n"
  124. "BIT8 - Variable message.<BR>\n"
  125. "BIT10 - Boot Manager message.<BR>\n"
  126. "BIT12 - BlockIo Driver message.<BR>\n"
  127. "BIT14 - Network Driver message.<BR>\n"
  128. "BIT16 - UNDI Driver message.<BR>\n"
  129. "BIT17 - LoadFile message.<BR>\n"
  130. "BIT19 - Event message.<BR>\n"
  131. "BIT20 - Global Coherency Database changes message.<BR>\n"
  132. "BIT21 - Memory range cacheability changes message.<BR>\n"
  133. "BIT22 - Detailed debug message.<BR>\n"
  134. "BIT31 - Error message.<BR>"
  135. #string STR_gEfiMdePkgTokenSpaceGuid_PcdFixedDebugPrintErrorLevel_PROMPT #language en-US "Fixed Debug Message Print Level"
  136. #string STR_gEfiMdePkgTokenSpaceGuid_PcdFixedDebugPrintErrorLevel_HELP #language en-US "This flag is used to control build time optimization based on debug print level.<BR><BR>\n"
  137. "BIT0 - Initialization message.<BR>\n"
  138. "BIT1 - Warning message.<BR>\n"
  139. "BIT2 - Load Event message.<BR>\n"
  140. "BIT3 - File System message.<BR>\n"
  141. "BIT4 - Allocate or Free Pool message.<BR>\n"
  142. "BIT5 - Allocate or Free Page message.<BR>\n"
  143. "BIT6 - Information message.<BR>\n"
  144. "BIT7 - Dispatcher message.<BR>\n"
  145. "BIT8 - Variable message.<BR>\n"
  146. "BIT10 - Boot Manager message.<BR>\n"
  147. "BIT12 - BlockIo Driver message.<BR>\n"
  148. "BIT14 - Network Driver message.<BR>\n"
  149. "BIT16 - UNDI Driver message.<BR>\n"
  150. "BIT17 - LoadFile message.<BR>\n"
  151. "BIT19 - Event message.<BR>\n"
  152. "BIT20 - Global Coherency Database changes message.<BR>\n"
  153. "BIT21 - Memory range cacheability changes message.<BR>\n"
  154. "BIT22 - Detailed debug message.<BR>\n"
  155. "BIT31 - Error message.<BR>"
  156. #string STR_gEfiMdePkgTokenSpaceGuid_PcdReportStatusCodePropertyMask_PROMPT #language en-US "Report Status Code Property"
  157. #string STR_gEfiMdePkgTokenSpaceGuid_PcdReportStatusCodePropertyMask_HELP #language en-US "The mask is used to control ReportStatusCodeLib behavior.<BR><BR>\n"
  158. "BIT0 - Enable Progress Code.<BR>\n"
  159. "BIT1 - Enable Error Code.<BR>\n"
  160. "BIT2 - Enable Debug Code.<BR>"
  161. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDebugClearMemoryValue_PROMPT #language en-US "Value to Clear Memory"
  162. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDebugClearMemoryValue_HELP #language en-US "This value is used to fill a segment of memory when PcdDebugPropertyMask Clear Memory is enabled."
  163. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPerformanceLibraryPropertyMask_PROMPT #language en-US "Performance Measurement Property"
  164. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPerformanceLibraryPropertyMask_HELP #language en-US "The mask is used to control PerformanceLib behavior.<BR><BR>\n"
  165. "BIT0 - Enable Performance Measurement.<BR>"
  166. "BIT1 - Disable Start Image Logging.<BR>"
  167. "BIT2 - Disable Load Image logging.<BR>"
  168. "BIT3 - Disable Binding Support logging.<BR>"
  169. "BIT4 - Disable Binding Start logging.<BR>"
  170. "BIT5 - Disable Binding Stop logging.<BR>"
  171. "BIT6 - Disable all other general Perfs.<BR>"
  172. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPostCodePropertyMask_PROMPT #language en-US "Post Code Property"
  173. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPostCodePropertyMask_HELP #language en-US "The mask is used to control PostCodeLib behavior.<BR><BR>\n"
  174. "BIT0 - Enable Post Code.<BR>\n"
  175. "BIT1 - Enable Post Code with Description.<BR>"
  176. #string STR_gEfiMdePkgTokenSpaceGuid_PcdFSBClock_PROMPT #language en-US "FSB Clock"
  177. #string STR_gEfiMdePkgTokenSpaceGuid_PcdFSBClock_HELP #language en-US "This value is used to configure X86 Processor FSB clock."
  178. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiLibMaxPrintBufferSize_PROMPT #language en-US "Maximum Printable Number of Characters"
  179. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiLibMaxPrintBufferSize_HELP #language en-US "The maximum printable number of characters. UefLib functions: AsciiPrint(), AsciiErrorPrint(), PrintXY(), AsciiPrintXY(), Print(), ErrorPrint() base on this PCD value to print characters."
  180. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumGuidedExtractHandler_PROMPT #language en-US "Maximum Number of GuidedExtractHandler"
  181. #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumGuidedExtractHandler_HELP #language en-US "Indicates the allowable maximum number in extract handler table."
  182. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUsbTransferTimeoutValue_PROMPT #language en-US "USB Transfer Timeout (ms)"
  183. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUsbTransferTimeoutValue_HELP #language en-US "Indicates the default timeouts for USB transfers in milliseconds."
  184. #string STR_gEfiMdePkgTokenSpaceGuid_PcdGuidedExtractHandlerTableAddress_PROMPT #language en-US "Memory Address of GuidedExtractHandler Table"
  185. #string STR_gEfiMdePkgTokenSpaceGuid_PcdGuidedExtractHandlerTableAddress_HELP #language en-US "This value is used to set the available memory address to store Guided Extract Handlers. The required memory space is decided by the value of PcdMaximumGuidedExtractHandler."
  186. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressBaseAddress_PROMPT #language en-US "PCI Express Base Address"
  187. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressBaseAddress_HELP #language en-US "This value is used to set the base address of PCI express hierarchy."
  188. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLangCodes_PROMPT #language en-US "Default Value of LangCodes Variable"
  189. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLangCodes_HELP #language en-US "Default current ISO 639-2 language: English & French."
  190. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLang_PROMPT #language en-US "Default Value of Lang Variable"
  191. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLang_HELP #language en-US "Default current ISO 639-2 language: English."
  192. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultPlatformLangCodes_PROMPT #language en-US "Default Value of PlatformLangCodes Variable"
  193. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultPlatformLangCodes_HELP #language en-US "Default platform supported RFC 4646 languages: (American) English & French."
  194. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultPlatformLang_PROMPT #language en-US "Default Value of PlatformLang Variable"
  195. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultPlatformLang_HELP #language en-US "Default current RFC 4646 language: (American) English."
  196. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultBaudRate_PROMPT #language en-US "Default UART Baud Rate"
  197. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultBaudRate_HELP #language en-US "Indicates the default baud rate of UART."
  198. #string STR_gEfiMdePkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
  199. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultDataBits_PROMPT #language en-US "Default UART Data Bit"
  200. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultDataBits_HELP #language en-US "Indicates the number of efficient data bit in UART transaction."
  201. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultParity_PROMPT #language en-US "Default UART Parity"
  202. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultParity_HELP #language en-US "Indicates the setting of data parity in UART transaction.<BR><BR>\n"
  203. "0 - Default Parity.<BR>\n"
  204. "1 - No Parity.<BR>\n"
  205. "2 - Even Parity.<BR>\n"
  206. "3 - Odd Parity.<BR>\n"
  207. "4 - Mark Parity.<BR>\n"
  208. "5 - Space Parity.<BR>"
  209. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultStopBits_PROMPT #language en-US "Default UART Stop Bits"
  210. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultStopBits_HELP #language en-US "Indicates the setting of stop bit in UART transaction.<BR><BR>\n"
  211. "0 - Default Stop Bits.<BR>\n"
  212. "1 - One Stop Bit.<BR>\n"
  213. "2 - One Five Stop Bits.<BR>\n"
  214. "3 - Two Stop Bits.<BR>"
  215. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDefaultTerminalType_PROMPT #language en-US "Default Terminal Type"
  216. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDefaultTerminalType_HELP #language en-US "Selects default terminal type.<BR><BR>\n"
  217. "0 - PCANSI<BR>\n"
  218. "1 - VT100<BR>\n"
  219. "2 - VT100+<BR>\n"
  220. "3 - UTF8<BR>"
  221. #string STR_gEfiMdePkgTokenSpaceGuid_PcdComponentNameDisable_PROMPT #language en-US "Disable Component Name Protocol"
  222. #string STR_gEfiMdePkgTokenSpaceGuid_PcdComponentNameDisable_HELP #language en-US "Indicates if the component name protocol will be installed.<BR><BR>\n"
  223. "TRUE - Does not install component name protocol.<BR>\n"
  224. "FALSE - Install component name protocol.<BR>"
  225. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDriverDiagnosticsDisable_PROMPT #language en-US "Disable Diagnostics Name protocol"
  226. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDriverDiagnosticsDisable_HELP #language en-US "Indicates if the diagnostics name protocol will be installed.<BR><BR>\n"
  227. "TRUE - Does not install diagnostics name protocol.<BR>\n"
  228. "FALSE - Install diagnostics name protocol.<BR>"
  229. #string STR_gEfiMdePkgTokenSpaceGuid_PcdComponentName2Disable_PROMPT #language en-US "Disable Component Name2 Protocol"
  230. #string STR_gEfiMdePkgTokenSpaceGuid_PcdComponentName2Disable_HELP #language en-US "Indicates if the component name2 protocol will be installed.<BR><BR>\n"
  231. "TRUE - Does not install component name2 protocol.<BR>\n"
  232. "FALSE - Install component name2 protocol.<BR>"
  233. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDriverDiagnostics2Disable_PROMPT #language en-US "Disable Diagnostics2 Name Protocol"
  234. #string STR_gEfiMdePkgTokenSpaceGuid_PcdDriverDiagnostics2Disable_HELP #language en-US "Indicates if the diagnostics2 name protocol will be installed.<BR><BR>\n"
  235. "TRUE - Does not install diagnostics2 name protocol.<BR>\n"
  236. "FALSE - Install diagnostics2 name protocol.<BR>"
  237. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLangDeprecate_PROMPT #language en-US "Deprecate Global Variable LangCodes"
  238. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLangDeprecate_HELP #language en-US "Indicates if EFI 1.1 ISO 639-2 language supports are obsolete<BR><BR>\n"
  239. "TRUE - Deprecate global variable LangCodes.<BR>\n"
  240. "FALSE - Does not deprecate global variable LangCodes.<BR>"
  241. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUgaConsumeSupport_PROMPT #language en-US "Consume UGA Draw Protocol"
  242. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUgaConsumeSupport_HELP #language en-US "Indicates if UGA Draw Protocol is still consumed.<BR><BR>\n"
  243. "TRUE - Consume UGA Draw protocol.<BR>\n"
  244. "FALSE - Does not consume UGA Draw protocol.<BR>"
  245. #string STR_gEfiMdePkgTokenSpaceGuid_PcdVerifyNodeInList_PROMPT #language en-US "Verify Node In List"
  246. #string STR_gEfiMdePkgTokenSpaceGuid_PcdVerifyNodeInList_HELP #language en-US "Indicates if a check will be made to see if a specified node is a member of linked list in the following BaseLib functions: GetNextNode(), IsNull(), IsNodeAtEnd(), SwapListEntries().<BR><BR>\n"
  247. "TRUE - Verify a specified node is a member of linked list.<BR>\n"
  248. "FALSE - Does not verify a specified node is a member of linked list.<BR>"
  249. #string STR_gEfiMdePkgTokenSpaceGuid_PcdValidateOrderedCollection_PROMPT #language en-US "Validate ORDERED_COLLECTION structure"
  250. #string STR_gEfiMdePkgTokenSpaceGuid_PcdValidateOrderedCollection_HELP #language en-US "If TRUE, OrderedCollectionLib is instructed to validate the ORDERED_COLLECTION structure at the end of such operations (typically structure modifications) that justify validation of the structure for unit testing purposes."
  251. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiFileHandleLibPrintBufferSize_PROMPT #language en-US "Number of Printable Characters."
  252. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiFileHandleLibPrintBufferSize_HELP #language en-US "This is the print buffer length for FileHandleLib.\n"
  253. "FileHandlePrintLine() sizes buffers based on this PCD value for printing."
  254. #string STR_gEfiMdePkgTokenSpaceGuid_PcdHardwareErrorRecordLevel_PROMPT #language en-US "Error Level For Hardware Recorder"
  255. #string STR_gEfiMdePkgTokenSpaceGuid_PcdHardwareErrorRecordLevel_HELP #language en-US "Error level for hardware recorder.\n"
  256. "If value 0, platform does not support feature of hardware error record."
  257. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPlatformBootTimeOut_PROMPT #language en-US "Boot Timeout (s)"
  258. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPlatformBootTimeOut_HELP #language en-US "The number of seconds that the firmware will wait before initiating the original default boot selection.\n"
  259. "A value of 0 indicates that the default boot selection is to be initiated immediately on boot.\n"
  260. "The value of 0xFFFF then firmware will wait for user input before booting."
  261. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPort80DataWidth_PROMPT #language en-US "Port80 Data Width"
  262. #string STR_gEfiMdePkgTokenSpaceGuid_PcdPort80DataWidth_HELP #language en-US "The bit width of data to be written to Port80. The default value is 8. "
  263. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultReceiveFifoDepth_PROMPT #language en-US "Default UART Receive FIFO Depth."
  264. #string STR_gEfiMdePkgTokenSpaceGuid_PcdUartDefaultReceiveFifoDepth_HELP #language en-US "Indicates the receive FIFO depth of UART controller.<BR><BR>"