]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi
MdeModulePkg/BaseResetSystemLibNull.c: Change comments of ResetSystem
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / Main.vfi
CommitLineData
3cbfba02
DW
1//\r
2//\r
3// Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4// \r\r
9dc8036d
MK
5// SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
3cbfba02
DW
7// \r\r
8//\r
9//\r
10//\r
11// Module Name:\r
12//\r
13// Main.vfi\r
14//\r
15// Abstract:\r
16//\r
17// Driver Setup formset.\r
18//\r
19// Revision History:\r
20//\r
21// --*/\r
22\r
23form formid = ROOT_MAIN_FORM_ID,\r
24\r
25 title = STRING_TOKEN(STR_MAIN_TITLE);\r
26\r
27 subtitle text = STRING_TOKEN(STR_BIOS_INFORMATION_TITLE);\r
28\r
29 text\r
30 help = STRING_TOKEN(STR_NULL_STRING),\r
31 text = STRING_TOKEN(STR_IFWI_VERSION_STRING),\r
32 text = STRING_TOKEN(STR_IFWI_VERSION_VALUE),\r
33 flags = 0,\r
34 key = 0;\r
35\r
36 text\r
37 help = STRING_TOKEN(STR_NULL_STRING),\r
38 text = STRING_TOKEN(STR_BIOS_VERSION_STRING),\r
39 text = STRING_TOKEN(STR_BIOS_VERSION_VALUE),\r
40 flags = 0,\r
41 key = 0;\r
42\r
43 text\r
44 help = STRING_TOKEN(STR_NULL_STRING),\r
45 text = STRING_TOKEN(STR_BIOS_VENDOR_STRING),\r
46 text = STRING_TOKEN(STR_BIOS_VENDOR_VALUE),\r
47 flags = 0,\r
48 key = 0;\r
49\r
50 text\r
51 help = STRING_TOKEN(STR_NULL_STRING),\r
52 text = STRING_TOKEN(STR_CORE_VERSION_STRING),\r
53 text = STRING_TOKEN(STR_CORE_VERSION_VALUE),\r
54 flags = 0,\r
55 key = 0;\r
56\r
57 text\r
58 help = STRING_TOKEN(STR_NULL_STRING),\r
59 text = STRING_TOKEN(STR_BIOS_BUILD_TIME_STRING),\r
60 text = STRING_TOKEN(STR_BIOS_BUILD_TIME_VALUE),\r
61 flags = 0,\r
62 key = 0;\r
63\r
64 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
65\r
66 subtitle text = STRING_TOKEN(STR_PROCESSOR_INFO_STRING);\r
67 text\r
68 help = STRING_TOKEN(STR_NULL_STRING),\r
69 text = STRING_TOKEN(STR_PROCESSOR_VERSION_STRING),\r
70 text = STRING_TOKEN(STR_PROCESSOR_VERSION_VALUE),\r
71 flags = 0,\r
72 key = 0;\r
73\r
74 text\r
75 help = STRING_TOKEN(STR_NULL_STRING),\r
76 text = STRING_TOKEN(STR_PROCESSOR_SKU_STRING),\r
77 text = STRING_TOKEN(STR_PROCESSOR_SKU_VALUE),\r
78 flags = 0,\r
79 key = 0;\r
80\r
81 text\r
82 help = STRING_TOKEN(STR_NULL_STRING),\r
83 text = STRING_TOKEN(STR_PROCESSOR_SPEED_STRING),\r
84 text = STRING_TOKEN(STR_PROCESSOR_SPEED_VALUE),\r
85 flags = 0,\r
86 key = 0;\r
87\r
88 text\r
89 help = STRING_TOKEN(STR_NULL_STRING),\r
90 text = STRING_TOKEN(STR_PROCESSOR_ID_STRING),\r
91 text = STRING_TOKEN(STR_PROCESSOR_ID_VALUE),\r
92 flags = 0,\r
93 key = 0;\r
94\r
95 text\r
96 help = STRING_TOKEN(STR_NULL_STRING),\r
97 text = STRING_TOKEN(STR_PROCESSOR_MICROCODE_STRING),\r
98 text = STRING_TOKEN(STR_PROCESSOR_MICROCODE_VALUE),\r
99 flags = 0,\r
100 key = 0;\r
101\r
102 text\r
103 help = STRING_TOKEN(STR_NULL_STRING),\r
104 text = STRING_TOKEN(STR_PROCESSOR_CORE_STRING),\r
105 text = STRING_TOKEN(STR_PROCESSOR_CORE_VALUE),\r
106 flags = 0,\r
107 key = 0;\r
108\r
109 text\r
110 help = STRING_TOKEN(STR_NULL_STRING),\r
111 text = STRING_TOKEN(STR_EM64T_CAPABILITY_STRING),\r
112 text = STRING_TOKEN(STR_EM64T_CAPABILITY_VALUE),\r
113 flags = 0,\r
114 key = 0;\r
115\r
116 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
117\r
118 goto PLATFORM_INFORMATION_FORM_ID,\r
119 prompt = STRING_TOKEN(STR_PLATFORM_INFORMATION_TITLE),\r
120 help = STRING_TOKEN(STR_PLATFORM_INFORMATION_HELP);\r
121\r
122 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
123 //\r
124 // Date and Time section\r
125 //\r
126 date year varid = Date.Year, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from\r
127 prompt = STRING_TOKEN(STR_DATE_PROMPT),\r
128 help = STRING_TOKEN(STR_DATE_YEAR_HELP),\r
129 minimum = 2003,\r
130 maximum = 2100,\r
131 step = 1,\r
132 default = 2003,\r
133\r
134 month varid = Date.Month, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from\r
135 prompt = STRING_TOKEN(STR_DATE_PROMPT),\r
136 help = STRING_TOKEN(STR_DATE_MONTH_HELP),\r
137 minimum = 1,\r
138 maximum = 12,\r
139 step = 1,\r
140 default = 1,\r
141\r
142 day varid = Date.Day, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from\r
143 prompt = STRING_TOKEN(STR_DATE_PROMPT),\r
144 help = STRING_TOKEN(STR_DATE_DAY_HELP),\r
145 minimum = 1,\r
146 maximum = 31,\r
147 step = 0x1,\r
148 default = 1,\r
149\r
150 // If the day is 31 AND months is any of the following 2, 4, 6, 9, 11\r
151 inconsistentif prompt = STRING_TOKEN(STR_ERROR_POPUP),\r
152 ideqval Date.Day == 31\r
153 AND\r
154 ideqvallist Date.Month == 2 4 6 9 11\r
155 endif\r
156\r
157 // If the day is 30 AND month is 2\r
158 inconsistentif prompt = STRING_TOKEN(STR_ERROR_POPUP),\r
159 ideqval Date.Day == 30\r
160 AND\r
161 ideqval Date.Month == 2\r
162 endif\r
163\r
164 // If the day is 29 AND month is 2 AND it year is NOT a leapyear\r
165 inconsistentif prompt = STRING_TOKEN(STR_ERROR_POPUP),\r
166 ideqval Date.Day == 0x29\r
167 AND\r
168 ideqval Date.Month == 2\r
169 AND\r
170 NOT\r
171 ideqvallist Date.Year == 2004 2008 2012 2016 2020 2024 2028 2032 2036 2040 2044 2048 2052 2056 2060 2064 2068 2072 2076 2080 2084 2088 2092 2096\r
172 endif\r
173\r
174 enddate;\r
175\r
176 time hour varid = Time.Hours, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from\r
177 prompt = STRING_TOKEN(STR_TIME_PROMPT),\r
178 help = STRING_TOKEN(STR_TIME_HOUR_HELP),\r
179 minimum = 0,\r
180 maximum = 23,\r
181 step = 1,\r
182 default = 0,\r
183\r
184 minute varid = Time.Minutes, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from\r
185 prompt = STRING_TOKEN(STR_TIME_PROMPT),\r
186 help = STRING_TOKEN(STR_TIME_MINUTE_HELP),\r
187 minimum = 0,\r
188 maximum = 59,\r
189 step = 1,\r
190 default = 0,\r
191\r
192 second varid = Time.Seconds, // Note that it is a member of NULL, so the RTC will be the system resource to retrieve and save from\r
193 prompt = STRING_TOKEN(STR_TIME_PROMPT),\r
194 help = STRING_TOKEN(STR_TIME_SECOND_HELP),\r
195 minimum = 0,\r
196 maximum = 59,\r
197 step = 1,\r
198 default = 0,\r
199 endtime;\r
200\r
201endform;\r
202\r
203form formid = PLATFORM_INFORMATION_FORM_ID,\r
204\r
205 title = STRING_TOKEN(STR_PLATFORM_INFORMATION_TITLE);\r
206\r
207 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
208\r
209 subtitle text = STRING_TOKEN(STR_PLATFORM_FIRMWARE_STRING);\r
210 text\r
211 help = STRING_TOKEN(STR_NULL_STRING),\r
212 text = STRING_TOKEN(STR_SOC_STRING),\r
213 text = STRING_TOKEN(STR_SOC_VALUE),\r
214 flags = 0,\r
215 key = 0;\r
216\r
217 text\r
218 help = STRING_TOKEN(STR_NULL_STRING),\r
219 text = STRING_TOKEN(STR_MRC_VERSION_STRING),\r
220 text = STRING_TOKEN(STR_MRC_VERSION_VALUE),\r
221 flags = 0,\r
222 key = 0;\r
223\r
224 text\r
225 help = STRING_TOKEN(STR_NULL_STRING),\r
226 text = STRING_TOKEN(STR_PUNIT_FW_STRING),\r
227 text = STRING_TOKEN(STR_PUNIT_FW_VALUE),\r
228 flags = 0,\r
229 key = 0;\r
230\r
231 text\r
232 help = STRING_TOKEN(STR_NULL_STRING),\r
233 text = STRING_TOKEN(STR_PMC_FW_STRING),\r
234 text = STRING_TOKEN(STR_PMC_FW_VALUE),\r
235 flags = 0,\r
236 key = 0;\r
237\r
238 text\r
239 help = STRING_TOKEN(STR_NULL_STRING),\r
240 text = STRING_TOKEN(STR_KSC_FW_STRING),\r
241 text = STRING_TOKEN(STR_KSC_FW_VALUE),\r
242 flags = 0,\r
243 key = 0;\r
244\r
245 text\r
246 help = STRING_TOKEN(STR_NULL_STRING),\r
247 text = STRING_TOKEN(STR_SEC_VERSION_STRING),\r
248 text = STRING_TOKEN(STR_SEC_VERSION_VALUE),\r
249 flags = 0,\r
250 key = 0;\r
251\r
252 suppressif ideqval Setup.GOPEnable == 0;\r
253 text\r
254 help = STRING_TOKEN(STR_NULL_STRING),\r
255 text = STRING_TOKEN(STR_GOP_STRING),\r
256 text = STRING_TOKEN(STR_GOP_VALUE),\r
257 flags = 0,\r
258 key = 0;\r
259 endif;\r
260\r
261 suppressif ideqval Setup.GOPEnable == 1;\r
262 text\r
263 help = STRING_TOKEN(STR_CHIP_IGD_VBIOS_REV_HELP),\r
264 text = STRING_TOKEN(STR_CHIP_IGD_VBIOS_REV_NAME),\r
265 text = STRING_TOKEN(STR_CHIP_IGD_VBIOS_REV_VALUE),\r
266 flags = 0,\r
267 key = 0;\r
268 endif;\r
269\r
270 text\r
271 help = STRING_TOKEN(STR_CPU_FLAVOR_HELP),\r
272 text = STRING_TOKEN(STR_CPU_FLAVOR_NAME),\r
273 text = STRING_TOKEN(STR_CPU_FLAVOR_VALUE),\r
274 flags = 0,\r
275 key = 0;\r
276\r
277 text\r
278 help = STRING_TOKEN(STR_BOARD_ID_HELP),\r
279 text = STRING_TOKEN(STR_BOARD_ID_NAME),\r
280 text = STRING_TOKEN(STR_BOARD_ID_VALUE),\r
281 flags = 0,\r
282 key = 0;\r
283\r
284 text\r
285 help = STRING_TOKEN(STR_FAB_ID_HELP),\r
286 text = STRING_TOKEN(STR_FAB_ID_STRING),\r
287 text = STRING_TOKEN(STR_FAB_ID_VALUE),\r
288 flags = 0,\r
289 key = 0;\r
290\r
291\r
292 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
293\r
294 subtitle text = STRING_TOKEN(STR_MEMORY_INFORMATION_STRING);\r
295 text\r
296 help = STRING_TOKEN(STR_NULL_STRING),\r
297 text = STRING_TOKEN(STR_TOTAL_MEMORY_SIZE_PROMPT),\r
298 text = STRING_TOKEN(STR_TOTAL_MEMORY_SIZE_VALUE),\r
299 flags = 0,\r
300 key = 0;\r
301\r
302 text\r
303 help = STRING_TOKEN(STR_NULL_STRING),\r
304 text = STRING_TOKEN(STR_SYSTEM_MEMORY_SPEED_STRING),\r
305 text = STRING_TOKEN(STR_SYSTEM_MEMORY_SPEED_VALUE),\r
306 flags = 0,\r
307 key = 0;\r
308\r
309 text\r
310 help = STRING_TOKEN(STR_NULL_STRING),\r
311 text = STRING_TOKEN(STR_PROCESSOR_L1_DATA_CACHE_STRING),\r
312 text = STRING_TOKEN(STR_PROCESSOR_L1_DATA_CACHE_VALUE),\r
313 flags = 0,\r
314 key = 0;\r
315\r
316 text\r
317 help = STRING_TOKEN(STR_NULL_STRING),\r
318 text = STRING_TOKEN(STR_PROCESSOR_L1_INSTR_CACHE_STRING),\r
319 text = STRING_TOKEN(STR_PROCESSOR_L1_INSTR_CACHE_VALUE),\r
320 flags = 0,\r
321 key = 0;\r
322\r
323 text\r
324 help = STRING_TOKEN(STR_NULL_STRING),\r
325 text = STRING_TOKEN(STR_PROCESSOR_L2_CACHE_STRING),\r
326 text = STRING_TOKEN(STR_PROCESSOR_L2_CACHE_VALUE),\r
327 flags = 0,\r
328 key = 0;\r
329\r
330endform;\r
331\r