]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / Vfr.vfr
CommitLineData
3cbfba02
DW
1//\r
2//\r
3//\r
4// Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
5// \r\r
6// This program and the accompanying materials are licensed and made available under\r\r
7// the terms and conditions of the BSD License that accompanies this distribution. \r\r
8// The full text of the license may be found at \r\r
9// http://opensource.org/licenses/bsd-license.php. \r\r
10// \r\r
11// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
12// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
13// \r\r
14//\r
15//\r
16#include "Configuration.h"\r
17#include "PlatformSetupDxeStrDefs.h"\r
18#include "Guid/SetupVariable.h"\r
19\r
20formset\r
21 guid = SYSTEM_CONFIGURATION_GUID,\r
22 title = STRING_TOKEN(STR_SYSTEM_SETUP_TITLE),\r
23 help = STRING_TOKEN(STR_SYSTEM_SETUP_HELP),\r
6f2ef18e
TH
24 class = 1,\r
25 subclass = 0,\r
3cbfba02
DW
26\r
27\r
28 varstore SYSTEM_CONFIGURATION, name = Setup, guid = SYSTEM_CONFIGURATION_GUID;\r
29 form formid = ROOT_FORM_ID,\r
30 title = STRING_TOKEN(STR_SYSTEM_SETUP_TITLE);\r
31\r
32 //\r
33 // Jump to 2)Main Form\r
34 //\r
35 goto ROOT_MAIN_FORM_ID,\r
36 prompt = STRING_TOKEN(STR_MAIN_TITLE),\r
37 help = STRING_TOKEN(STR_MAIN_HELP);\r
38\r
39 //\r
40 // Jump to 3)Uncore Configuration Form\r
41 //\r
42 goto UNCORE_FORM_ID,\r
43 prompt = STRING_TOKEN(STR_UNCORE_CONFIGURATION_TITLE),\r
44 help = STRING_TOKEN(STR_UNCORE_CONFIGURATION_HELP);\r
45\r
46 //\r
47 // Jump to 4)South Cluster Configuration Form\r
48 //\r
49 goto SOUTH_CLUSTER_FORM_ID,\r
50 prompt = STRING_TOKEN(STR_SOUTH_CLUSTER_TITLE),\r
51 help = STRING_TOKEN(STR_SOUTH_CLUSTER_HELP);\r
52\r
53 // Jump to 5)Boot Form\r
54 //\r
55 goto BOOT_CONFIGURATION_FORM_ID,\r
56 prompt = STRING_TOKEN(STR_BOOT_CONFIGURATION_TITLE),\r
57 help = STRING_TOKEN(STR_BOOT_CONFIGURATION_HELP);\r
58\r
59 //\r
60 // Jump to 6)Security Configuration Form\r
61 //\r
62 goto SECURITY_CONFIGURATION_FORM_ID,\r
63 prompt = STRING_TOKEN(STR_SECURITY_CONFIGURATION_TITLE),\r
64 help = STRING_TOKEN(STR_SECURITY_CONFIGURATION_HELP);\r
65\r
66 //\r
67 // Jump to 7)Thermal Form\r
68 //\r
69 goto THERMAL_FORM_ID,\r
70 prompt = STRING_TOKEN(STR_THERMAL_TITLE),\r
71 help = STRING_TOKEN(STR_THERMAL_HELP);\r
72\r
73 //\r
74 // Jump to 8) System Component Form\r
75 goto SYSTEM_COMPONENT_FORM_ID,\r
76 prompt = STRING_TOKEN(STR_SYSTEM_COMPONENT_TITLE),\r
77 help = STRING_TOKEN(STR_SYSTEM_COMPONENT_HELP);\r
78\r
79 //\r
80 // Jump to 10)Debug Configuration Form\r
81 //\r
82#if (BYTI_PF_ENABLE == 0)\r
83 goto DEBUG_CONFIGURATION_FORM_ID,\r
84 prompt = STRING_TOKEN(STR_DEBUG_CONFIGURATION_TITLE),\r
85 help = STRING_TOKEN(STR_DEBUG_CONFIGURATION_HELP);\r
86#endif\r
87\r
88 subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
89 //\r
90 // Commit change and exit\r
91 //\r
92 text\r
93 help = STRING_TOKEN(STR_COMMIT_CHANGE_AND_EXIT_HELP),\r
94 text = STRING_TOKEN(STR_COMMIT_CHANGE_AND_EXIT_PROMPT),\r
95 text = STRING_TOKEN(STR_COMMIT_CHANGE_AND_EXIT_PROMPT),\r
96 flags = INTERACTIVE,\r
97 key = 0xF001;\r
98\r
99 //\r
100 // Discard change and exit\r
101 //\r
102 text\r
103 help = STRING_TOKEN(STR_DISCARD_CHANGE_AND_EXIT_HELP),\r
104 text = STRING_TOKEN(STR_DISCARD_CHANGE_AND_EXIT_PROMPT),\r
105 text = STRING_TOKEN(STR_DISCARD_CHANGE_AND_EXIT_PROMPT),\r
106 flags = INTERACTIVE,\r
107 key = 0xF002;\r
108\r
109 //\r
110 // Load default and exit\r
111 //\r
112 text\r
113 help = STRING_TOKEN(STR_LOAD_DEFAULT_AND_EXIT_HELP),\r
114 text = STRING_TOKEN(STR_LOAD_DEFAULT_AND_EXIT_PROMPT),\r
115 text = STRING_TOKEN(STR_LOAD_DEFAULT_AND_EXIT_PROMPT),\r
116 flags = INTERACTIVE,\r
117 key = 0xF003;\r
118 endform;\r
119\r
120 #include "Main.vfi"\r
121 #include "UnCore.vfi"\r
122 #include "SouthClusterConfig.vfi"\r
123 #include "Boot.vfi"\r
124 #include "Security.vfi"\r
125 #include "Thermal.vfi"\r
126 #include "SystemComponent.vfi"\r
127 #include "DebugConfig.vfi"\r
128endformset;\r