]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformSetupDxe/DebugConfig.vfi
Vlv2TbltDevicePkg: Sync the branch changes to Trunk,
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / DebugConfig.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 // DebugConfiguration.vfi
19 //
20 // Abstract:
21 //
22 // Debug Configuration formset.
23 //
24
25
26 // --*/
27
28 form formid = DEBUG_CONFIGURATION_FORM_ID,
29 title = STRING_TOKEN(STR_DEBUG_CONFIGURATION_TITLE);
30
31
32 subtitle text = STRING_TOKEN(STR_NULL_STRING);
33 subtitle text = STRING_TOKEN(STR_ACPIMEMDBG_STRING);
34
35 //ACPI Memory Debug Switch
36 oneof varid = Setup.ACPIMemDbg,
37 prompt = STRING_TOKEN (STR_ACPIMEMDBG_SWTICH),
38 help = STRING_TOKEN (STR_ACPIMEMDBG_SWTICH_HELP),
39 option text = STRING_TOKEN (STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
40 option text = STRING_TOKEN (STR_DISABLE), value = 0, flags = RESET_REQUIRED;
41 endoneof;
42
43
44 subtitle text = STRING_TOKEN(STR_NULL_STRING);
45
46 oneof varid = Setup.ExISupport,
47 prompt = STRING_TOKEN(STR_EXISUPPORT_PROMPT),
48 help = STRING_TOKEN(STR_EXISUPPORT_HELP),
49 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
50 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | RESET_REQUIRED;
51 endoneof;
52 subtitle text = STRING_TOKEN(STR_WITT_CONFIGURATION_TITLE);
53
54 oneof varid = Setup.WittEnable,
55 prompt = STRING_TOKEN(STR_WITT_PROMPT),
56 help = STRING_TOKEN(STR_WITT_HELP),
57 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | RESET_REQUIRED;
58 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
59 endoneof;
60
61 oneof varid = Setup.UtsEnable,
62 prompt = STRING_TOKEN(STR_UTS_PROMPT),
63 help = STRING_TOKEN(STR_UTS_HELP),
64 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | RESET_REQUIRED;
65 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
66 endoneof;
67
68 //
69 //Lakemore Settings
70 //
71 subtitle text = STRING_TOKEN(STR_NULL_STRING);
72 subtitle text = STRING_TOKEN(STR_LM_INFORMATION_TITLE);
73
74 grayoutif ideqval Setup.PunitBIOSConfig == 0x1;
75 oneof varid = Setup.LmMemSize,
76 prompt = STRING_TOKEN (STR_LM_MEMORY_PROMPT),
77 help = STRING_TOKEN (STR_LM_MEMORY_HELP),
78 option text = STRING_TOKEN (STR_LM_MEMORY_16MB), value = 16384, flags = RESET_REQUIRED;
79 option text = STRING_TOKEN (STR_LM_MEMORY_8MB), value = 8192, flags = RESET_REQUIRED;
80 option text = STRING_TOKEN (STR_LM_MEMORY_1MB), value = 1024, flags = RESET_REQUIRED;
81 option text = STRING_TOKEN (STR_LM_MEMORY_128KB), value = 128, flags = RESET_REQUIRED;
82 option text = STRING_TOKEN (STR_LM_MEMORY_0MB), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
83 endoneof;
84 endif;
85
86 oneof varid = Setup.PunitBIOSConfig,
87 prompt = STRING_TOKEN (STR_PUINT_BIOS_CONFIG_DISPLAY),
88 help = STRING_TOKEN (STR_PUINT_BIOS_CONFIG_DISPLAY_HELP),
89 option text = STRING_TOKEN (STR_PUINT_BIOS_PDM), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
90 option text = STRING_TOKEN (STR_PUINT_BIOS_PERFORMANCE), value = 2, flags = RESET_REQUIRED;
91 option text = STRING_TOKEN (STR_PUINT_BIOS_POWERSAVE), value = 1, flags = RESET_REQUIRED;
92 option text = STRING_TOKEN (STR_PUINT_BIOS_RESERVED), value = 0, flags = RESET_REQUIRED;
93 endoneof;
94
95 suppressif NOT ideqval Setup.PunitBIOSConfig == 0x3;
96 oneof varid = Setup.PDMConfig,
97 prompt = STRING_TOKEN (STR_PDM_OUTPUT_CONFIG_SWTICH),
98 help = STRING_TOKEN (STR_PDM_OUTPUT_CONFIG_SWTICH_HELP),
99 option text = STRING_TOKEN (STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
100 option text = STRING_TOKEN (STR_PDM_OUTPUT_MEM), value = 1, flags = RESET_REQUIRED;
101 option text = STRING_TOKEN (STR_PDM_OUTPUT_IO), value = 2, flags = RESET_REQUIRED;
102 endoneof;
103 endif;
104
105 subtitle text = STRING_TOKEN(STR_NULL_STRING);
106 oneof varid = Setup.ENDBG2,
107 prompt = STRING_TOKEN (STR_ENABLE_DBG2),
108 help = STRING_TOKEN (STR_ENABLE_DBG2_HELP),
109 option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
110 option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | RESET_REQUIRED;
111 endoneof;
112
113 subtitle text = STRING_TOKEN(STR_NULL_STRING);
114
115 subtitle text = STRING_TOKEN(STR_NULL_STRING);
116 oneof varid = Setup.DisableCodec262,
117 prompt = STRING_TOKEN(STR_CODEC262_DISABLED_PROMPT),
118 help = STRING_TOKEN(STR_CODEC262_DISABLED_HELP),
119 option text = STRING_TOKEN(STR_YES), value = 1, flags = RESET_REQUIRED;
120 option text = STRING_TOKEN(STR_NO), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
121 endoneof;
122
123 endform;