1 | // /** @file
|
---|
2 | // This Package provides UEFI compatible CPU modules and libraries.
|
---|
3 | //
|
---|
4 | // This Package provides UEFI compatible CPU modules and libraries.
|
---|
5 | //
|
---|
6 | // Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.<BR>
|
---|
7 | //
|
---|
8 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | //
|
---|
10 | // **/
|
---|
11 |
|
---|
12 | #string STR_PACKAGE_ABSTRACT #language en-US "Provides UEFI compatible CPU modules and libraries"
|
---|
13 |
|
---|
14 | #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides UEFI compatible CPU modules and libraries."
|
---|
15 |
|
---|
16 |
|
---|
17 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuLocalApicBaseAddress_PROMPT #language en-US "Configure base address of CPU Local APIC"
|
---|
18 |
|
---|
19 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuLocalApicBaseAddress_HELP #language en-US "This value is the CPU Local APIC base address, which aligns the address on a 4-KByte boundary."
|
---|
20 |
|
---|
21 | #string STR_gUefiCpuPkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
|
---|
22 |
|
---|
23 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuInitIpiDelayInMicroSeconds_PROMPT #language en-US "Configure delay value after send an INIT IPI"
|
---|
24 |
|
---|
25 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuInitIpiDelayInMicroSeconds_HELP #language en-US "Specifies delay value in microseconds after sending out an INIT IPI."
|
---|
26 |
|
---|
27 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMaxLogicalProcessorNumber_PROMPT #language en-US "Configure max supported number of Logical Processors"
|
---|
28 |
|
---|
29 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMaxLogicalProcessorNumber_HELP #language en-US "Specifies max supported number of Logical Processors."
|
---|
30 |
|
---|
31 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApStackSize_PROMPT #language en-US "Configure stack size for Application Processor (AP)"
|
---|
32 |
|
---|
33 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApStackSize_HELP #language en-US "This value specifies the Application Processor (AP) stack size, used for Mp Service, which must\n"
|
---|
34 | "aligns the address on a 4-KByte boundary."
|
---|
35 |
|
---|
36 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApInitTimeOutInMicroSeconds_PROMPT #language en-US "Timeout for the BSP to detect all APs for the first time."
|
---|
37 |
|
---|
38 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApInitTimeOutInMicroSeconds_HELP #language en-US "Specifies timeout value in microseconds for the BSP to detect all APs for the first time."
|
---|
39 |
|
---|
40 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuBootLogicalProcessorNumber_PROMPT #language en-US "Number of Logical Processors available after platform reset."
|
---|
41 |
|
---|
42 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuBootLogicalProcessorNumber_HELP #language en-US "Specifies the number of Logical Processors that are available in the preboot environment after platform reset, including BSP and APs."
|
---|
43 |
|
---|
44 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMicrocodePatchAddress_PROMPT #language en-US "Microcode Region base address."
|
---|
45 |
|
---|
46 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMicrocodePatchAddress_HELP #language en-US "Specifies the base address of the first microcode Patch in the microcode Region."
|
---|
47 |
|
---|
48 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMicrocodePatchRegionSize_PROMPT #language en-US "Microcode Region size."
|
---|
49 |
|
---|
50 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMicrocodePatchRegionSize_HELP #language en-US "Specifies the size of the microcode Region."
|
---|
51 |
|
---|
52 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileEnable_PROMPT #language en-US "Enable SMM Profile"
|
---|
53 |
|
---|
54 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileEnable_HELP #language en-US "Indicates if SMM Profile will be enabled.\n"
|
---|
55 | "If enabled, instruction executions in and data accesses to memory outside of SMRAM will be logged.\n"
|
---|
56 | "It could not be enabled at the same time with SMM static page table feature (PcdCpuSmmStaticPageTable).\n"
|
---|
57 | "This PCD is only for validation purpose. It should be set to false in production.<BR><BR>\n"
|
---|
58 | "TRUE - SMM Profile will be enabled.<BR>\n"
|
---|
59 | "FALSE - SMM Profile will be disabled.<BR>"
|
---|
60 |
|
---|
61 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileRingBuffer_PROMPT #language en-US "The SMM profile log buffer is a ring buffer"
|
---|
62 |
|
---|
63 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileRingBuffer_HELP #language en-US "Indicates if the SMM profile log buffer is a ring buffer. If disabled, no additional log can be done when the buffer is full.<BR><BR>\n"
|
---|
64 | "TRUE - the SMM profile log buffer is a ring buffer.<BR>\n"
|
---|
65 | "FALSE - the SMM profile log buffer is a normal buffer.<BR>"
|
---|
66 |
|
---|
67 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmBlockStartupThisAp_PROMPT #language en-US "SMM Startup AP in a blocking fashion"
|
---|
68 |
|
---|
69 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmBlockStartupThisAp_HELP #language en-US "Indicates if SMM Startup AP in a blocking fashion.\n"
|
---|
70 | "TRUE - SMM Startup AP in a blocking fashion.<BR>\n"
|
---|
71 | "FALSE - SMM Startup AP in a non-blocking fashion.<BR>"
|
---|
72 |
|
---|
73 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackGuard_PROMPT #language en-US "Enable SMM Stack Guard"
|
---|
74 |
|
---|
75 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackGuard_HELP #language en-US "Indicates if SMM Stack Guard will be enabled. If enabled, stack overflow in SMM can be caught, which eases debugging.<BR><BR>\n"
|
---|
76 | "TRUE - SMM Stack Guard will be enabled.<BR>\n"
|
---|
77 | "FALSE - SMM Stack Guard will be disabled.<BR>"
|
---|
78 |
|
---|
79 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmEnableBspElection_PROMPT #language en-US "Enable BSP election in SMM"
|
---|
80 |
|
---|
81 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmEnableBspElection_HELP #language en-US "Indicates if BSP election in SMM will be enabled. If enabled, a BSP will be dynamically elected among all processors in each SMI. Otherwise, processor 0 is always as BSP in each SMI.<BR><BR>\n"
|
---|
82 | "TRUE - BSP election in SMM will be enabled.<BR>\n"
|
---|
83 | "FALSE - BSP election in SMM will be disabled.<BR>"
|
---|
84 |
|
---|
85 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuHotPlugSupport_PROMPT #language en-US "SMM CPU hot-plug"
|
---|
86 |
|
---|
87 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuHotPlugSupport_HELP #language en-US "Enable CPU SMM hot-plug?<BR><BR>\n"
|
---|
88 | "TRUE - enabled.<BR>\n"
|
---|
89 | "FALSE - disabled.<BR>"
|
---|
90 |
|
---|
91 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmDebug_PROMPT #language en-US "Enable SMM Debug"
|
---|
92 |
|
---|
93 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmDebug_HELP #language en-US "Indicates if SMM Debug will be enabled. If enabled, hardware breakpoints in SMRAM can be set outside of SMM mode and take effect in SMM.<BR><BR>\n"
|
---|
94 | "TRUE - SMM Debug will be enabled.<BR>\n"
|
---|
95 | "FALSE - SMM Debug will be disabled.<BR>"
|
---|
96 |
|
---|
97 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmFeatureControlMsrLock_PROMPT #language en-US "Lock SMM Feature Control MSR"
|
---|
98 |
|
---|
99 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmFeatureControlMsrLock_HELP #language en-US "Lock SMM Feature Control MSR?<BR><BR>\n"
|
---|
100 | "TRUE - locked.<BR>\n"
|
---|
101 | "FALSE - unlocked.<BR>"
|
---|
102 |
|
---|
103 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSmrrEnable_PROMPT #language en-US "Indicates if SMRR will be enabled."
|
---|
104 |
|
---|
105 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSmrrEnable_HELP #language en-US "Indicates if SMRR will be enabled.<BR><BR>\n"
|
---|
106 | "TRUE - SMRR will be enabled.<BR>\n"
|
---|
107 | "FALSE - SMRR will not be enabled.<BR>"
|
---|
108 |
|
---|
109 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSmmFeatureControlEnable_PROMPT #language en-US "Indicates if SmmFeatureControl will be enabled."
|
---|
110 |
|
---|
111 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSmmFeatureControlEnable_HELP #language en-US "Indicates if SmmFeatureControl will be enabled.<BR><BR>\n"
|
---|
112 | "TRUE - SmmFeatureControl will be enabled.<BR>\n"
|
---|
113 | "FALSE - SmmFeatureControl will not be enabled.<BR>"
|
---|
114 |
|
---|
115 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdPeiTemporaryRamStackSize_PROMPT #language en-US "Stack size in the temporary RAM"
|
---|
116 |
|
---|
117 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdPeiTemporaryRamStackSize_HELP #language en-US "Specifies stack size in the temporary RAM. 0 means half of TemporaryRamSize."
|
---|
118 |
|
---|
119 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileSize_PROMPT #language en-US "SMM profile data buffer size"
|
---|
120 |
|
---|
121 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileSize_HELP #language en-US "Specifies buffer size in bytes to save SMM profile data. The value should be a multiple of 4KB."
|
---|
122 |
|
---|
123 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackSize_PROMPT #language en-US "Processor stack size in SMM"
|
---|
124 |
|
---|
125 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStackSize_HELP #language en-US "Specifies stack size in bytes for each processor in SMM."
|
---|
126 |
|
---|
127 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmShadowStackSize_PROMPT #language en-US "Processor shadow stack size in SMM."
|
---|
128 |
|
---|
129 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmShadowStackSize_HELP #language en-US "Specifies shadow stack size in bytes for each processor in SMM."
|
---|
130 |
|
---|
131 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmApSyncTimeout_PROMPT #language en-US "AP synchronization timeout value in SMM"
|
---|
132 |
|
---|
133 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmApSyncTimeout_HELP #language en-US "Specifies timeout value in microseconds for the BSP in SMM to wait for all APs to come into SMM."
|
---|
134 |
|
---|
135 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmCodeAccessCheckEnable_PROMPT #language en-US "SMM Code Access Check"
|
---|
136 |
|
---|
137 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmCodeAccessCheckEnable_HELP #language en-US "Enable SMM Code Access Check? If enabled, the SMM handler cannot execute the code outside SMM regions. This PCD is suggested to TRUE in production image.<BR><BR>\n"
|
---|
138 | "TRUE - SMM Code Access Check will be enabled.<BR>\n"
|
---|
139 | "FALSE - SMM Code Access Check will be disabled.<BR>"
|
---|
140 |
|
---|
141 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmSyncMode_PROMPT #language en-US "SMM CPU Synchronization Method"
|
---|
142 |
|
---|
143 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmSyncMode_HELP #language en-US "Indicates the CPU synchronization method used when processing an SMI.<BR><BR>\n"
|
---|
144 | "0x00 - Traditional CPU synchronization method.<BR>\n"
|
---|
145 | "0x01 - Relaxed CPU synchronization method.<BR>"
|
---|
146 |
|
---|
147 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuS3DataAddress_PROMPT #language en-US "The pointer to a CPU S3 data buffer"
|
---|
148 |
|
---|
149 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuS3DataAddress_HELP #language en-US "Contains the pointer to a CPU S3 data buffer of structure ACPI_CPU_DATA."
|
---|
150 |
|
---|
151 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuHotPlugDataAddress_PROMPT #language en-US "The pointer to CPU Hot Plug Data"
|
---|
152 |
|
---|
153 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuHotPlugDataAddress_HELP #language en-US "Contains the pointer to a CPU Hot Plug Data structure if CPU hot-plug is supported."
|
---|
154 |
|
---|
155 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuNumberOfReservedVariableMtrrs_PROMPT #language en-US "Number of reserved variable MTRRs"
|
---|
156 |
|
---|
157 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuNumberOfReservedVariableMtrrs_HELP #language en-US "Specifies the number of variable MTRRs reserved for OS use."
|
---|
158 |
|
---|
159 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApLoopMode_PROMPT #language en-US "The AP wait loop state"
|
---|
160 |
|
---|
161 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApLoopMode_HELP #language en-US "Specifies the AP wait loop state during POST phase."
|
---|
162 |
|
---|
163 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_PROMPT #language en-US "The specified AP target C-state for Mwait"
|
---|
164 |
|
---|
165 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApTargetCstate_HELP #language en-US "Specifies the AP target C-state for Mwait during POST phase."
|
---|
166 |
|
---|
167 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_PROMPT #language en-US "Use static page table for all memory in SMM."
|
---|
168 |
|
---|
169 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStaticPageTable_HELP #language en-US "Indicates if SMM uses static page table.\n"
|
---|
170 | "If enabled, SMM will not use on-demand paging. SMM will build static page table for all memory.\n"
|
---|
171 | "This flag only impacts X64 build, because SMM always builds static page table for IA32.\n"
|
---|
172 | "It could not be enabled at the same time with SMM profile feature (PcdCpuSmmProfileEnable).\n"
|
---|
173 | "It could not be enabled also at the same time with heap guard feature for SMM\n"
|
---|
174 | "(PcdHeapGuardPropertyMask in MdeModulePkg).<BR><BR>\n"
|
---|
175 | "TRUE - SMM uses static page table for all memory.<BR>\n"
|
---|
176 | "FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G memory.<BR>"
|
---|
177 |
|
---|
178 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStmExceptionStackSize_PROMPT #language en-US "STM exception stack size."
|
---|
179 |
|
---|
180 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmStmExceptionStackSize_HELP #language en-US "Specifies buffer size in bytes for STM exception stack. The value should be a multiple of 4KB."
|
---|
181 |
|
---|
182 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMsegSize_PROMPT #language en-US "MSEG size."
|
---|
183 |
|
---|
184 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuMsegSize_HELP #language en-US "Specifies buffer size in bytes of MSEG. The value should be a multiple of 4KB."
|
---|
185 |
|
---|
186 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSupport_PROMPT #language en-US "Supported CPU features."
|
---|
187 |
|
---|
188 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSupport_HELP #language en-US "Specifies the supported CPU features bit in array."
|
---|
189 |
|
---|
190 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesInitAfterSmmRelocation_PROMPT #language en-US "If CPU features will be initialized after SMM relocation."
|
---|
191 |
|
---|
192 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesInitAfterSmmRelocation_HELP #language en-US "Specifies if CPU features will be initialized after SMM relocation."
|
---|
193 |
|
---|
194 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesInitOnS3Resume_PROMPT #language en-US "If CPU features will be initialized during S3 resume."
|
---|
195 |
|
---|
196 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesInitOnS3Resume_HELP #language en-US "Specifies if CPU features will be initialized during S3 resume."
|
---|
197 |
|
---|
198 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesUserConfiguration_PROMPT #language en-US "User settings for enabling/disabling processor features."
|
---|
199 |
|
---|
200 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesUserConfiguration_HELP #language en-US "Specifies user's desired settings for enabling/disabling processor features."
|
---|
201 |
|
---|
202 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuClockModulationDutyCycle_PROMPT #language en-US "The encoded values for target duty cycle modulation."
|
---|
203 |
|
---|
204 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuClockModulationDutyCycle_HELP #language en-US "Specifies the On-demand clock modulation duty cycle when ACPI feature is enabled."
|
---|
205 |
|
---|
206 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdIsPowerOnReset_PROMPT #language en-US "Current boot is a power-on reset."
|
---|
207 |
|
---|
208 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdIsPowerOnReset_HELP #language en-US "Indicates if the current boot is a power-on reset."
|
---|
209 |
|
---|
210 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmRestrictedMemoryAccess_PROMPT #language en-US "Access to non-SMRAM memory is restricted to reserved, runtime and ACPI NVS type after SmmReadyToLock."
|
---|
211 |
|
---|
212 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmRestrictedMemoryAccess_HELP #language en-US "Indicate access to non-SMRAM memory is restricted to reserved, runtime and ACPI NVS type after SmmReadyToLock.<BR><BR>\n"
|
---|
213 | "MMIO access is always allowed regardless of the value of this PCD.<BR>\n"
|
---|
214 | "Loose of such restriction is only required by RAS components in X64 platforms.<BR>\n"
|
---|
215 | "The PCD value is considered as constantly TRUE in IA32 platforms.<BR>\n"
|
---|
216 | "When the PCD value is TRUE, page table is initialized to cover all memory spaces<BR>\n"
|
---|
217 | "and the memory occupied by page table is protected by page table itself as read-only.<BR>\n"
|
---|
218 | "In X64 build, it cannot be enabled at the same time with SMM profile feature (PcdCpuSmmProfileEnable).<BR>\n"
|
---|
219 | "In X64 build, it could not be enabled also at the same time with heap guard feature for SMM<BR>\n"
|
---|
220 | "(PcdHeapGuardPropertyMask in MdeModulePkg).<BR>\n"
|
---|
221 | "In IA32 build, page table memory is not marked as read-only when either SMM profile feature (PcdCpuSmmProfileEnable)<BR>\n"
|
---|
222 | "or heap guard feature for SMM (PcdHeapGuardPropertyMask in MdeModulePkg) is enabled.<BR>\n"
|
---|
223 | "TRUE - Access to non-SMRAM memory is restricted to reserved, runtime and ACPI NVS type after SmmReadyToLock.<BR>\n"
|
---|
224 | "FALSE - Access to any type of non-SMRAM memory after SmmReadyToLock is allowed.<BR>"
|
---|
225 |
|
---|
226 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesCapability_PROMPT #language en-US "Processor feature capabilities."
|
---|
227 |
|
---|
228 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesCapability_HELP #language en-US "Indicates processor feature capabilities, each bit corresponding to a specific feature."
|
---|
229 |
|
---|
230 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_PROMPT #language en-US "Actual processor feature settings."
|
---|
231 |
|
---|
232 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuFeaturesSetting_HELP #language en-US "Specifies actual settings for processor features, each bit corresponding to a specific feature."
|
---|
233 |
|
---|
234 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_PROMPT #language en-US "Memory size used by Processor Trace feature."
|
---|
235 |
|
---|
236 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceMemSize_HELP #language en-US "User input the size of memory required when CPU processor trace is enabled.<BR><BR>\n"
|
---|
237 | "Processor trace is enabled through set BIT44(CPU_FEATURE_PROC_TRACE) in PcdCpuFeaturesSetting.<BR><BR>\n"
|
---|
238 | "This PCD is ignored if CPU processor trace is disabled.<BR><BR>\n"
|
---|
239 | "Default value is 0x00 which means 4KB of memory is allocated if CPU processor trace is enabled.<BR>\n"
|
---|
240 | "0x0 - 4K.<BR>\n"
|
---|
241 | "0x1 - 8K.<BR>\n"
|
---|
242 | "0x2 - 16K.<BR>\n"
|
---|
243 | "0x3 - 32K.<BR>\n"
|
---|
244 | "0x4 - 64K.<BR>\n"
|
---|
245 | "0x5 - 128K.<BR>\n"
|
---|
246 | "0x6 - 256K.<BR>\n"
|
---|
247 | "0x7 - 512K.<BR>\n"
|
---|
248 | "0x8 - 1M.<BR>\n"
|
---|
249 | "0x9 - 2M.<BR>\n"
|
---|
250 | "0xA - 4M.<BR>\n"
|
---|
251 | "0xB - 8M.<BR>\n"
|
---|
252 | "0xC - 16M.<BR>\n"
|
---|
253 | "0xD - 32M.<BR>\n"
|
---|
254 | "0xE - 64M.<BR>\n"
|
---|
255 | "0xF - 128M.<BR>\n"
|
---|
256 |
|
---|
257 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_PROMPT #language en-US "Processor Trace output scheme type."
|
---|
258 |
|
---|
259 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuProcTraceOutputScheme_HELP #language en-US "User input the processor trace output scheme when CPU processor trace is enabled.<BR><BR>\n"
|
---|
260 | "Processor trace is enabled through set BIT44(CPU_FEATURE_PROC_TRACE) in PcdCpuFeaturesSetting.<BR><BR>\n"
|
---|
261 | "This PCD is ignored if CPU processor trace is disabled.<BR><BR>\n"
|
---|
262 | "Default value is 0 which means single range output scheme will be used if CPU processor trace is enabled.<BR>\n"
|
---|
263 | "0 - Single Range output scheme.<BR>\n"
|
---|
264 | "1 - ToPA(Table of physical address) scheme.<BR>\n"
|
---|
265 |
|
---|
266 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuStackSwitchExceptionList_PROMPT #language en-US "Specify exception vectors which need switching stack."
|
---|
267 |
|
---|
268 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuStackSwitchExceptionList_HELP #language en-US "List of exception vectors which need switching stack.\n"
|
---|
269 | "This PCD will only take into effect if PcdCpuStackGuard is enabled.n"
|
---|
270 | "By default exception #DD(8), #PF(14) are supported.n"
|
---|
271 |
|
---|
272 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuKnownGoodStackSize_PROMPT #language en-US "Specify size of good stack of exception which need switching stack."
|
---|
273 |
|
---|
274 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuKnownGoodStackSize_HELP #language en-US "Size of good stack for an exception.\n"
|
---|
275 | "This PCD will only take into effect if PcdCpuStackGuard is enabled.\n"
|
---|
276 |
|
---|
277 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuCoreCrystalClockFrequency_PROMPT #language en-US "Specifies CPUID Leaf 0x15 Time Stamp Counter and Nominal Core Crystal Clock Frequency."
|
---|
278 |
|
---|
279 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuCoreCrystalClockFrequency_HELP #language en-US "Specifies CPUID Leaf 0x15 Time Stamp Counter and Nominal Core Crystal Clock Frequency.<BR><BR>\n"
|
---|
280 | "TSC Frequency = ECX (core crystal clock frequency) * EBX/EAX.<BR><BR>\n"
|
---|
281 | "This PCD is the nominal frequency of the core crystal clock in Hz as is CPUID Leaf 0x15:ECX.<BR><BR>\n"
|
---|
282 | "Default value is 24000000 for 6th and 7th generation Intel Core processors and Intel Xeon W Processor Family.<BR>\n"
|
---|
283 | "25000000 - Intel Xeon Processor Scalable Family with CPUID signature 06_55H(25MHz).<BR>\n"
|
---|
284 | "24000000 - 6th and 7th generation Intel Core processors and Intel Xeon W Processor Family(24MHz).<BR>\n"
|
---|
285 | "19200000 - Intel Atom processors based on Goldmont Microarchitecture with CPUID signature 06_5CH(19.2MHz).<BR>\n"
|
---|
286 |
|
---|
287 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmMpTokenCountPerChunk_PROMPT #language en-US "Specify the count of pre allocated SMM MP tokens per chunk.\n"
|
---|
288 |
|
---|
289 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmMpTokenCountPerChunk_HELP #language en-US "This value used to specify the count of pre allocated SMM MP tokens per chunk.\n"
|
---|
290 |
|
---|
291 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApStatusCheckIntervalInMicroSeconds_PROMPT #language en-US "Periodic interval value in microseconds for AP status check in DXE.\n"
|
---|
292 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuApStatusCheckIntervalInMicroSeconds_HELP #language en-US "Periodic interval value in microseconds for the status check of APs for StartupAllAPs() and StartupThisAP() executed in non-blocking mode in DXE phase.\n"
|
---|
293 |
|
---|
294 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSevEsIsEnabled_PROMPT #language en-US "Specifies whether SEV-ES is enabled"
|
---|
295 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSevEsIsEnabled_HELP #language en-US "Set to TRUE when running as an SEV-ES guest, FALSE otherwise."
|
---|
296 |
|
---|
297 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSevEsWorkAreaBase_PROMPT #language en-US "Specify the address of the SEV-ES work area"
|
---|
298 |
|
---|
299 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSevEsWorkAreaBase_HELP #language en-US "Specifies the address of the work area used by an SEV-ES guest."
|
---|
300 |
|
---|
301 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSevEsWorkAreaSize_PROMPT #language en-US "Specify the size of the SEV-ES work area"
|
---|
302 |
|
---|
303 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdSevEsWorkAreaSize_HELP #language en-US "Specifies the size of the work area used by an SEV-ES guest."
|
---|