]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformSetupDxe/SystemComponent.vfi
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / SystemComponent.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 // SystemComponent.vfr
19 //
20 // Abstract:
21 //
22 // Driver Setup formset.
23 //
24 // Revision History:
25 // ------------------------------------------------------------------------------
26 // Rev Date<MM/DD/YYYY> Name Description
27 // ------------------------------------------------------------------------------
28
29 // --*/
30
31 form formid = SYSTEM_COMPONENT_FORM_ID,
32
33 title = STRING_TOKEN(STR_SYSTEM_COMPONENT_TITLE);
34 /*
35 oneof varid = Setup.CRIDSettings,
36 prompt = STRING_TOKEN(STR_CRID_PROMPT),
37 help = STRING_TOKEN(STR_CRID_SETTING_HELP),
38 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
39 option text = STRING_TOKEN(STR_CRID_0_STRING), value = 1, flags = RESET_REQUIRED;
40 option text = STRING_TOKEN(STR_CRID_1_STRING), value = 2, flags = RESET_REQUIRED;
41 option text = STRING_TOKEN(STR_CRID_2_STRING), value = 3, flags = RESET_REQUIRED;
42 endoneof;
43 */
44
45 subtitle text = STRING_TOKEN(STR_PNP_CONFIGURATION_TITLE);
46 oneof varid = Setup.PnpSettings,
47 prompt = STRING_TOKEN(STR_PNP_SETTING_PROMPT),
48 help = STRING_TOKEN(STR_PNP_SETTING_HELP),
49 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
50 #if (PNP_DEBUG == 1)
51 option text = STRING_TOKEN(STR_PNP_POWER_STRING), value = 1, flags = RESET_REQUIRED;
52 option text = STRING_TOKEN(STR_PNP_PERFORMANCE_STRING), value = 2, flags = RESET_REQUIRED;
53 #endif
54 option text = STRING_TOKEN(STR_PNP_POWER_PERFORMANCE_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
55 option text = STRING_TOKEN(STR_PNP_POWER_PERFORMANCE_STRING_A0), value = 4, flags = 0 | RESET_REQUIRED;
56 option text = STRING_TOKEN(STR_PNP_POWER_PERFORMANCE_STRING_B0), value = 5, flags = 0 | RESET_REQUIRED;
57 endoneof;
58
59 oneof varid = Setup.CfioPnpSettings,
60 prompt = STRING_TOKEN(STR_CFIO_PNP_SETTING_PROMPT),
61 help = STRING_TOKEN(STR_CFIO_PNP_SETTING_HELP),
62 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
63 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = 0 | RESET_REQUIRED;
64 endoneof;
65 oneof varid = Setup.TristateLpc,
66 prompt = STRING_TOKEN(STR_TRISTATE_LPC_PROMPT),
67 help = STRING_TOKEN(STR_TRISTATE_LPC_HELP),
68 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
69 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = 0 | RESET_REQUIRED;
70 endoneof;
71
72
73
74
75
76
77 oneof varid = Setup.PchFSAOn,
78 prompt = STRING_TOKEN(STR_PCH_FSA_PROMPT),
79 help = STRING_TOKEN(STR_PCH_FSA_HELP),
80 option text = STRING_TOKEN(STR_OFF), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
81 option text = STRING_TOKEN(STR_ON), value = 1, flags = RESET_REQUIRED;
82 endoneof;
83
84
85
86 endform;