]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.uni
MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.uni
1 // /** @file
2 // This package provides the modules that conform to UEFI/PI Industry standards.
3 //
4 // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)
5 // and libraries instances, which are used for those modules.
6 //
7 // Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
8 //
9 // SPDX-License-Identifier: BSD-2-Clause-Patent
10 //
11 // **/
12
13
14 #string STR_PACKAGE_ABSTRACT #language en-US "Provides the modules that conform to UEFI/PI Industry standards"
15
16 #string STR_PACKAGE_DESCRIPTION #language en-US "It also provides the definitions (including PPIs/PROTOCOLs/GUIDs and library classes) and libraries instances, which are used for those modules."
17
18
19
20 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadModuleAtFixAddressEnable_PROMPT #language en-US "Enable LMFA feature"
21
22 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadModuleAtFixAddressEnable_HELP #language en-US "Flag of enabling/disabling the feature of Loading Module at Fixed Address.<BR><BR>\n"
23 "0xFFFFFFFFFFFFFFFF: Enable the feature as fixed offset to TOLM.<BR>\n"
24 "0: Disable the feature.<BR>\n"
25 "Other Value: Enable the feature as fixed absolute address, and the value is the top memory address.<BR>"
26
27 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
28
29 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeOsLoaderLoad_PROMPT #language en-US "Progress Code for OS Loader LoadImage start."
30
31 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeOsLoaderLoad_HELP #language en-US "Progress Code for OS Loader LoadImage start.<BR><BR>\n"
32 "PROGRESS_CODE_OS_LOADER_LOAD = (EFI_SOFTWARE_DXE_BS_DRIVER | (EFI_OEM_SPECIFIC | 0x00000000)) = 0x03058000<BR>"
33
34 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000003 #language en-US "Incorrect progress code provided."
35
36 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeOsLoaderStart_PROMPT #language en-US "Progress Code for OS Loader StartImage start"
37
38 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeOsLoaderStart_HELP #language en-US "Progress Code for OS Loader StartImage start.<BR><BR>\n"
39 "PROGRESS_CODE_OS_LOADER_START = (EFI_SOFTWARE_DXE_BS_DRIVER | (EFI_OEM_SPECIFIC | 0x00000001)) = 0x03058001<BR>"
40
41 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeS3SuspendStart_PROMPT #language en-US "Progress Code for S3 Suspend start"
42
43 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeS3SuspendStart_HELP #language en-US "Progress Code for S3 Suspend start.<BR><BR>\n"
44 "PROGRESS_CODE_S3_SUSPEND_START = (EFI_SOFTWARE_SMM_DRIVER | (EFI_OEM_SPECIFIC | 0x00000000)) = 0x03078000<BR>"
45
46 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeS3SuspendEnd_PROMPT #language en-US "Progress Code for S3 Suspend end"
47
48 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdProgressCodeS3SuspendEnd_HELP #language en-US "Progress Code for S3 Suspend end.<BR><BR>\n"
49 "PROGRESS_CODE_S3_SUSPEND_END = (EFI_SOFTWARE_SMM_DRIVER | (EFI_OEM_SPECIFIC | 0x00000001)) = 0x03078001<BR>"
50
51 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdErrorCodeSetVariable_PROMPT #language en-US "Error Code for SetVariable failure"
52
53 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdErrorCodeSetVariable_HELP #language en-US "Error Code for SetVariable failure.<BR><BR>\n"
54 "EDKII_ERROR_CODE_SET_VARIABLE = (EFI_SOFTWARE_DXE_BS_DRIVER | (EFI_OEM_SPECIFIC | 0x00000002)) = 0x03058002<BR>"
55
56 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000006 #language en-US "Incorrect error code provided."
57
58 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPcdCallBackNumberPerPcdEntry_PROMPT #language en-US "Max PEI PCD callback number per PCD entry"
59
60 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPcdCallBackNumberPerPcdEntry_HELP #language en-US "Dynamic type PCD can be registered callback function for Pcd setting action. PcdMaxPeiPcdCallBackNumberPerPcdEntry indicates the maximum number of callback function for a dynamic PCD used in PEI phase."
61
62 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress_PROMPT #language en-US "VPD base address"
63
64 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress_HELP #language en-US "VPD type PCD allows a developer to point to an absolute physical address PCDVPDBASEADDRESS to store PCD value."
65
66 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPeiCoreMaxPeiStackSize_PROMPT #language en-US "Maximum stack size for PeiCore"
67
68 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPeiCoreMaxPeiStackSize_HELP #language en-US "Maximum stack size for PeiCore."
69
70 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxVariableSize_PROMPT #language en-US "Maximum variable size"
71
72 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxVariableSize_HELP #language en-US "The maximum size of a single non-HwErr type variable."
73
74 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxAuthVariableSize_PROMPT #language en-US "Maximum authenticated variable size"
75
76 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxAuthVariableSize_HELP #language en-US "The maximum size of a single authenticated variable."
77 "The value is 0 as default for compatibility that maximum authenticated variable size is specified by PcdMaxVariableSize."
78
79 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxVolatileVariableSize_PROMPT #language en-US "The maximum size of a single non-authenticated volatile variable."
80
81 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxVolatileVariableSize_HELP #language en-US "The maximum size of a single non-authenticated volatile variable.<BR><BR>\n"
82 "The default value is 0 for compatibility: in that case, the maximum "
83 "non-authenticated volatile variable size remains specified by "
84 "PcdMaxVariableSize.<BR>\n"
85 "Only the MdeModulePkg/Universal/Variable/RuntimeDxe driver supports this PCD.<BR>"
86
87 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxHardwareErrorVariableSize_PROMPT #language en-US "Maximum HwErr variable size"
88
89 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxHardwareErrorVariableSize_HELP #language en-US "The maximum size of single hardware error record variable.<BR><BR>\n"
90 "In IA32/X64 platforms, this value should be larger than 1KB.<BR>\n"
91 "In IA64 platforms, this value should be larger than 128KB.<BR>"
92
93 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHwErrStorageSize_PROMPT #language en-US "HwErr variable storage size"
94
95 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHwErrStorageSize_HELP #language en-US "The size of reserved HwErr variable space. Note that this value must be less than or equal to PcdFlashNvStorageVariableSize. In EdkII implementation, HwErr type variable is stored with common non-volatile variables in the same NV region. so the platform integrator should ensure this value is less than or equal to PcdFlashNvStorageVariableSize. this value is used to guarantee the space of HwErr type variable and not populated by common variable."
96
97 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxUserNvVariableSpaceSize_PROMPT #language en-US "Maximum user NV variable space size"
98
99 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxUserNvVariableSpaceSize_HELP #language en-US "The size of maximum user NV variable space.<BR><BR>\n"
100 "Note that this value must be less than (PcdFlashNvStorageVariableSize - EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - PcdHwErrStorageSize).<BR>\n"
101 "If the value is 0, it means user variable share the same NV storage with system variable, "
102 "this is designed to keep the compatibility for the platform that does not allocate special region for user variable.<BR>\n"
103 "If the value is non-0, the below 4 types of variables will be regarded as System Variable after EndOfDxe, their property could be got by VarCheck protocol, "
104 "otherwise the variable will be regarded as user variable.<BR>\n"
105 " 1) UEFI defined variables (gEfiGlobalVariableGuid and gEfiImageSecurityDatabaseGuid(auth variable) variables at least).<BR>\n"
106 " 2) Variables managed by Variable driver internally.<BR>\n"
107 " 3) Variables need to be locked, they MUST be set by VariableLock protocol.<BR>\n"
108 " 4) Important variables during platform boot, their property SHOULD be set by VarCheck protocol.<BR>\n"
109 "The PCD is used to guarantee the space of system variable and not populated by user variable.<BR>"
110
111 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBoottimeReservedNvVariableSpaceSize_PROMPT #language en-US "Boottime reserved NV variable space size"
112
113 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBoottimeReservedNvVariableSpaceSize_HELP #language en-US "The size of NV variable space reserved at UEFI boottime.<BR><BR>\n"
114 "Note that this value must be less than (PcdFlashNvStorageVariableSize - EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - PcdHwErrStorageSize).<BR>\n"
115 "In EdkII implementation, variable driver can reserved some NV storage region for boottime settings. "
116 "So at UEFI runtime, the variable service consumer can not exhaust full NV storage region.<BR>\n"
117 "Then the common NV variable space size at boottime will be "
118 " (PcdFlashNvStorageVariableSize - EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - PcdHwErrStorageSize),<BR>\n"
119 "and the common NV variable space size at runtime will be "
120 " (PcdFlashNvStorageVariableSize - EFI_FIRMWARE_VOLUME_HEADER.HeaderLength - sizeof (VARIABLE_STORE_HEADER) - PcdHwErrStorageSize) - PcdBoottimeReservedNvVariableSpaceSize.<BR>"
121
122 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdReclaimVariableSpaceAtEndOfDxe_PROMPT #language en-US "Reclaim variable space at EndOfDxe"
123
124 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdReclaimVariableSpaceAtEndOfDxe_HELP #language en-US "Reclaim variable space at EndOfDxe.<BR><BR>\n"
125 "The value is FALSE as default for compatibility that variable driver tries to reclaim variable space at ReadyToBoot event.<BR>\n"
126 "If the value is set to TRUE, variable driver tries to reclaim variable space at EndOfDxe event.<BR>"
127
128 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVariableStoreSize_PROMPT #language en-US "Variable storage size"
129
130 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVariableStoreSize_HELP #language en-US "The size of volatile buffer. This buffer is used to store VOLATILE attribute variables."
131
132 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiTableStorageFile_PROMPT #language en-US "FFS name of ACPI tables storage"
133
134 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiTableStorageFile_HELP #language en-US "FFS filename to find the ACPI tables."
135
136 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleCoalesceFile_PROMPT #language en-US "FFS name of capsule coalesce image"
137
138 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleCoalesceFile_HELP #language en-US "FFS filename to find the capsule coalesce image."
139
140 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries_PROMPT #language en-US "Maximum number of PEI performance log entries"
141
142 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries_HELP #language en-US "Maximum number of performance log entries during PEI phase.\n"
143 "Use PcdMaxPeiPerformanceLogEntries16 if the number of entries required is\n"
144 "more than 255."
145
146 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries16_PROMPT #language en-US "Maximum number of PEI performance log entries"
147
148 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxPeiPerformanceLogEntries16_HELP #language en-US "Maximum number of performance log entries during PEI phase.\n"
149 "If set to 0, then PcdMaxPeiPerformanceLogEntries determines the number of\n"
150 "entries. If greater than 0, then this PCD determines the number of entries,\n"
151 "and PcdMaxPeiPerformanceLogEntries is ignored."
152
153 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseMmio_PROMPT #language en-US "Serial port registers use MMIO"
154
155 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseMmio_HELP #language en-US "Indicates the 16550 serial port registers are in MMIO space, or in I/O space. Default is I/O space.<BR><BR>\n"
156 "TRUE - 16550 serial port registers are in MMIO space.<BR>\n"
157 "FALSE - 16550 serial port registers are in I/O space.<BR>"
158
159 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialRegisterAccessWidth_PROMPT #language en-US "Serial port registers access width"
160
161 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialRegisterAccessWidth_HELP #language en-US "Sets the 16550 serial port registers access width in MMIO space. Default is 8 bits access.<BR><BR>\n"
162 "8 - 16550 serial port MMIO register access are in 8 bits mode.<BR>\n"
163 "32 - 16550 serial port MMIO registers acess are in 32 bits mode.<BR>"
164
165 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseHardwareFlowControl_PROMPT #language en-US "Enable serial port hardware flow control"
166
167 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseHardwareFlowControl_HELP #language en-US "Indicates if the 16550 serial port hardware flow control will be enabled. Default is FALSE.<BR><BR>\n"
168 "TRUE - 16550 serial port hardware flow control will be enabled.<BR>\n"
169 "FALSE - 16550 serial port hardware flow control will be disabled.<BR>"
170
171 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialDetectCable_PROMPT #language en-US "Enable serial port cable detection"
172
173 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialDetectCable_HELP #language en-US "Indicates if the 16550 serial Tx operations will be blocked if DSR is not asserted (no cable). Default is FALSE. This PCD is ignored if PcdSerialUseHardwareFlowControl is FALSE.<BR><BR>\n"
174 "TRUE - 16550 serial Tx operations will be blocked if DSR is not asserted.<BR>\n"
175 "FALSE - 16550 serial Tx operations will not be blocked if DSR is not asserted.<BR>"
176
177 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialRegisterBase_PROMPT #language en-US "Base address of serial port registers"
178
179 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialRegisterBase_HELP #language en-US "Base address of 16550 serial port registers in MMIO or I/O space. Default is 0x3F8."
180
181 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialBaudRate_PROMPT #language en-US "Baud rate for serial port"
182
183 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialBaudRate_HELP #language en-US "Baud rate for the 16550 serial port. Default is 115200 baud."
184
185 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialLineControl_PROMPT #language en-US "Serial port Line Control settings"
186
187 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialLineControl_HELP #language en-US "Line Control Register (LCR) for the 16550 serial port. This encodes data bits, parity, and stop bits.<BR><BR>\n"
188 "BIT1..BIT0 - Data bits. 00b = 5 bits, 01b = 6 bits, 10b = 7 bits, 11b = 8 bits<BR>\n"
189 "BIT2 - Stop Bits. 0 = 1 stop bit. 1 = 1.5 stop bits if 5 data bits selected, otherwise 2 stop bits.<BR>\n"
190 "BIT5..BIT3 - Parity. xx0b = No Parity, 001b = Odd Parity, 011b = Even Parity, 101b = Mark Parity, 111b=Stick Parity<BR>\n"
191 "BIT7..BIT6 - Reserved. Must be 0.<BR>\n"
192 "Default is No Parity, 8 Data Bits, 1 Stop Bit.<BR>"
193
194 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000002 #language en-US "Reserved bits must be set to zero."
195
196 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialFifoControl_PROMPT #language en-US "Serial port FIFO Control settings"
197
198 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialFifoControl_HELP #language en-US "FIFO Control Register (FCR) for the 16550 serial port.<BR><BR>\n"
199 "BIT0 - FIFO Enable. 0 = Disable FIFOs. 1 = Enable FIFOs.<BR>\n"
200 "BIT1 - Clear receive FIFO. 1 = Clear FIFO.<BR>\n"
201 "BIT2 - Clear transmit FIFO. 1 = Clear FIFO.<BR>\n"
202 "BIT4..BIT3 - Reserved. Must be 0.<BR>\n"
203 "BIT5 - Enable 64-byte FIFO. 0 = Disable 64-byte FIFO. 1 = Enable 64-byte FIFO<BR>\n"
204 "BIT7..BIT6 - Reserved. Must be 0.<BR>\n"
205 "Default is to enable and clear all FIFOs.<BR>"
206
207 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxEfiSystemTablePointerAddress_PROMPT #language en-US "Maximum Efi System Table Pointer address"
208
209 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxEfiSystemTablePointerAddress_HELP #language en-US "Maximum address that the DXE Core will allocate the EFI_SYSTEM_TABLE_POINTER structure. The default value for this PCD is 0, which means that the DXE Core will allocate the buffer from the EFI_SYSTEM_TABLE_POINTER structure on a 4MB boundary as close to the top of memory as feasible. If this PCD is set to a value other than 0, then the DXE Core will first attempt to allocate the EFI_SYSTEM_TABLE_POINTER structure on a 4MB boundary below the address specified by this PCD, and if that allocation fails, retry the allocation on a 4MB boundary as close to the top of memory as feasible."
210
211 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnS3Boot_PROMPT #language en-US "Shadow Peim On S3 Boot"
212
213 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnS3Boot_HELP #language en-US "Indicates if to shadow PEIM on S3 boot path after memory is ready.<BR><BR>\n"
214 "TRUE - Shadow PEIM on S3 boot path after memory is ready.<BR>\n"
215 "FALSE - Not shadow PEIM on S3 boot path after memory is ready.<BR>"
216
217 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemId_PROMPT #language en-US "Default OEM ID for ACPI table creation"
218
219 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemId_HELP #language en-US "Default OEM ID for ACPI table creation, its length must be 0x6 bytes to follow ACPI specification."
220
221 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_PROMPT #language en-US "Default OEM Table ID for ACPI table creation"
222
223 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_HELP #language en-US "Default OEM Table ID for ACPI table creation.<BR><BR>\n"
224 "According to ACPI specification, this field is particularly useful when\n"
225 "defining a definition block to distinguish definition block functions.<BR>\n"
226 "The OEM assigns each dissimilar table a new OEM Table ID.<BR>\n"
227 "This PCD is ignored for definition block.<BR>"
228
229 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_PROMPT #language en-US "Default OEM Revision for ACPI table creation"
230
231 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_HELP #language en-US "Default OEM Revision for ACPI table creation.<BR><BR>\n"
232 "According to ACPI specification, for LoadTable() opcode, the OS can also\n"
233 "check the OEM Table ID and Revision ID against a database for a newer\n"
234 "revision Definition Block of the same OEM Table ID and load it instead.<BR>\n"
235 "This PCD is ignored for definition block.<BR>"
236
237 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_PROMPT #language en-US "Default Creator ID for ACPI table creation"
238
239 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_HELP #language en-US "Default Creator ID for ACPI table creation.<BR><BR>\n"
240 "According to ACPI specification, for tables containing Definition Blocks,\n"
241 "this is the ID for the ASL Compiler.<BR>\n"
242 "This PCD is ignored for definition block.<BR>"
243
244 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_PROMPT #language en-US "Default Creator Revision for ACPI table creation"
245
246 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_HELP #language en-US "Default Creator Revision for ACPI table creation.<BR><BR>\n"
247 "According to ACPI specification, for tables containing Definition Blocks,\n"
248 "this is the revision for the ASL Compiler.<BR>\n"
249 "This PCD is ignored for definition block.<BR>"
250
251 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfilePropertyMask_PROMPT #language en-US "Memory Profile Property"
252
253 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfilePropertyMask_HELP #language en-US "The mask is used to control memory profile behavior.<BR><BR>\n"
254 "BIT0 - Enable UEFI memory profile.<BR>\n"
255 "BIT1 - Enable SMRAM profile.<BR>\n"
256 "BIT7 - Disable recording at the start.<BR>"
257
258 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfileMemoryType_PROMPT #language en-US "Memory profile memory type"
259
260 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfileMemoryType_HELP #language en-US "This flag is to control which memory types of alloc info will be recorded by DxeCore & SmmCore.<BR><BR>\n"
261 "For SmmCore, only EfiRuntimeServicesCode and EfiRuntimeServicesData are valid.<BR>\n"
262 "Below is bit mask for this PCD: (Order is same as UEFI spec)<BR>\n"
263 " EfiReservedMemoryType 0x0001<BR>\n"
264 " EfiLoaderCode 0x0002<BR>\n"
265 " EfiLoaderData 0x0004<BR>\n"
266 " EfiBootServicesCode 0x0008<BR>\n"
267 " EfiBootServicesData 0x0010<BR>\n"
268 " EfiRuntimeServicesCode 0x0020<BR>\n"
269 " EfiRuntimeServicesData 0x0040<BR>\n"
270 " EfiConventionalMemory 0x0080<BR>\n"
271 " EfiUnusableMemory 0x0100<BR>\n"
272 " EfiACPIReclaimMemory 0x0200<BR>\n"
273 " EfiACPIMemoryNVS 0x0400<BR>\n"
274 " EfiMemoryMappedIO 0x0800<BR>\n"
275 " EfiMemoryMappedIOPortSpace 0x1000<BR>\n"
276 " EfiPalCode 0x2000<BR>\n"
277 " EfiPersistentMemory 0x4000<BR>\n"
278 " OEM Reserved 0x40000000<BR>\n"
279 " OS Reserved 0x80000000<BR>\n"
280 "e.g. Reserved+ACPINvs+ACPIReclaim+RuntimeCode+RuntimeData are needed, 0x661 should be used.<BR>\n"
281
282 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfileDriverPath_PROMPT #language en-US "Memory profile driver path"
283
284 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMemoryProfileDriverPath_HELP #language en-US "This PCD is to control which drivers need memory profile data.<BR><BR>\n"
285 "For example:<BR>\n"
286 "One image only (Shell):<BR>\n"
287 " Header GUID<BR>\n"
288 " {0x04, 0x06, 0x14, 0x00, 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1,<BR>\n"
289 " 0x7F, 0xFF, 0x04, 0x00}<BR>\n"
290 "Two or more images (Shell + WinNtSimpleFileSystem):<BR>\n"
291 " {0x04, 0x06, 0x14, 0x00, 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1,<BR>\n"
292 " 0x7F, 0x01, 0x04, 0x00,<BR>\n"
293 " 0x04, 0x06, 0x14, 0x00, 0x8B, 0xE1, 0x25, 0x9C, 0xBA, 0x76, 0xDA, 0x43, 0xA1, 0x32, 0xDB, 0xB0, 0x99, 0x7C, 0xEF, 0xEF,<BR>\n"
294 " 0x7F, 0xFF, 0x04, 0x00}<BR>\n"
295
296 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialClockRate_PROMPT #language en-US "Serial Port Clock Rate"
297
298 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialClockRate_HELP #language en-US "UART clock frequency is for the baud rate configuration."
299
300 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialPciDeviceInfo_PROMPT #language en-US "PCI Serial Device Info"
301
302 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialPciDeviceInfo_HELP #language en-US "PCI Serial Device Info. It is an array of Device, Function, and Power Management\n"
303 "information that describes the path that contains zero or more PCI to PCI briges\n"
304 "followed by a PCI serial device. Each array entry is 4-bytes in length. The\n"
305 "first byte is the PCI Device Number, then second byte is the PCI Function Number,\n"
306 "and the last two bytes are the offset to the PCI power management capabilities\n"
307 "register used to manage the D0-D3 states. If a PCI power management capabilities\n"
308 "register is not present, then the last two bytes in the offset is set to 0. The\n"
309 "array is terminated by an array entry with a PCI Device Number of 0xFF. For a\n"
310 "non-PCI fixed address serial device, such as an ISA serial device, the value is 0xFF."
311
312 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialExtendedTxFifoSize_PROMPT #language en-US "Serial Port Extended Transmit FIFO Size in Bytes"
313
314 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialExtendedTxFifoSize_HELP #language en-US "Serial Port Extended Transmit FIFO Size. The default is 64 bytes."
315
316 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialRegisterStride_PROMPT #language en-US "Serial Port Register Stride in Bytes"
317
318 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialRegisterStride_HELP #language en-US "The number of bytes between registers in serial device. The default is 1 byte."
319
320 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetNxForStack_PROMPT #language en-US "Set NX for stack"
321
322 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetNxForStack_HELP #language en-US "Indicates if to set NX for stack.<BR><BR>"
323 "For the DxeIpl and the DxeCore are both X64, set NX for stack feature also require PcdDxeIplBuildPageTables be TRUE.<BR>"
324 "For the DxeIpl and the DxeCore are both IA32 (PcdDxeIplSwitchToLongMode is FALSE), set NX for stack feature also require"
325 "IA32 PAE is supported and Execute Disable Bit is available.<BR>"
326 "TRUE - Set NX for stack.<BR>"
327 "FALSE - Do nothing for stack.<BR>"
328 "Note: If this PCD is set to FALSE, NX could be still applied to stack due to PcdDxeNxMemoryProtectionPolicy enabled for EfiBootServicesData.<BR>"
329
330 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiS3Enable_PROMPT #language en-US "ACPI S3 Enable"
331
332 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiS3Enable_HELP #language en-US "Indicates if ACPI S3 will be enabled.<BR><BR>"
333 "TRUE - ACPI S3 will be enabled.<BR>"
334 "FALSE - ACPI S3 will be disabled.<BR>"
335
336 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptStackSize_PROMPT #language en-US "Reserved S3 Boot Script Stack ACPI Memory Size"
337
338 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptStackSize_HELP #language en-US "Specify memory size for boot script executor stack usage in S3 phase. The default size 32K. When changing the value make sure the memory size is large enough to meet boot script executor requirement in the S3 phase."
339
340 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVarCheckVfrDriverGuidArray_PROMPT #language en-US "Driver guid array of VFR drivers for VarCheckHiiBin generation"
341
342 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVarCheckVfrDriverGuidArray_HELP #language en-US "This PCD to include the driver guid of VFR drivers for VarCheckHiiBin generation.<BR><BR>"
343 "Default is gZeroGuid that means no VFR driver will be parsed for VarCheckHiiBin generation.<BR>"
344 "If it is set to an all FFs GUID, it means all modules in all FVs will be parsed for VarCheckHiiBin generation.<BR>"
345
346 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageVariableBase_PROMPT #language en-US "Base address of flash NV variable range"
347
348 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageVariableBase_HELP #language en-US "Base address of the NV variable range in flash device."
349
350 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageVariableSize_PROMPT #language en-US "Size of flash NV variable range"
351
352 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageVariableSize_HELP #language en-US "Size of the NV variable range. Note that this value should less than or equal to PcdFlashNvStorageFtwSpareSize. The root cause is that variable driver will use FTW protocol to reclaim variable region. If the length of variable region is larger than FTW spare size, it means the whole variable region cannot be reflushed through the manner of fault tolerant write."
353
354 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwSpareBase_PROMPT #language en-US "Base address of flash FTW spare block range"
355
356 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwSpareBase_HELP #language en-US "Base address of the FTW spare block range in flash device. Note that this value should be block size aligned."
357
358 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwSpareSize_PROMPT #language en-US "Size of flash FTW spare block range"
359
360 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwSpareSize_HELP #language en-US "Size of the FTW spare block range. Note that this value should larger than PcdFlashNvStorageVariableSize and block size aligned. The root cause is that variable driver will use FTW protocol to reclaim variable region. If the length of variable region is larger than FTW spare size, it means the whole variable region cannot be reflushed through the manner of fault tolerant write."
361
362 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwWorkingBase_PROMPT #language en-US "Base address of flash FTW working block range"
363
364 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwWorkingBase_HELP #language en-US "Base address of the FTW working block range in flash device. If PcdFlashNvStorageFtwWorkingSize is larger than one block size, this value should be block size aligned."
365
366 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwWorkingSize_PROMPT #language en-US "Size of flash FTW working block range"
367
368 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwWorkingSize_HELP #language en-US "Size of the FTW working block range. If the value is less than one block size, the work space range should not span blocks. If the value is larger than one block size, it should be block size aligned."
369
370 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageVariableBase64_PROMPT #language en-US "64-bit Base address of flash NV variable range"
371
372 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageVariableBase64_HELP #language en-US "64-bit Base address of the NV variable range in flash device."
373
374 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwSpareBase64_PROMPT #language en-US "64-bit Base address of flash FTW spare block range"
375
376 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwSpareBase64_HELP #language en-US "64-bit Base address of the FTW spare block range in flash device. Note that this value should be block size aligned."
377
378 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwWorkingBase64_PROMPT #language en-US "64-bit Base address of flash FTW working block range"
379
380 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFlashNvStorageFtwWorkingBase64_HELP #language en-US "64-bit Base address of the FTW working block range in flash device. If PcdFlashNvStorageFtwWorkingSize is larger than one block size, this value should be block size aligned."
381
382 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEmuVariableNvModeEnable_PROMPT #language en-US "EMU variable NV mode enable"
383
384 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEmuVariableNvModeEnable_HELP #language en-US "Indicates if Variable driver will enable emulated variable NV mode.<BR><BR>"
385 "If this PCD is configured to dynamic, its value should be set before Variable driver starts to work,<BR>"
386 "otherwise default value will take effect.<BR>"
387 "TRUE - An EMU variable NV storage will be allocated or reserved for NV variables.<BR>"
388 "FALSE - No EMU variable NV storage will be allocated or reserved for NV variables.<BR>"
389
390 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEmuVariableNvStoreReserved_PROMPT #language en-US "Base of reserved memory range for EMU variable NV storage"
391
392 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEmuVariableNvStoreReserved_HELP #language en-US "This PCD defines the base address of reserved memory range for EMU variable NV storage. A non-ZERO value indicates a valid range reserved with size given by PcdVariableStoreSize."
393
394 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintTimes_PROMPT #language en-US "HelloWorld print times"
395
396 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintTimes_HELP #language en-US "This PCD defines the times to print hello world string. This PCD is a sample to explain UINT32 PCD usage."
397
398 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintString_PROMPT #language en-US "HelloWorld print string"
399
400 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintString_HELP #language en-US "This PCD defines the HelloWorld print string. This PCD is a sample to explain String typed PCD usage."
401
402 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxSizePopulateCapsule_PROMPT #language en-US "Max size of populated capsule"
403
404 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxSizePopulateCapsule_HELP #language en-US "Indicates the maximum size of the capsule image with a reset flag that the platform can support. The default max size is 100MB (0x6400000) for more than one large capsule images."
405
406 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxSizeNonPopulateCapsule_PROMPT #language en-US "Max size of non-populated capsule"
407
408 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxSizeNonPopulateCapsule_HELP #language en-US "Indicates the maximum size of the capsule image without a reset flag that the platform can support. The default max size is 10MB (0xa00000) for the capsule image without reset flag setting."
409
410 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareVendor_PROMPT #language en-US "Firmware vendor"
411
412 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareVendor_HELP #language en-US "Null-terminated Unicode string of the firmware vendor name that is the default name filled into the EFI System Table."
413
414 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareRevision_PROMPT #language en-US "Firmware revision"
415
416 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareRevision_HELP #language en-US "Firmware revision that is the default revision filled into the EFI System Table."
417
418 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareVersionString_PROMPT #language en-US "Firmware version string"
419
420 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareVersionString_HELP #language en-US "Null-terminated Unicode string that describes the firmware version."
421
422 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareReleaseDateString_PROMPT #language en-US "Firmware release data string"
423
424 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwareReleaseDateString_HELP #language en-US "Null-terminated Unicode string that contains the date the firmware was released"
425
426 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeMemorySize_PROMPT #language en-US "StatusCode memory size"
427
428 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeMemorySize_HELP #language en-US "PcdStatusCodeMemorySize is used when PcdStatusCodeUseMemory is set to true. (PcdStatusCodeMemorySize * KBytes) is the total taken memory size.<BR><BR>\n"
429 "The default value in PeiPhase is 1 KBytes.<BR>\n"
430 "The default value in DxePhase is 128 KBytes.<BR>"
431
432 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdResetOnMemoryTypeInformationChange_PROMPT #language en-US "Reset on memory type information change"
433
434 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdResetOnMemoryTypeInformationChange_HELP #language en-US "Indicates if to reset system when memory type information changes.<BR><BR>\n"
435 "TRUE - Resets system when memory type information changes.<BR>\n"
436 "FALSE - Does not reset system when memory type information changes.<BR>"
437
438 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPlatformRecoverySupport_PROMPT #language en-US "Support Platform Recovery"
439
440 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPlatformRecoverySupport_HELP #language en-US "Indicates if the BDS supports Platform Recovery.<BR><BR>\n"
441 "TRUE - BDS supports Platform Recovery.<BR>\n"
442 "FALSE - BDS does not support Platform Recovery.<BR>"
443
444 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserSubtitleTextColor_PROMPT #language en-US "Foreground color for browser subtitle"
445
446 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserSubtitleTextColor_HELP #language en-US "Specify the foreground color for Subtitle text in HII Form Browser. The default value is EFI_BLUE. Only following values defined in UEFI specification are valid:<BR><BR>\n"
447 "0x00 (EFI_BLACK)<BR>\n"
448 "0x01 (EFI_BLUE)<BR>\n"
449 "0x02 (EFI_GREEN)<BR>\n"
450 "0x03 (EFI_CYAN)<BR>\n"
451 "0x04 (EFI_RED)<BR>\n"
452 "0x05 (EFI_MAGENTA)<BR>\n"
453 "0x06 (EFI_BROWN)<BR>\n"
454 "0x07 (EFI_LIGHTGRAY)<BR>\n"
455 "0x08 (EFI_DARKGRAY)<BR>\n"
456 "0x09 (EFI_LIGHTBLUE)<BR>\n"
457 "0x0A (EFI_LIGHTGREEN)<BR>\n"
458 "0x0B (EFI_LIGHTCYAN)<BR>\n"
459 "0x0C (EFI_LIGHTRED)<BR>\n"
460 "0x0D (EFI_LIGHTMAGENTA)<BR>\n"
461 "0x0E (EFI_YELLOW)<BR>\n"
462 "0x0F (EFI_WHITE)<BR>"
463
464 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000004 #language en-US "Invalid foreground color specified."
465
466 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserFieldTextColor_PROMPT #language en-US "Foreground color for browser field"
467
468 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserFieldTextColor_HELP #language en-US "Specify the foreground color for prompt and Question value text in HII Form Browser. The default value is EFI_BLACK. Only following values defined in UEFI specification are valid:<BR><BR>\n"
469 "0x00 (EFI_BLACK)<BR>\n"
470 "0x01 (EFI_BLUE)<BR>\n"
471 "0x02 (EFI_GREEN)<BR>\n"
472 "0x03 (EFI_CYAN)<BR>\n"
473 "0x04 (EFI_RED)<BR>\n"
474 "0x05 (EFI_MAGENTA)<BR>\n"
475 "0x06 (EFI_BROWN)<BR>\n"
476 "0x07 (EFI_LIGHTGRAY)<BR>\n"
477 "0x08 (EFI_DARKGRAY)<BR>\n"
478 "0x09 (EFI_LIGHTBLUE)<BR>\n"
479 "0x0A (EFI_LIGHTGREEN)<BR>\n"
480 "0x0B (EFI_LIGHTCYAN)<BR>\n"
481 "0x0C (EFI_LIGHTRED)<BR>\n"
482 "0x0D (EFI_LIGHTMAGENTA)<BR>\n"
483 "0x0E (EFI_YELLOW)<BR>\n"
484 "0x0F (EFI_WHITE)<BR>"
485
486 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserFieldTextHighlightColor_PROMPT #language en-US "Foreground color for highlighted browser field"
487
488 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserFieldTextHighlightColor_HELP #language en-US "Specify the foreground color for highlighted prompt and Question value text in HII Form Browser. The default value is EFI_LIGHTGRAY. Only following values defined in UEFI specification are valid:<BR><BR>\n"
489 "0x00 (EFI_BLACK)<BR>\n"
490 "0x01 (EFI_BLUE)<BR>\n"
491 "0x02 (EFI_GREEN)<BR>\n"
492 "0x03 (EFI_CYAN)<BR>\n"
493 "0x04 (EFI_RED)<BR>\n"
494 "0x05 (EFI_MAGENTA)<BR>\n"
495 "0x06 (EFI_BROWN)<BR>\n"
496 "0x07 (EFI_LIGHTGRAY)<BR>\n"
497 "0x08 (EFI_DARKGRAY)<BR>\n"
498 "0x09 (EFI_LIGHTBLUE)<BR>\n"
499 "0x0A (EFI_LIGHTGREEN)<BR>\n"
500 "0x0B (EFI_LIGHTCYAN)<BR>\n"
501 "0x0C (EFI_LIGHTRED)<BR>\n"
502 "0x0D (EFI_LIGHTMAGENTA)<BR>\n"
503 "0x0E (EFI_YELLOW)<BR>\n"
504 "0x0F (EFI_WHITE)<BR>"
505
506 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserFieldBackgroundHighlightColor_PROMPT #language en-US "Background color for highlighted browser field"
507
508 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserFieldBackgroundHighlightColor_HELP #language en-US "Specify the background color for highlighted prompt and Question value text in HII Form Browser. The default value is EFI_BACKGROUND_BLACK. Only following values defined in UEFI specification are valid:<BR><BR>\n"
509 "0x00 (EFI_BACKGROUND_BLACK)<BR>\n"
510 "0x10 (EFI_BACKGROUND_BLUE)<BR>\n"
511 "0x20 (EFI_BACKGROUND_GREEN)<BR>\n"
512 "0x30 (EFI_BACKGROUND_CYAN)<BR>\n"
513 "0x40 (EFI_BACKGROUND_RED)<BR>\n"
514 "0x50 (EFI_BACKGROUND_MAGENTA)<BR>\n"
515 "0x60 (EFI_BACKGROUND_BROWN)<BR>\n"
516 "0x70 (EFI_BACKGROUND_LIGHTGRAY)<BR>"
517
518 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000005 #language en-US "Invalid background color specified."
519
520 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSataSpinUpDelayInSecForRecoveryPath_PROMPT #language en-US "SATA spin-up delay time in second for recovery path"
521
522 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSataSpinUpDelayInSecForRecoveryPath_HELP #language en-US "Time in second to delay for SATA devices to spin-up for recovery."
523
524 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptRuntimeTableReservePageNumber_PROMPT #language en-US "Reserved page number for S3 Boot Script Runtime Table"
525
526 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptRuntimeTableReservePageNumber_HELP #language en-US "This PCD is used to specify memory size with page number for a pre-allocated ACPI reserved memory to hold runtime(after SmmReadyToLock) created S3 boot script entries. The default page number is 2. When changing the value of this PCD, the platform developer should make sure the memory size is large enough to hold the S3 boot script node created in runtime(after SmmReadyToLock) phase."
527
528 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsulePeiLongModeStackSize_PROMPT #language en-US "Stack size for CapsulePei transfer to long mode"
529
530 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsulePeiLongModeStackSize_HELP #language en-US "The PCD is used to specify the stack size when capsule IA32 PEI transfers to long mode in PEI phase. The default size is 32K. When changing the value of this PCD, the platform developer should make sure the memory size is large enough to meet capsule PEI requirement in capsule update path."
531
532 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUse1GPageTable_PROMPT #language en-US "Enable 1G page table support"
533
534 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUse1GPageTable_HELP #language en-US "Indicates if 1G page table will be enabled.<BR><BR>\n"
535 "TRUE - 1G page table will be enabled.<BR>\n"
536 "FALSE - 1G page table will not be enabled.<BR>"
537
538 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSrIovSupport_PROMPT #language en-US "Enable SRIOV support"
539
540 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSrIovSupport_HELP #language en-US "Indicates if the Single Root I/O virtualization is supported.<BR><BR>\n"
541 "TRUE - Single Root I/O virtualization is supported.<BR>\n"
542 "FALSE - Single Root I/O virtualization is not supported.<BR>"
543
544 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAriSupport_PROMPT #language en-US "Enable ARI support"
545
546 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAriSupport_HELP #language en-US "Indicates if the Alternative Routing-ID is supported.<BR><BR>\n"
547 "TRUE - Alternative Routing-ID is supported.<BR>\n"
548 "FALSE - Alternative Routing-ID is not supported.<BR>"
549
550 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMrIovSupport_PROMPT #language en-US "Enable MRIOV support"
551
552 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMrIovSupport_HELP #language en-US "Indicates if the Multi Root I/O virtualization is supported.<BR><BR>\n"
553 "TRUE - Multi Root I/O virtualization is supported.<BR>\n"
554 "FALSE - Multi Root I/O virtualization is not supported.<BR>"
555
556 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSrIovSystemPageSize_PROMPT #language en-US "SRIOV system page size"
557
558 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSrIovSystemPageSize_HELP #language en-US "Single root I/O virtualization virtual function memory BAR alignment.<BR><BR>\n"
559 "BITN set indicates 2 of n+12 power<BR>\n"
560 "BIT0 set indicates 4KB alignment<BR>\n"
561 "BIT1 set indicates 8KB alignment<BR>"
562
563 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmbiosVersion_PROMPT #language en-US "SMBIOS version"
564
565 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmbiosVersion_HELP #language en-US "SMBIOS version."
566
567 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmbiosDocRev_PROMPT #language en-US "SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure"
568
569 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmbiosDocRev_HELP #language en-US "SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure"
570
571 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmbiosEntryPointProvideMethod_PROMPT #language en-US "SMBIOS produce method"
572
573 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmbiosEntryPointProvideMethod_HELP #language en-US "The policy to produce SMBIOS entry point and table.<BR><BR>\n"
574 "BIT0 set indicates 32-bit entry point and table are produced.<BR>\n"
575 "BIT1 set indicates 64-bit entry point and table are produced.<BR>"
576
577 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdExtFpdtBootRecordPadSize_PROMPT #language en-US "Pad size for extension FPDT boot records"
578
579 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdExtFpdtBootRecordPadSize_HELP #language en-US "This PCD specifies the additional pad size in FPDT Basic Boot Performance Table for the extension FPDT boot records received after ReadyToBoot and before ExitBootService."
580
581 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConInConnectOnDemand_PROMPT #language en-US "ConIn connect on demand"
582
583 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConInConnectOnDemand_HELP #language en-US "Indicates if ConIn device are connected on demand.<BR><BR>\n"
584 "TRUE - ConIn device are not connected during BDS and ReadKeyStroke/ReadKeyStrokeEx produced by Consplitter should be called before any real key read operation.<BR>\n"
585 "FALSE - ConIn device may be connected normally during BDS.<BR>"
586
587 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAtaSmartEnable_PROMPT #language en-US "Enable ATA S.M.A.R.T feature"
588
589 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAtaSmartEnable_HELP #language en-US "Indicates if the S.M.A.R.T feature of attached ATA hard disks will be enabled.<BR><BR>\n"
590 "TRUE - S.M.A.R.T feature of attached ATA hard disks will be enabled.<BR>\n"
591 "FALSE - S.M.A.R.T feature of attached ATA hard disks will be default status.<BR>"
592
593 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciDisableBusEnumeration_PROMPT #language en-US "Disable full PCI enumeration"
594
595 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciDisableBusEnumeration_HELP #language en-US "Indicates if full PCI enumeration is disabled.<BR><BR>\n"
596 "TRUE - Full PCI enumeration is disabled.<BR>\n"
597 "FALSE - Full PCI enumeration is not disabled.<BR>"
598
599 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDiskIoDataBufferBlockNum_PROMPT #language en-US "Disk I/O - Number of Data Buffer block"
600
601 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDiskIoDataBufferBlockNum_HELP #language en-US "Disk I/O - Number of Data Buffer block. Define the size in block of the pre-allocated buffer. It provide better performance for large Disk I/O requests."
602
603 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUfsPciHostControllerMmioBase_PROMPT #language en-US "Mmio base address of pci-based UFS host controller"
604
605 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUfsPciHostControllerMmioBase_HELP #language en-US "This PCD specifies the pci-based UFS host controller mmio base address. Define the mmio base address of the pci-based UFS host controller. If there are multiple UFS host controllers, their mmio base addresses are calculated one by one from this base address."
606
607 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutRow_PROMPT #language en-US "Console output row"
608
609 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutRow_HELP #language en-US "This PCD defines the Console output row. The default value is 25 according to UEFI spec. This PCD could be set to 0 then console output would be at max column and max row."
610
611 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutColumn_PROMPT #language en-US "Console output column"
612
613 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutColumn_HELP #language en-US "This PCD defines the Console output column. The default value is 80 according to UEFI spec. This PCD could be set to 0 then console output would be at max column and max row."
614
615 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVideoHorizontalResolution_PROMPT #language en-US "Video horizontal resolution"
616
617 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVideoHorizontalResolution_HELP #language en-US "This PCD defines the video horizontal resolution. If this PCD is set to 0 then video resolution would be at highest resolution."
618
619 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVideoVerticalResolution_PROMPT #language en-US "Video vertical resolution"
620
621 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVideoVerticalResolution_HELP #language en-US "This PCD defines the video vertical resolution. If this PCD is set to 0 then video resolution would be at highest resolution."
622
623 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressPeiCodePageNumber_PROMPT #language en-US "LMFA PEI code page number"
624
625 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressPeiCodePageNumber_HELP #language en-US "Specify memory size with page number for PEI code when Loading Module at Fixed Address feature is enabled. The value will be set by the build tool."
626
627 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressBootTimeCodePageNumber_PROMPT #language en-US "LMFA DXE boot code page number"
628
629 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressBootTimeCodePageNumber_HELP #language en-US "Specify memory size with page number for DXE boot time code when Loading Module at Fixed Address feature is enabled. The value will be set by the build tool."
630
631 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressRuntimeCodePageNumber_PROMPT #language en-US "LMFA DXE runtime code page number"
632
633 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressRuntimeCodePageNumber_HELP #language en-US "Specify memory size with page number for DXE runtime code when Loading Module at Fixed Address feature is enabled. The value will be set by the build tool."
634
635 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressSmmCodePageNumber_PROMPT #language en-US "LMFA SMM code page number"
636
637 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdLoadFixAddressSmmCodePageNumber_HELP #language en-US "Specify memory size with page number for SMM code when Loading Module at Fixed Address feature is enabled. The value will be set by the build tool."
638
639 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSupportUpdateCapsuleReset_PROMPT #language en-US "Enable update capsule across a system reset"
640
641 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSupportUpdateCapsuleReset_HELP #language en-US "Indicates if the platform can support update capsule across a system reset.<BR><BR>\n"
642 "TRUE - Supports update capsule across a system reset.<BR>\n"
643 "FALSE - Does not support update capsule across a system reset.<BR>"
644
645 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPeiFullPcdDatabaseEnable_PROMPT #language en-US "Enable full PEI PCD services"
646
647 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPeiFullPcdDatabaseEnable_HELP #language en-US "Indicates if all PCD PPI services will be enabled.<BR><BR>\n"
648 "TRUE - All PCD PPI services will be produced.<BR>\n"
649 "FALSE - Minimal PCD PPI services (only GetService) will be produced.<BR>"
650
651 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDevicePathSupportDevicePathToText_PROMPT #language en-US "Enable Device Path to Text support"
652
653 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDevicePathSupportDevicePathToText_HELP #language en-US "Indicates if the Device Path To Text Protocol should be produced by the platform. It can be disabled to save size.<BR><BR>\n"
654 "TRUE - Device Path To Text Protocol will be produced.<BR>\n"
655 "FALSE - Device Path To Text Protocol will not be produced.<BR>"
656
657 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDevicePathSupportDevicePathFromText_PROMPT #language en-US "Enable Device Path From Text support"
658
659 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDevicePathSupportDevicePathFromText_HELP #language en-US "Indicates if the Device Path From Text Protocol should be produced by the platform. It can be disabled to save size.<BR><BR>\n"
660 "TRUE - Device Path From Text Protocol will be produced.<BR>\n"
661 "FALSE - Device Path From Text Protocol will not be produced.<BR>"
662
663 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVariableCollectStatistics_PROMPT #language en-US "Enable variable statistics collection"
664
665 #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.<BR><BR>\n"
666 "TRUE - Statistics about variable usage will be collected.<BR>\n"
667 "FALSE - Statistics about variable usage will not be collected.<BR>"
668
669 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUnicodeCollationSupport_PROMPT #language en-US "Enable Unicode Collation support"
670
671 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUnicodeCollationSupport_HELP #language en-US "Indicates if Unicode Collation Protocol will be installed.<BR><BR>\n"
672 "TRUE - Installs Unicode Collation Protocol.<BR>\n"
673 "FALSE - Does not install Unicode Collation Protocol.<BR>"
674
675 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUnicodeCollation2Support_PROMPT #language en-US "Enable Unicode Collation 2 support"
676
677 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUnicodeCollation2Support_HELP #language en-US "Indicates if Unicode Collation 2 Protocol will be installed.<BR><BR>\n"
678 "TRUE - Installs Unicode Collation 2 Protocol.<BR>\n"
679 "FALSE - Does not install Unicode Collation 2 Protocol.<BR>"
680
681 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutGopSupport_PROMPT #language en-US "Enable ConOut GOP support"
682
683 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutGopSupport_HELP #language en-US "Indicates if Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. It could be set FALSE to save size.<BR><BR>\n"
684 "TRUE - Installs Graphics Output Protocol on virtual handle created by ConsplitterDxe.<BR>\n"
685 "FALSE - Does not install Graphics Output Protocol on virtual handle created by ConsplitterDxe.<BR>"
686
687 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutUgaSupport_PROMPT #language en-US "Enable ConOut UGA support"
688
689 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdConOutUgaSupport_HELP #language en-US "Indicates if UGA Draw Protocol will be installed on virtual handle created by ConsplitterDxe. It could be set FALSE to save size.<BR><BR>\n"
690 "TRUE - Installs UGA Draw Protocol on virtual handle created by ConsplitterDxe.<BR>\n"
691 "FALSE - Does not install UGA Draw Protocol on virtual handle created by ConsplitterDxe.<BR>"
692
693 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPeiCoreImageLoaderSearchTeSectionFirst_PROMPT #language en-US "PeiCore search TE section first"
694
695 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPeiCoreImageLoaderSearchTeSectionFirst_HELP #language en-US "Indicates PeiCore will first search TE section from the PEIM to load the image, or PE32 section, when PeiCore dispatches a PEI module. This PCD is used to tune PEI phase performance to reduce the search image time. It can be set according to the generated image section type.<BR><BR>\n"
696 "TRUE - PeiCore will first search TE section from PEIM to load the image, if TE section is not found, then PeiCore will search PE section.<BR>\n"
697 "FALSE - PeiCore will first search PE section from PEIM to load the image.<BR>"
698
699 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdTurnOffUsbLegacySupport_PROMPT #language en-US "Turn off USB legacy support"
700
701 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdTurnOffUsbLegacySupport_HELP #language en-US "Disable legacy USB? If disabled, legacy USB device driver cannot make use of SMI interrupt to access USB device in the case of absence of a USB stack. TRUE - disable<BR>\n"
702 "FALSE - enable<BR>"
703
704 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSupportHiiImageProtocol_PROMPT #language en-US "Enable HII image support"
705
706 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSupportHiiImageProtocol_HELP #language en-US "Indicates if HiiImageProtocol will be installed. FALSE is for size reduction.<BR><BR>\n"
707 "TRUE - Installs HiiImageProtocol.<BR>\n"
708 "FALSE - Does not install HiiImageProtocol.<BR>"
709
710 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDisableDefaultKeyboardLayoutInUsbKbDriver_PROMPT #language en-US "Disable default keyboard layout in USB Keyboard Driver"
711
712 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDisableDefaultKeyboardLayoutInUsbKbDriver_HELP #language en-US "Disable default USB keyboard layout? The default keyboard layout serves as the backup when no keyboard layout can be retrieved from HII database.<BR><BR>\n"
713 "TRUE - disable<BR>\n"
714 "FALSE - enable<BR>"
715
716 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintEnable_PROMPT #language en-US "Enable HelloWorld print"
717
718 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHelloWorldPrintEnable_HELP #language en-US "Indicates if HelloWorld Application will print the verbose information. This PCD is a sample to explain FeatureFlag PCD usage.<BR><BR>\n"
719 "TRUE - HelloWorld Application will print the verbose information.<BR>\n"
720 "FALSE - HelloWorld Application will not print the verbose information.<BR>"
721
722 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFullFtwServiceEnable_PROMPT #language en-US "Enable FULL FTW services"
723
724 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFullFtwServiceEnable_HELP #language en-US "Indicates if FULL FTW protocol services (total six APIs) will be produced.<BR><BR>\n"
725 "TRUE - Produces FULL FTW protocol services (total six APIs).<BR>\n"
726 "FALSE - Only FTW Write service is available.<BR>"
727
728 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplSupportUefiDecompress_PROMPT #language en-US "Enable UEFI decompression support in DXE IPL"
729
730 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplSupportUefiDecompress_HELP #language en-US "Indicates if DXE IPL supports the UEFI decompression algorithm.<BR><BR>\n"
731 "TRUE - DXE IPL will support UEFI decompression.<BR>\n"
732 "FALSE - DXE IPL will not support UEFI decompression to save space.<BR>"
733
734 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciBusHotplugDeviceSupport_PROMPT #language en-US "Enable PciBus hot plug device support"
735
736 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciBusHotplugDeviceSupport_HELP #language en-US "Indicates if PciBus driver supports the hot plug device.<BR><BR>\n"
737 "TRUE - PciBus driver supports the hot plug device.<BR>\n"
738 "FALSE - PciBus driver doesn't support the hot plug device.<BR>"
739
740 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciBridgeIoAlignmentProbe_PROMPT #language en-US "Enable PCI bridge IO alignment prob."
741
742 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciBridgeIoAlignmentProbe_HELP #language en-US "Indicates if the PciBus driver probes non-standard, such as 2K/1K/512, granularity for PCI to PCI bridge I/O window.<BR><BR>\n"
743 "TRUE - PciBus driver probes non-standard granularity for PCI to PCI bridge I/O window.<BR>\n"
744 "FALSE - PciBus driver doesn't probe non-standard granularity for PCI to PCI bridge I/O window.<BR>"
745
746 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeUseSerial_PROMPT #language en-US "Enable StatusCode via Serial port"
747
748 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeUseSerial_HELP #language en-US "Indicates if StatusCode is reported via Serial port.<BR><BR>\n"
749 "TRUE - Reports StatusCode via Serial port.<BR>\n"
750 "FALSE - Does not report StatusCode via Serial port.<BR>"
751
752 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeUseMemory_PROMPT #language en-US "Enable StatusCode via memory"
753
754 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeUseMemory_HELP #language en-US "Indicates if StatusCode is stored in memory. The memory is boot time memory in PEI Phase and is runtime memory in DXE Phase.<BR><BR>\n"
755 "TRUE - Stores StatusCode in memory.<BR>\n"
756 "FALSE - Does not store StatusCode in memory.<BR>"
757
758 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeReplayIn_PROMPT #language en-US "Enable PEI StatusCode replay in DXE phase"
759
760 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeReplayIn_HELP #language en-US "Indicates if PEI phase StatusCode will be replayed in DXE phase.<BR><BR>\n"
761 "TRUE - Replays PEI phase StatusCode in DXE phased.<BR>\n"
762 "FALSE - Does not replay PEI phase StatusCode in DXE phase.<BR>"
763
764 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdInstallAcpiSdtProtocol_PROMPT #language en-US "Enable ACPI SDT support"
765
766 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdInstallAcpiSdtProtocol_HELP #language en-US "Indicates if ACPI SDT protocol will be installed.<BR><BR>\n"
767 "TRUE - Installs ACPI SDT protocol.<BR>\n"
768 "FALSE - Does not install ACPI SDT protocol.<BR>"
769
770 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUnalignedPciIoEnable_PROMPT #language en-US "Enable unaligned PCI I/O support"
771
772 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUnalignedPciIoEnable_HELP #language en-US "Indicates if the unaligned I/O, MMIO, and PCI Configuration cycles through the PCI I/O Protocol are enabled. The default value for this PCD is false to disable support for unaligned PCI I/O Protocol requests.<BR><BR>\n"
773 "TRUE - Enables the unaligned I/O, MMIO, and PCI Configuration cycles through the PCI I/O Protocol.<BR>\n"
774 "FALSE - Disables the unaligned I/O, MMIO, and PCI Configuration cycles through the PCI I/O Protocol.<BR>"
775
776 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserGrayOutTextStatement_PROMPT #language en-US "Always GrayOut TEXT statement"
777
778 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowserGrayOutTextStatement_HELP #language en-US "Indicates if TEXT statement is always set to GrayOut statement in HII Form Browser.<BR><BR>\n"
779 "TRUE - TEXT statement will always be set to GrayOut.<BR>\n"
780 "FALSE - TEXT statement will be set to GrayOut only when GrayOut condition is TRUE.<BR>"
781
782 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowerGrayOutReadOnlyMenu_PROMPT #language en-US "GrayOut read only menu"
783
784 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBrowerGrayOutReadOnlyMenu_HELP #language en-US "Indicates if unselectable menu should be gray out in HII Form Browser.<BR><BR>\n"
785 "TRUE - The unselectable menu will be set to GrayOut.<BR>\n"
786 "FALSE - The menu will be show as normal menu entry even if it is not selectable.<BR>"
787
788 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnIdeDisk_PROMPT #language en-US "Enable recovery on IDE disk"
789
790 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnIdeDisk_HELP #language en-US "Indicates if recovery from IDE disk will be supported.<BR><BR>\n"
791 "TRUE - Supports recovery from IDE disk.<BR>\n"
792 "FALSE - Does not support recovery from IDE disk.<BR>"
793
794 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnFatFloppyDisk_PROMPT #language en-US "Enable recovery on FAT floppy disk"
795
796 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnFatFloppyDisk_HELP #language en-US "Indicates if recovery from FAT floppy disk will be supported.<BR><BR>\n"
797 "TRUE - Supports recovery from FAT floppy disk.<BR>\n"
798 "FALSE - Does not support recovery from FAT floppy disk.<BR>"
799
800 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnDataCD_PROMPT #language en-US "Enable recovery on data CD"
801
802 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnDataCD_HELP #language en-US "Indicates if recovery from data CD will be supported.<BR><BR>\n"
803 "TRUE - Supports recovery from data CD.<BR>\n"
804 "FALSE - Does not support recovery from data CD.<BR>"
805
806 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnFatUsbDisk_PROMPT #language en-US "Enable recovery on FAT USB disk"
807
808 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryOnFatUsbDisk_HELP #language en-US "Indicates if recovery from FAT USB disk will be supported.<BR><BR>\n"
809 "TRUE - Supports recovery from USB disk.<BR>\n"
810 "FALSE - Does not support recovery from USB disk.<BR>"
811
812 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwarePerformanceDataTableS3Support_PROMPT #language en-US "Enable S3 performance data support"
813
814 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFirmwarePerformanceDataTableS3Support_HELP #language en-US "Indicates if S3 performance data will be supported in ACPI FPDT table.<BR><BR>\n"
815 "TRUE - S3 performance data will be supported in ACPI FPDT table.<BR>\n"
816 "FALSE - S3 performance data will not be supported in ACPI FPDT table.<BR>"
817
818 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplSwitchToLongMode_PROMPT #language en-US "DxeIpl switch to long mode"
819
820 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplSwitchToLongMode_HELP #language en-US "Indicates if DxeIpl should switch to long mode to enter DXE phase. It is assumed that 64-bit DxeCore is built in firmware if it is true; otherwise 32-bit DxeCore is built in firmware.<BR><BR>\n"
821 "TRUE - DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.<BR>\n"
822 "FALSE - DxeIpl will load a 32-bit DxeCore and perform stack switch to hand over to DxeCore.<BR>"
823
824 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplBuildPageTables_PROMPT #language en-US "DxeIpl rebuild page tables"
825
826 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplBuildPageTables_HELP #language en-US "Indicates if DxeIpl should rebuild page tables. This flag only makes sense in the case where the DxeIpl and the DxeCore are both X64.<BR><BR>\n"
827 "TRUE - DxeIpl will rebuild page tables.<BR>\n"
828 "FALSE - DxeIpl will not rebuild page tables.<BR>"
829
830 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptTablePrivateDataPtr_PROMPT #language en-US "S3 Boot Script Table Private Data pointer"
831
832 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptTablePrivateDataPtr_HELP #language en-US "This dynamic PCD hold an address to point to private data structure used in DxeS3BootScriptLib library instance which records the S3 boot script table start address, length, etc. To introduce this PCD is only for DxeS3BootScriptLib instance implementation purpose. The platform developer should make sure the default value is set to Zero. And the PCD is assumed ONLY to be accessed in DxeS3BootScriptLib Library."
833
834 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptTablePrivateSmmDataPtr_PROMPT #language en-US "S3 Boot Script Table Private Smm Data pointer"
835
836 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdS3BootScriptTablePrivateSmmDataPtr_HELP #language en-US "This dynamic PCD hold an address to point to private data structure SMM copy used in DxeS3BootScriptLib library instance which records the S3 boot script table start address, length, etc. To introduce this PCD is only for DxeS3BootScriptLib instance implementation purpose. The platform developer should make sure the default value is set to Zero. And the PCD is assumed ONLY to be accessed in DxeS3BootScriptLib Library."
837
838 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxFmpEsrtCacheNum_PROMPT #language en-US "Max FMP ESRT entry number to be synced & cached in repository"
839
840 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxFmpEsrtCacheNum_HELP #language en-US "Max FMP ESRT entry number to be synced & cached in repository"
841
842 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxNonFmpEsrtCacheNum_PROMPT #language en-US " Max Non-FMP ESRT entry number to be cached in repository"
843
844 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxNonFmpEsrtCacheNum_HELP #language en-US " Max Non-FMP ESRT entry number to be cached in repository"
845
846 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSystemRebootAfterCapsuleProcessFlag_PROMPT #language en-US "Flag to request system reboot after processing capsule"
847
848 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSystemRebootAfterCapsuleProcessFlag_HELP #language en-US "Flag to request system reboot after processing capsule"
849
850 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBootManagerMenuFile_PROMPT #language en-US "Boot Manager Menu File"
851
852 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdBootManagerMenuFile_HELP #language en-US "This PCD points to the file name GUID of the BootManagerMenuApp\n"
853 "Platform can customize the PCD to point to different application for Boot Manager Menu"
854
855 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDriverHealthConfigureForm_PROMPT #language en-US "Driver Health Management Form"
856
857 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDriverHealthConfigureForm_HELP #language en-US "This PCD points to the formset GUID of the driver health management form\n"
858 "The form will be popped up by BDS core when there are Configuration Required driver health intances.\n"
859 "Platform can customize the PCD to point to different formset."
860
861 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupVideoHorizontalResolution_PROMPT #language en-US "Video Horizontal Resolution of Text Setup"
862
863 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupVideoHorizontalResolution_HELP #language en-US "Specify the video horizontal resolution of text setup."
864
865 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupVideoVerticalResolution_PROMPT #language en-US "Video Vertical Resolution of Text Setup"
866
867 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupVideoVerticalResolution_HELP #language en-US "Specify the video vertical resolution of text setup."
868
869 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupConOutColumn_PROMPT #language en-US "Console Output Column of Text Setup"
870
871 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupConOutColumn_HELP #language en-US "Specify the console output column of text setup."
872
873 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupConOutRow_PROMPT #language en-US "Console Output Row of Text Setup"
874
875 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupConOutRow_HELP #language en-US "Specify the console output row of text setup."
876
877 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFrontPageFormSetGuid_PROMPT #language en-US "Front Page Formset."
878
879 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFrontPageFormSetGuid_HELP #language en-US "This PCD points to the front page formset GUID\n"
880 "Compare the FormsetGuid or ClassGuid with this PCD value can detect whether in front page"
881
882 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPropertiesTableEnable_PROMPT #language en-US "Publish UEFI PropertiesTable."
883
884 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPropertiesTableEnable_HELP #language en-US "Publish PropertiesTable or not.\n"
885 "\n"
886 "If this PCD is TRUE, DxeCore publishs PropertiesTable.\n"
887 "DxeCore evaluates if all runtime drivers has 4K aligned PE sections. If all\n"
888 "PE sections in runtime drivers are 4K aligned, DxeCore sets BIT0 in\n"
889 "PropertiesTable. Or DxeCore clears BIT0 in PropertiesTable.\n"
890 "If this PCD is FALSE, DxeCore does not publish PropertiesTable.\n"
891 "\n"
892 "If PropertiesTable has BIT0 set, DxeCore uses below policy in UEFI memory map:\n"
893 "1) Use EfiRuntimeServicesCode for runtime driver PE image code section and\n"
894 "use EfiRuntimeServicesData for runtime driver PE image header and other section.\n"
895 "2) Set EfiRuntimeServicesCode to be EFI_MEMORY_RO.\n"
896 "3) Set EfiRuntimeServicesData to be EFI_MEMORY_XP.\n"
897 "4) Set EfiMemoryMappedIO and EfiMemoryMappedIOPortSpace to be EFI_MEMORY_XP.\n"
898 "\n"
899 "NOTE: Platform need gurantee this PCD is set correctly. Platform should set\n"
900 "this PCD to be TURE if and only if all runtime driver has seperated Code/Data\n"
901 "section. If PE code/data sections are merged, the result is unpredictable.\n"
902
903 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnBoot_HELP #language en-US "Indicates if to shadow PEIM and PeiCore after memory is ready.<BR><BR>\n"
904 "This PCD is used on other boot path except for S3 boot.\n"
905 "TRUE - Shadow PEIM and PeiCore after memory is ready.<BR>\n"
906 "FALSE - Not shadow PEIM after memory is ready.<BR>"
907
908 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnBoot_PROMPT #language en-US "Shadow Peim on boot"
909 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseHalfHandshake_PROMPT #language en-US "Enable Serial device Half Hand Shake"
910 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialUseHalfHandshake_HELP #language en-US "Indicates if Serial device uses half hand shake.<BR><BR>\n"
911 "TRUE - Serial device uses half hand shake.<BR>\n"
912 "FALSE - Serial device doesn't use half hand shake.<BR>"
913 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciSerialParameters_PROMPT #language en-US "Pci Serial Parameters"
914 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciSerialParameters_HELP #language en-US "PCI Serial Parameters. It is an array of VendorID, DeviceID, ClockRate, Offset,\n"
915 "BarIndex, RegisterStride, ReceiveFifoDepth, TransmitFifoDepth information that \n"
916 "describes the parameters of special PCI serial devices.\n"
917 "Each array entry is 24-byte in length. The array is terminated\n"
918 "by an array entry with a PCI Vendor ID of 0xFFFF. If a platform only contains a\n"
919 "standard 16550 PCI serial device whose class code is 7/0/2, the value is 0xFFFF.\n"
920 "The C style structure is defined as below:<BR>\n"
921 "typedef struct {<BR>\n"
922 " UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.<BR>\n"
923 " UINT16 DeviceId; ///< Device ID to match the PCI device<BR>\n"
924 " UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz<BR>\n"
925 " UINT64 Offset; ///< The byte offset into to the BAR<BR>\n"
926 " UINT8 BarIndex; ///< Which BAR to get the UART base address<BR>\n"
927 " UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.<BR>\n"
928 " UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.<BR>\n"
929 " UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.<BR>\n"
930 " UINT8 Reserved[2];<BR>\n"
931 "} PCI_SERIAL_PARAMETER;<BR>\n"
932 "It contains zero or more instances of the above structure.<BR>\n"
933 "For example, if a PCI device contains two UARTs, PcdPciSerialParameters needs\n"
934 "to contain two instances of the above structure, with the VendorId and DeviceId\n"
935 "equals to the Device ID and Vendor ID of the device; If the PCI device uses the\n"
936 "first two BARs to support two UARTs, BarIndex of first instance equals to 0 and\n"
937 "BarIndex of second one equals to 1; If the PCI device uses the first BAR to\n"
938 "support both UARTs, BarIndex of both instance equals to 0, Offset of first\n"
939 "instance equals to 0 and Offset of second one equals to a value bigger than or\n"
940 "equal to 8.<BR>\n"
941 "For certain UART whose register needs to be accessed in DWORD aligned address,\n"
942 "RegisterStride equals to 4.\n"
943
944 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_PROMPT #language en-US "Exposed ACPI table versions."
945
946 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_HELP #language en-US "Indicates which ACPI versions are targeted by the ACPI tables exposed to the OS\n"
947 "These values are aligned with the definitions in MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h\n"
948 "BIT 1 - EFI_ACPI_TABLE_VERSION_1_0B.<BR>\n"
949 "BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.<BR>\n"
950 "BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.<BR>\n"
951 "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\n"
952 "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>"
953
954 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_PROMPT #language en-US "Enable export HII data and configuration to be used in OS runtime."
955
956 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_HELP #language en-US "Indicates if HII data and configuration has been exported.<BR><BR>\n"
957 "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"
958 "simulator platform because the performance cost for this feature.\n"
959 "TRUE - Export HII data and configuration data.<BR>\n"
960 "FALSE - Does not export HII data and configuration.<BR>"
961
962 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2KbdExtendedVerification_PROMPT #language en-US "Turn on PS2 Keyboard Extended Verification"
963
964 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2KbdExtendedVerification_HELP #language en-US "Indicates if PS2 keyboard does a extended verification during start.\n"
965 "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"
966 "Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\n"
967 "TRUE - Turn on PS2 keyboard extended verification.<BR>\n"
968 "FALSE - Turn off PS2 keyboard extended verification.<BR>"
969
970 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2MouseExtendedVerification_PROMPT #language en-US "Turn on PS2 Mouse Extended Verification"
971
972 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPs2MouseExtendedVerification_HELP #language en-US "Indicates if PS2 mouse does a extended verification during start.\n"
973 "Extended verification will take some performance. It can be set to FALSE for boot performance.<BR><BR>\n"
974 "TRUE - Turn on PS2 mouse extended verification. <BR>\n"
975 "FALSE - Turn off PS2 mouse extended verification. <BR>"
976
977 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFastPS2Detection_PROMPT #language en-US "Enable fast PS2 detection"
978
979 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFastPS2Detection_HELP #language en-US "Indicates if to use the optimized timing for best PS2 detection performance.\n"
980 "Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.<BR><BR>\n"
981 "TRUE - Use the optimized timing for best PS2 detection performance.<BR>\n"
982 "FALSE - Use the normal timing to detect PS2.<BR>"
983
984 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSdMmcPciHostControllerMmioBase_PROMPT #language en-US "Mmio base address of pci-based SD/MMC host controller"
985
986 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSdMmcPciHostControllerMmioBase_HELP #language en-US "This PCD specifies the PCI-based SD/MMC host controller mmio base address. Define the mmio base address of the pci-based SD/MMC host controller. If there are multiple SD/MMC host controllers, their mmio base addresses are calculated one by one from this base address.<BR>"
987
988 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxRepairCount_PROMPT #language en-US "MAX repair count"
989
990 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxRepairCount_HELP #language en-US "This PCD defines the MAX repair count. The default value is 0 that means infinite.<BR>"
991
992 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciDegradeResourceForOptionRom_PROMPT #language en-US "Degrade 64-bit PCI MMIO BARs for legacy BIOS option ROMs"
993
994 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciDegradeResourceForOptionRom_HELP #language en-US "Indicates whether 64-bit PCI MMIO BARs should degrade to 32-bit in the presence of an option ROM.<BR>"
995 "On X64 platforms, Option ROMs may contain code that executes in the context of a legacy BIOS (CSM),"
996 "which requires that all PCI MMIO BARs are located below 4 GB.<BR>"
997 "TRUE - All PCI MMIO BARs of a device will be located below 4 GB if it has an option ROM.<BR>"
998 "FALSE - PCI MMIO BARs of a device may be located above 4 GB even if it has an option ROM.<BR>"
999
1000 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeSubClassCapsule_PROMPT #language en-US "Status Code for Capsule subclass definitions"
1001
1002 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdStatusCodeSubClassCapsule_HELP #language en-US "Status Code for Capsule subclass definitions.<BR><BR>\n"
1003 "EFI_OEM_SPECIFIC_SUBCLASS_CAPSULE = 0x00810000<BR>\n"
1004 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1005 "Override the value of this PCD in the platform DSC file as needed."
1006
1007 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeProcessCapsulesBegin_PROMPT #language en-US "Status Code for Capsule Process Begin"
1008
1009 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeProcessCapsulesBegin_HELP #language en-US "Status Code for Capsule Process Begin.<BR><BR>\n"
1010 "EFI_CAPSULE_PROCESS_CAPSULES_BEGIN = (EFI_OEM_SPECIFIC | 0x00000001) = 0x00008001<BR>\n"
1011 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1012 "Override the value of this PCD in the platform DSC file as needed."
1013
1014 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeProcessCapsulesEnd_PROMPT #language en-US "Status Code for Capsule Process End"
1015
1016 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeProcessCapsulesEnd_HELP #language en-US "Status Code for Capsule Process End.<BR><BR>\n"
1017 "EFI_CAPSULE_PROCESS_CAPSULES_END = (EFI_OEM_SPECIFIC | 0x00000002) = 0x00008002<BR>\n"
1018 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1019 "Override the value of this PCD in the platform DSC file as needed."
1020
1021 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeUpdatingFirmware_PROMPT #language en-US "Status Code for Capsule Process Updating Firmware"
1022
1023 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeUpdatingFirmware_HELP #language en-US "Status Code for Capsule Process Updating Firmware.<BR><BR>\n"
1024 "EFI_CAPSULE_UPDATING_FIRMWARE = (EFI_OEM_SPECIFIC | 0x00000003) = 0x00008003<BR>\n"
1025 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1026 "Override the value of this PCD in the platform DSC file as needed."
1027
1028 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeUpdateFirmwareSuccess_PROMPT #language en-US "Status Code for Capsule Process Update Firmware Success"
1029
1030 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeUpdateFirmwareSuccess_HELP #language en-US "Status Code for Capsule Process Update Firmware Success.<BR><BR>\n"
1031 "EFI_CAPSULE_UPDATE_FIRMWARE_SUCCESS = (EFI_OEM_SPECIFIC | 0x00000004) = 0x00008004<BR>\n"
1032 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1033 "Override the value of this PCD in the platform DSC file as needed."
1034
1035 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeUpdateFirmwareFailed_PROMPT #language en-US "Status Code for Capsule Process Update Firmware Failed"
1036
1037 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeUpdateFirmwareFailed_HELP #language en-US "Status Code for Capsule Process Update Firmware Failed.<BR><BR>\n"
1038 "EFI_CAPSULE_UPDATE_FIRMWARE_FAILED = (EFI_OEM_SPECIFIC | 0x00000005) = 0x00008005<BR>\n"
1039 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1040 "Override the value of this PCD in the platform DSC file as needed."
1041
1042 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeResettingSystem_PROMPT #language en-US "Status Code for Capsule Resetting System"
1043
1044 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleStatusCodeResettingSystem_HELP #language en-US "Status Code for Capsule Resetting System.<BR><BR>\n"
1045 "EFI_CAPSULE_RESETTING_SYSTEM = (EFI_OEM_SPECIFIC | 0x00000006) = 0x00008006<BR>\n"
1046 "NOTE: The default value of this PCD may collide with other OEM specific status codes.\n"
1047 "Override the value of this PCD in the platform DSC file as needed."
1048
1049 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleMax_PROMPT #language en-US "CapsuleMax value in capsule report variable."
1050
1051 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleMax_HELP #language en-US "CapsuleMax value in capsule report variable."
1052
1053 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaximumPeiResetNotifies_PROMPT #language en-US "Maximum Number of PEI Reset Filters, Reset Notifications or Reset Handlers."
1054
1055 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaximumPeiResetNotifies_HELP #language en-US "Indicates the allowable maximum number of Reset Filters, <BR>\n"
1056 "Reset Notifications or Reset Handlers in PEI phase."
1057
1058 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryFileName_PROMPT #language en-US "Recover file name in PEI phase"
1059
1060 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdRecoveryFileName_HELP #language en-US "This is recover file name in PEI phase.\n"
1061 "The file must be in the root directory.\n"
1062 "The file name must be the 8.3 format.\n"
1063 "The PCD data must be in UNICODE format."
1064
1065 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCoDRelocationFileName_PROMPT #language en-US "Capsule On Disk Temp Relocation file name in PEI phase"
1066
1067 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCoDRelocationFileName_HELP #language en-US "This is Capsule Temp Relocation file name in PEI phase.<BR>"
1068 "The file must be in the root directory.<BR>"
1069 "The file name must be the 8.3 format.<BR>"
1070 "The PCD data must be in UNICODE format.<BR>"
1071 "CapsuleOnDiskLoadPei PEI module will set value of this PCD to PcdRecoveryFileName, then leverage recovery to get Capsule On Disk Temp Relocation file.<BR>"
1072 "Note: The file name must be shorter than PcdRecoveryFileName, otherwise CapsuleOnDiskLoadPei PEI module will fail to get Capsule On Disk Temp Relocation file.<BR>"
1073
1074 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSystemFmpCapsuleImageTypeIdGuid_PROMPT #language en-US "A list of system FMP ImageTypeId GUIDs"
1075
1076 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSystemFmpCapsuleImageTypeIdGuid_HELP #language en-US "This PCD hold a list GUIDs for the ImageTypeId to indicate the\n"
1077 "FMP capsule is a system FMP."
1078
1079 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdTestKeyUsed_PROMPT #language en-US "If there is any test key used by the platform."
1080
1081 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdTestKeyUsed_HELP #language en-US "This dynamic PCD holds the information if there is any test key used by the platform."
1082
1083 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmiHandlerProfilePropertyMask_PROMPT #language en-US "SmiHandlerProfile Property."
1084
1085 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSmiHandlerProfilePropertyMask_HELP #language en-US "The mask is used to control SmiHandlerProfile behavior.<BR><BR>\n"
1086 "BIT0 - Enable SmiHandlerProfile.<BR>"
1087
1088 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdImageProtectionPolicy_PROMPT #language en-US "Set image protection policy."
1089
1090 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdImageProtectionPolicy_HELP #language en-US "Set image protection policy. The policy is bitwise.\n"
1091 "If a bit is set, the image will be protected by DxeCore if it is aligned.\n"
1092 "The code section becomes read-only, and the data section becomes non-executable.\n"
1093 "If a bit is clear, nothing will be done to image code/data sections.<BR><BR>\n"
1094 "BIT0 - Image from unknown device. <BR>\n"
1095 "BIT1 - Image from firmware volume.<BR>"
1096 "Note: If a bit is cleared, the data section could be still non-executable if\n"
1097 "PcdDxeNxMemoryProtectionPolicy is enabled for EfiLoaderData, EfiBootServicesData\n"
1098 "and/or EfiRuntimeServicesData.<BR>"
1099
1100 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeNxMemoryProtectionPolicy_PROMPT #language en-US "Set DXE memory protection policy."
1101
1102 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeNxMemoryProtectionPolicy_HELP #language en-US "Set DXE memory protection policy. The policy is bitwise.\n"
1103 "If a bit is set, memory regions of the associated type will be mapped\n"
1104 "non-executable.<BR>\n"
1105 "If a bit is cleared, nothing will be done to associated type of memory.<BR><BR>\n"
1106 "\n"
1107 "Below is bit mask for this PCD: (Order is same as UEFI spec)<BR>\n"
1108 "EfiReservedMemoryType 0x0001<BR>\n"
1109 "EfiLoaderCode 0x0002<BR>\n"
1110 "EfiLoaderData 0x0004<BR>\n"
1111 "EfiBootServicesCode 0x0008<BR>\n"
1112 "EfiBootServicesData 0x0010<BR>\n"
1113 "EfiRuntimeServicesCode 0x0020<BR>\n"
1114 "EfiRuntimeServicesData 0x0040<BR>\n"
1115 "EfiConventionalMemory 0x0080<BR>\n"
1116 "EfiUnusableMemory 0x0100<BR>\n"
1117 "EfiACPIReclaimMemory 0x0200<BR>\n"
1118 "EfiACPIMemoryNVS 0x0400<BR>\n"
1119 "EfiMemoryMappedIO 0x0800<BR>\n"
1120 "EfiMemoryMappedIOPortSpace 0x1000<BR>\n"
1121 "EfiPalCode 0x2000<BR>\n"
1122 "EfiPersistentMemory 0x4000<BR>\n"
1123 "OEM Reserved 0x4000000000000000<BR>\n"
1124 "OS Reserved 0x8000000000000000<BR>\n"
1125 "\n"
1126 "NOTE: User must NOT set NX protection for EfiLoaderCode / EfiBootServicesCode / EfiRuntimeServicesCode. <BR>\n"
1127 "User MUST set the same NX protection for EfiBootServicesData and EfiConventionalMemory. <BR>\n"
1128 "\n"
1129 "e.g. 0x7FD5 can be used for all memory except Code. <BR>\n"
1130 "e.g. 0x7BD4 can be used for all memory except Code and ACPINVS/Reserved. <BR>\n"
1131 ""
1132
1133 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPteMemoryEncryptionAddressOrMask_PROMPT #language en-US "The address mask when memory encryption is enabled."
1134
1135 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPteMemoryEncryptionAddressOrMask_HELP #language en-US "This PCD holds the address mask for page table entries when memory encryption is\n"
1136 "enabled on AMD processors supporting the Secure Encrypted Virtualization (SEV) feature.\n"
1137 "This mask should be applied when creating 1:1 virtual to physical mapping tables."
1138
1139 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleOnDiskSupport_PROMPT #language en-US "Enable Capsule On Disk support"
1140
1141 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleOnDiskSupport_HELP #language en-US "Capsule On Disk is to deliver capsules via files on Mass Storage device.<BR><BR>"
1142 "This PCD indicates if the Capsule On Disk is supported.<BR>"
1143 " TRUE - Capsule On Disk is supported.<BR>"
1144 " FALSE - Capsule On Disk is not supported.<BR>"
1145 "If platform does not use this feature, this PCD should be set to FALSE.<BR><BR>"
1146 "Two sulotions to deliver Capsule On Disk:<BR>"
1147 " a) If PcdCapsuleInRamSupport = TRUE, Load Capsule On Disk image out of TCB, and reuse Capsule In Ram to deliver capsule.<BR>"
1148 " b) If PcdCapsuleInRamSupport = FALSE, Relocate Capsule On Disk image to RootDir out of TCB, and reuse FatPei to load capsules from external storage.<BR>"
1149 "Note:<BR>"
1150 "If Both Capsule In Ram and Capsule On Disk are provisioned at the same time, the Capsule On Disk will be bypassed."
1151
1152 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleInRamSupport_PROMPT #language en-US "Enable Capsule In Ram support"
1153
1154 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCapsuleInRamSupport_HELP #language en-US "Capsule In Ram is to use memory to deliver the capsules that will be processed after system reset.<BR><BR>"
1155 "This PCD indicates if the Capsule In Ram is supported.<BR>"
1156 " TRUE - Capsule In Ram is supported.<BR>"
1157 " FALSE - Capsule In Ram is not supported."
1158
1159 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_PROMPT #language en-US "Capsule On Disk relacation device path."
1160
1161 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_HELP #language en-US "Full device path of plaform specific device to store Capsule On Disk temp relocation file.<BR>"
1162 "If this PCD is set, Capsule On Disk temp relocation file will be stored in the device specified by this PCD, instead of the EFI System Partition that stores capsule image file."
1163
1164 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdNullPointerDetectionPropertyMask_PROMPT #language en-US "Enable NULL pointer detection"
1165
1166 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdNullPointerDetectionPropertyMask_HELP #language en-US "Mask to control the NULL address detection in code for different phases.\n"
1167 " If enabled, accessing NULL address in UEFI or SMM code can be caught.\n\n"
1168 " BIT0 - Enable NULL pointer detection for UEFI.\n"
1169 " BIT1 - Enable NULL pointer detection for SMM.\n"
1170 " BIT2..6 - Reserved for future uses.\n"
1171 " BIT7 - Disable NULL pointer detection just after EndOfDxe."
1172 " This is a workaround for those unsolvable NULL access issues in"
1173 " OptionROM, boot loader, etc. It can also help to avoid unnecessary"
1174 " exception caused by legacy memory (0-4095) access after EndOfDxe,"
1175 " such as Windows 7 boot on Qemu.\n"
1176
1177 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdInitValueInTempStack_PROMPT #language en-US "Init Value in Temp Stack"
1178
1179 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdInitValueInTempStack_HELP #language en-US "Init Value in Temp Stack to be shared between SEC and PEI_CORE\n"
1180 "SEC fills the full temp stack with this values. When switch stack, PeiCore can check\n"
1181 "this value in the temp stack to know how many stack has been used.\n"
1182
1183 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPageType_PROMPT #language en-US "The memory type mask for Page Guard"
1184
1185 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPageType_HELP #language en-US "Indicates which type allocation need guard page.\n\n"
1186 " If a bit is set, a head guard page and a tail guard page will be added just\n"
1187 " before and after corresponding type of pages allocated if there's enough\n"
1188 " free pages for all of them. The page allocation for the type related to\n"
1189 " cleared bits keeps the same as ususal.\n\n"
1190 " This PCD is only valid if BIT0 and/or BIT2 are set in PcdHeapGuardPropertyMask.\n\n"
1191 " Below is bit mask for this PCD: (Order is same as UEFI spec)<BR>\n"
1192 " EfiReservedMemoryType 0x0000000000000001\n"
1193 " EfiLoaderCode 0x0000000000000002\n"
1194 " EfiLoaderData 0x0000000000000004\n"
1195 " EfiBootServicesCode 0x0000000000000008\n"
1196 " EfiBootServicesData 0x0000000000000010\n"
1197 " EfiRuntimeServicesCode 0x0000000000000020\n"
1198 " EfiRuntimeServicesData 0x0000000000000040\n"
1199 " EfiConventionalMemory 0x0000000000000080\n"
1200 " EfiUnusableMemory 0x0000000000000100\n"
1201 " EfiACPIReclaimMemory 0x0000000000000200\n"
1202 " EfiACPIMemoryNVS 0x0000000000000400\n"
1203 " EfiMemoryMappedIO 0x0000000000000800\n"
1204 " EfiMemoryMappedIOPortSpace 0x0000000000001000\n"
1205 " EfiPalCode 0x0000000000002000\n"
1206 " EfiPersistentMemory 0x0000000000004000\n"
1207 " OEM Reserved 0x4000000000000000\n"
1208 " OS Reserved 0x8000000000000000\n"
1209 " e.g. LoaderCode+LoaderData+BootServicesCode+BootServicesData are needed, 0x1E should be used.<BR>"
1210
1211 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPoolType_PROMPT #language en-US "The memory type mask for Pool Guard"
1212
1213 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPoolType_HELP #language en-US "Indicates which type allocation need guard page.\n\n"
1214 " If a bit is set, a head guard page and a tail guard page will be added just\n"
1215 " before and after corresponding type of pages which the allocated pool occupies,\n"
1216 " if there's enough free memory for all of them. The pool allocation for the\n"
1217 " type related to cleared bits keeps the same as ususal.\n\n"
1218 " This PCD is only valid if BIT1 and/or BIT3 are set in PcdHeapGuardPropertyMask.\n\n"
1219 " Below is bit mask for this PCD: (Order is same as UEFI spec)<BR>\n"
1220 " EfiReservedMemoryType 0x0000000000000001\n"
1221 " EfiLoaderCode 0x0000000000000002\n"
1222 " EfiLoaderData 0x0000000000000004\n"
1223 " EfiBootServicesCode 0x0000000000000008\n"
1224 " EfiBootServicesData 0x0000000000000010\n"
1225 " EfiRuntimeServicesCode 0x0000000000000020\n"
1226 " EfiRuntimeServicesData 0x0000000000000040\n"
1227 " EfiConventionalMemory 0x0000000000000080\n"
1228 " EfiUnusableMemory 0x0000000000000100\n"
1229 " EfiACPIReclaimMemory 0x0000000000000200\n"
1230 " EfiACPIMemoryNVS 0x0000000000000400\n"
1231 " EfiMemoryMappedIO 0x0000000000000800\n"
1232 " EfiMemoryMappedIOPortSpace 0x0000000000001000\n"
1233 " EfiPalCode 0x0000000000002000\n"
1234 " EfiPersistentMemory 0x0000000000004000\n"
1235 " OEM Reserved 0x4000000000000000\n"
1236 " OS Reserved 0x8000000000000000\n"
1237 " e.g. LoaderCode+LoaderData+BootServicesCode+BootServicesData are needed, 0x1E should be used.<BR>"
1238
1239
1240 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPropertyMask_PROMPT #language en-US "The Heap Guard feature mask"
1241
1242 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHeapGuardPropertyMask_HELP #language en-US "This mask is to control Heap Guard behavior.\n"
1243 " Note:\n"
1244 " a) Heap Guard is for debug purpose and should not be enabled in product"
1245 " BIOS.\n"
1246 " b) Due to the limit of pool memory implementation and the alignment"
1247 " requirement of UEFI spec, BIT7 is a try-best setting which cannot"
1248 " guarantee that the returned pool is exactly adjacent to head guard"
1249 " page or tail guard page.\n"
1250 " c) UEFI freed-memory guard and UEFI pool/page guard cannot be enabled"
1251 " at the same time.\n"
1252 " BIT0 - Enable UEFI page guard.<BR>\n"
1253 " BIT1 - Enable UEFI pool guard.<BR>\n"
1254 " BIT2 - Enable SMM page guard.<BR>\n"
1255 " BIT3 - Enable SMM pool guard.<BR>\n"
1256 " BIT4 - Enable UEFI freed-memory guard (Use-After-Free memory detection).<BR>\n"
1257 " BIT7 - The direction of Guard Page for Pool Guard.\n"
1258 " 0 - The returned pool is near the tail guard page.<BR>\n"
1259 " 1 - The returned pool is near the head guard page.<BR>"
1260
1261 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCpuStackGuard_PROMPT #language en-US "Enable UEFI Stack Guard"
1262
1263 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCpuStackGuard_HELP #language en-US "Indicates if UEFI Stack Guard will be enabled.\n"
1264 " If enabled, stack overflow in UEFI can be caught, preventing chaotic consequences.<BR><BR>\n"
1265 " TRUE - UEFI Stack Guard will be enabled.<BR>\n"
1266 " FALSE - UEFI Stack Guard will be disabled.<BR>"
1267
1268 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetNvStoreDefaultId_PROMPT #language en-US "NV Storage DefaultId"
1269
1270 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetNvStoreDefaultId_HELP #language en-US "This dynamic PCD enables the default variable setting.\n"
1271 " Its value is the default store ID value. The default value is zero as Standard default.\n"
1272 " When its value is set in PEI, it will trig the default setting to be applied as the default EFI variable.\n"
1273
1274 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdNvStoreDefaultValueBuffer_PROMPT #language en-US "NV Storage Default Value Buffer"
1275
1276 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdNvStoreDefaultValueBuffer_HELP #language en-US "This dynamic PCD holds the DynamicHii PCD value. Its value is the auto generated.\n"
1277
1278 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEdkiiFpdtStringRecordEnableOnly_PROMPT #language en-US "String FPDT Record Enable Only"
1279
1280 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdEdkiiFpdtStringRecordEnableOnly_HELP #language en-US "Control which FPDT record format will be used to store the performance entry.\n"
1281 "On TRUE, the string FPDT record will be used to store every performance entry.\n"
1282 "On FALSE, the different FPDT record will be used to store the different performance entries."
1283
1284 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress64_PROMPT #language en-US "64bit VPD base address"
1285
1286 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdVpdBaseAddress64_HELP #language en-US "VPD type PCD allows a developer to point to an absolute physical address PcdVpdBaseAddress64"
1287 "to store PCD value. It will be DynamicExDefault only."
1288 "It is used to set VPD region base address. So, it can't be DynamicExVpd PCD. Its value is"
1289 "required to be accessed in PcdDxe driver entry point. So, its value must be set in PEI phase."
1290 "It can't depend on EFI variable service, and can't be DynamicExHii PCD."
1291
1292 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUse5LevelPageTable_PROMPT #language en-US "Enable 5-Level Paging support in long mode"
1293
1294 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdUse5LevelPageTable_HELP #language en-US "Indicates if 5-Level Paging will be enabled in long mode. 5-Level Paging will not be enabled"
1295 "when the PCD is TRUE but CPU doesn't support 5-Level Paging."
1296 " TRUE - 5-Level Paging will be enabled."
1297 " FALSE - 5-Level Paging will not be enabled."