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