]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / UnCore.vfi
1 //
2 //
3 // Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4 //
5 // This program and the accompanying materials are licensed and made available under
6 // the terms and conditions of the BSD License that accompanies this distribution.
7 // The full text of the license may be found at
8 // http://opensource.org/licenses/bsd-license.php.
9 //
10 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 //
13 //
14 //
15 //
16 // Module Name:
17 //
18 // UncoreConfiguration.vfi
19 //
20 // Abstract:
21 //
22 // Driver Setup formset.
23 //
24
25
26 // --*/
27
28 form formid = UNCORE_FORM_ID,
29 title = STRING_TOKEN(STR_UNCORE_CONFIGURATION_TITLE);
30
31 subtitle text = STRING_TOKEN(STR_GOP_TITLE);
32
33 oneof varid = Setup.GOPEnable,
34 prompt = STRING_TOKEN(STR_GOP_VBIOS_SWITCH),
35 help = STRING_TOKEN(STR_GOP_VBIOS_SWITCH_HELP),
36 option text = STRING_TOKEN(STR_ENABLE), value =1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
37 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
38 endoneof;
39
40 oneof varid = Setup.GOPBrightnessLevel,
41 prompt = STRING_TOKEN(STR_GOP_BRIGHTNESS_LEVEL),
42 help = STRING_TOKEN(STR_GOP_BRIGHTNESS_LEVEL_HELP),
43 option text = STRING_TOKEN(STR_GOP_BRIGHT_20), value =2, flags = RESET_REQUIRED;
44 option text = STRING_TOKEN(STR_GOP_BRIGHT_40), value =3, flags = RESET_REQUIRED;
45 option text = STRING_TOKEN(STR_GOP_BRIGHT_60), value =4, flags = RESET_REQUIRED;
46 option text = STRING_TOKEN(STR_GOP_BRIGHT_80), value =5, flags = MANUFACTURING| DEFAULT| RESET_REQUIRED;
47 option text = STRING_TOKEN(STR_GOP_BRIGHT_100), value =6, flags = RESET_REQUIRED;
48 option text = STRING_TOKEN(STR_GOP_BRIGHT_120), value =7, flags = RESET_REQUIRED;
49 option text = STRING_TOKEN(STR_GOP_BRIGHT_140), value =8, flags = RESET_REQUIRED;
50 option text = STRING_TOKEN(STR_GOP_BRIGHT_160), value =9, flags = RESET_REQUIRED;
51 option text = STRING_TOKEN(STR_GOP_BRIGHT_180), value =10, flags = RESET_REQUIRED;
52 option text = STRING_TOKEN(STR_GOP_BRIGHT_200), value =11, flags = RESET_REQUIRED;
53 option text = STRING_TOKEN(STR_GOP_BRIGHT_220), value =12, flags = RESET_REQUIRED;
54 option text = STRING_TOKEN(STR_GOP_BRIGHT_240), value =13, flags = RESET_REQUIRED;
55 option text = STRING_TOKEN(STR_GOP_BRIGHT_255), value =14, flags = RESET_REQUIRED;
56 endoneof;
57 subtitle text = STRING_TOKEN(STR_NULL_STRING);
58 subtitle text = STRING_TOKEN(STR_IGD_TITLE);
59
60 suppressif ideqval Setup.PrimaryVideoAdaptor == 0x2;
61 oneof varid = Setup.Igd,
62 prompt = STRING_TOKEN (STR_IGD_PROMPT),
63 help = STRING_TOKEN (STR_IGD_HELP),
64 option text = STRING_TOKEN(STR_DISABLE), value=0, flags=RESET_REQUIRED;
65 option text = STRING_TOKEN(STR_ENABLE), value=1, flags=DEFAULT | MANUFACTURING | RESET_REQUIRED;
66 endoneof;
67 endif;
68
69 oneof varid = Setup.PrimaryVideoAdaptor,
70 prompt = STRING_TOKEN(STR_PRIMARY_DISPLAY),
71 help = STRING_TOKEN(STR_PRIMARY_DISPLAY_HELP),
72 option text = STRING_TOKEN(STR_AUTOMATIC), value = 3, flags = RESET_REQUIRED;
73 option text = STRING_TOKEN(STR_IGD_STRING), value = 0, flags = DEFAULT |MANUFACTURING |RESET_REQUIRED;
74 option text = STRING_TOKEN(STR_PCI_STRING), value = 2, flags = RESET_REQUIRED;
75 endoneof;
76
77
78 oneof varid = Setup.PavpMode,
79 prompt = STRING_TOKEN(STR_PAVC_PROMPT),
80 help = STRING_TOKEN(STR_PAVC_HELP),
81 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
82 option text = STRING_TOKEN(STR_PAVP_LITE_MODE), value = 1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
83 option text = STRING_TOKEN(STR_PAVP_SERPENT_MODE), value = 2, flags = RESET_REQUIRED;
84 endoneof;
85
86
87 oneof varid = Setup.GTTSize,
88 prompt = STRING_TOKEN(STR_GTT_SIZE),
89 help = STRING_TOKEN(STR_GTT_SIZE_HELP),
90 option text = STRING_TOKEN(GTT_SIZE_1MB), value = 1, flags = RESET_REQUIRED;
91 option text = STRING_TOKEN(GTT_SIZE_2MB), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
92 endoneof;
93
94 oneof varid = Setup.IgdApertureSize,
95 prompt = STRING_TOKEN(STR_APERTURE_SIZE),
96 help = STRING_TOKEN(STR_APERTURE_SIZE_HELP),
97 option text = STRING_TOKEN(APERTURE_SIZE_128MB), value = 1, flags = RESET_REQUIRED;
98 option text = STRING_TOKEN(APERTURE_SIZE_256MB), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
99 option text = STRING_TOKEN(APERTURE_SIZE_512MB), value = 3, flags = RESET_REQUIRED;
100 endoneof;
101
102 oneof varid = Setup.IgdDvmt50PreAlloc,
103 prompt = STRING_TOKEN(STR_DVMT50_PRE_ALLOC),
104 help = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_HELP),
105 // option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_32M), value = 1, flags = RESET_REQUIRED;
106 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_64M), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
107 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_96M), value = 3, flags = RESET_REQUIRED;
108 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_128M), value = 4, flags = RESET_REQUIRED;
109 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_160M), value = 5, flags = RESET_REQUIRED;
110 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_192M), value = 6, flags = RESET_REQUIRED;
111 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_224M), value = 7, flags = RESET_REQUIRED;
112 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_256M), value = 8, flags = RESET_REQUIRED;
113 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_288M), value = 9, flags = RESET_REQUIRED;
114 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_320M), value = 10, flags = RESET_REQUIRED;
115 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_352M), value = 11, flags = RESET_REQUIRED;
116 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_384M), value = 12, flags = RESET_REQUIRED;
117 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_416M), value = 13, flags = RESET_REQUIRED;
118 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_448M), value = 14, flags = RESET_REQUIRED;
119 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_480M), value = 15, flags = RESET_REQUIRED;
120 option text = STRING_TOKEN(STR_DVMT50_PRE_ALLOC_512M), value = 16, flags = RESET_REQUIRED;
121 endoneof;
122
123 oneof varid = Setup.IgdDvmt50TotalAlloc,
124 prompt = STRING_TOKEN(STR_DVMT50_DVMT ),
125 help = STRING_TOKEN(STR_DVMT50_DVMT_HELP),
126 option text = STRING_TOKEN(STR_DVMT50_ALLOC_128), value = 1, flags = RESET_REQUIRED;
127 option text = STRING_TOKEN(STR_DVMT50_ALLOC_256), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
128 option text = STRING_TOKEN(STR_DVMT50_ALLOC_MAX), value = 3, flags = RESET_REQUIRED;
129 endoneof;
130
131 //
132 //Igd Thermal
133 //
134
135 subtitle text = STRING_TOKEN(STR_NULL_STRING);
136
137 subtitle text = STRING_TOKEN(STR_IGD_LCD_CONTROL);
138
139 oneof varid = Setup.LidStatus,
140 prompt = STRING_TOKEN(STR_FORCE_LID_STATUS_PROMPT),
141 help = STRING_TOKEN(STR_FORCE_LID_STATUS_ENBDT_HELP),
142 option text = STRING_TOKEN(STR_LID_STATUS__OFF_PROMPT), value = 0, flags = 0 | RESET_REQUIRED;
143 option text = STRING_TOKEN(STR_LID_STATUS__ON_PROMPT), value = 1, flags = 0 | RESET_REQUIRED;
144 option text = STRING_TOKEN(STR_LID_STATUS__AUTO_PROMPT), value = 2, flags = MANUFACTURING| DEFAULT| RESET_REQUIRED;
145 endoneof;
146
147 oneof varid = Setup.IgdLcdIBia,
148 prompt = STRING_TOKEN(STR_VIDEO_LCD_IBIA),
149 help = STRING_TOKEN(STR_VIDEO_LCD_IBIAHLP),
150 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAA), value = 0, flags =MANUFACTURING| DEFAULT| RESET_REQUIRED;
151 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAD), value = 1, flags = 0| RESET_REQUIRED;
152 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAL1), value = 2, flags = 0| RESET_REQUIRED;
153 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAL2), value = 3, flags = 0| RESET_REQUIRED;
154 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAL3), value = 4, flags = 0| RESET_REQUIRED;
155 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAL4), value = 5, flags = 0| RESET_REQUIRED;
156 option text = STRING_TOKEN(STR_VIDEO_LCD_IBIAL5), value = 6, flags = 0| RESET_REQUIRED;
157 endoneof;
158
159 oneof varid = Setup.AlsEnable,
160 prompt = STRING_TOKEN (STR_ACPI_ALS_ENABLE),
161 help = STRING_TOKEN (STR_ACPI_ALS_ENABLE_HELP),
162 option text = STRING_TOKEN(STR_DISABLE), value=0, flags=DEFAULT | MANUFACTURING | RESET_REQUIRED;
163 option text = STRING_TOKEN(STR_ENABLE), value=1, flags=0 | RESET_REQUIRED;
164 endoneof;
165
166
167 oneof varid = Setup.IgdFlatPanel,
168 prompt = STRING_TOKEN(STR_IGD_FLAT_PANEL_PROMPT),
169 help = STRING_TOKEN(STR_IGD_FLAT_PANEL_HELP),
170 option text = STRING_TOKEN(STR_AUTOMATIC), value=0x00, flags=DEFAULT | RESET_REQUIRED;
171 option text = STRING_TOKEN(STR_640X480), value=0x01, flags=RESET_REQUIRED;
172 option text = STRING_TOKEN(STR_800X600), value=0x02, flags=RESET_REQUIRED;
173 option text = STRING_TOKEN(STR_1024X768), value=0x03, flags=RESET_REQUIRED;
174 option text = STRING_TOKEN(STR_1280X1024), value=0x04, flags=RESET_REQUIRED;
175 option text = STRING_TOKEN(STR_1366X768), value=0x05, flags=RESET_REQUIRED;
176 option text = STRING_TOKEN(STR_1680X1050), value=0x06, flags=RESET_REQUIRED;
177 option text = STRING_TOKEN(STR_1920X1200), value=0x07, flags=RESET_REQUIRED;
178 option text = STRING_TOKEN(STR_1280X800), value=0x08, flags=RESET_REQUIRED;
179 endoneof;
180
181 oneof varid = Setup.BootDisplayDevice,
182 prompt = STRING_TOKEN(STR_BOOT_DISPLAY_DEVICE_PROMPT),
183 help = STRING_TOKEN(STR_BOOT_DISPLAY_DEVICE_HELP),
184 option text = STRING_TOKEN(STR_AUTOMATIC), value=0x00, flags=DEFAULT | RESET_REQUIRED;
185 option text = STRING_TOKEN(STR_VGAPORT), value=0x01, flags=RESET_REQUIRED;
186 option text = STRING_TOKEN(STR_HDMIPORTB), value=0x02, flags=RESET_REQUIRED;
187 option text = STRING_TOKEN(STR_DPPORTB), value=0x03, flags=RESET_REQUIRED;
188 option text = STRING_TOKEN(STR_DPPORTC), value=0x04, flags=RESET_REQUIRED;
189 option text = STRING_TOKEN(STR_EDPPORTC), value=0x05, flags=RESET_REQUIRED;
190 option text = STRING_TOKEN(STR_DSIPORTA), value=0x06, flags=RESET_REQUIRED;
191 option text = STRING_TOKEN(STR_DSIPORTC), value=0x07, flags=RESET_REQUIRED;
192
193 endoneof;
194 //
195 //Pannel Scaling
196 //
197 oneof varid = Setup.PanelScaling,
198 prompt = STRING_TOKEN(STR_PANNEL_SCALING_PROMPT),
199 help = STRING_TOKEN(STR_PANNEL_SCALING_HELP),
200 option text = STRING_TOKEN(STR_AUTOMATIC), value=0x00, flags=DEFAULT | RESET_REQUIRED;
201 option text = STRING_TOKEN(STR_PANNEL_SCALING_STRETCH), value=0x01, flags=RESET_REQUIRED;
202 option text = STRING_TOKEN(STR_PANNEL_SCALING_CENTER), value=0x02, flags=RESET_REQUIRED;
203 endoneof;
204
205 //
206 //GMCH BLC Control
207 //
208 oneof varid = Setup.IgdLcdIGmchBlc,
209 prompt = STRING_TOKEN(STR_VIDEO_LCD_IGMCHBLC_PROMPT),
210 help = STRING_TOKEN(STR_VIDEO_LCD_IGMCHBLC_HELP),
211 option text = STRING_TOKEN(STR_VIDEO_LCD_IGMCHBLC1), value=0x00, flags=DEFAULT | RESET_REQUIRED;
212 option text = STRING_TOKEN(STR_VIDEO_LCD_IGMCHBLC2), value=0x01, flags=RESET_REQUIRED;
213 option text = STRING_TOKEN(STR_VIDEO_LCD_IGMCHBLC3), value=0x02, flags=RESET_REQUIRED;
214 option text = STRING_TOKEN(STR_VIDEO_LCD_IGMCHBLC4), value=0x03, flags=RESET_REQUIRED;
215 endoneof;
216
217 subtitle text = STRING_TOKEN(STR_NULL_STRING);
218 //
219 //ISP Configuration
220 //
221 subtitle text = STRING_TOKEN(STR_ISP_CONFIGURATION_TITLE);
222
223 oneof varid = Setup.ISPEn,
224 prompt = STRING_TOKEN(STR_ISP_ENABLED),
225 help = STRING_TOKEN(STR_ISP_ENABLED_HELP),
226 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | RESET_REQUIRED;
227 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
228 endoneof;
229
230 grayoutif ideqval Setup.ISPEn == 0;
231 oneof varid = Setup.ISPDevSel,
232 prompt = STRING_TOKEN (STR_ISP_PCICONFIGURATION_TITLE),
233 help = STRING_TOKEN (STR_ISP_PCICONFIGURATION_HELP),
234 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
235 option text = STRING_TOKEN(STR_ISP_PCICONFIG_B0D2F0_TITLE), value = 1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
236 option text = STRING_TOKEN(STR_ISP_PCICONFIG_B0D3F0_TITLE), value = 2, flags = RESET_REQUIRED;
237 endoneof;
238 endif;
239
240 endform;