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