summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
diff options
context:
space:
mode:
authorLu, ShifeiX A <shifeix.a.lu@intel.com>2016-06-21 11:05:30 +0800
committerdavid wei <david.wei@intel.com>2016-06-21 11:16:04 +0800
commita0f3b02894c140e11238c06ab17f898b199c4384 (patch)
treeaeb4b8d6dea2cfc3c25beaa67efb168e7c2f2d65 /Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
parentc73cf875524666582343a479665e0469444a38c8 (diff)
downloadedk2-platforms-a0f3b02894c140e11238c06ab17f898b199c4384.tar.xz
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi')
-rw-r--r--Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi98
1 files changed, 54 insertions, 44 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
index 58e2676c44..a6a99be2b2 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
@@ -1,15 +1,24 @@
-//
+// /** @file
//
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
-//
-// This program and the accompanying materials are licensed and made available under
-// the terms and conditions of the BSD License that accompanies this distribution.
-// The full text of the license may be found at
-// http://opensource.org/licenses/bsd-license.php.
-//
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-//
+//
+
+// This program and the accompanying materials are licensed and made available under
+
+// the terms and conditions of the BSD License that accompanies this distribution.
+
+// The full text of the license may be found at
+
+// http://opensource.org/licenses/bsd-license.php.
+
+//
+
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+//
+
//
//
//
@@ -26,7 +35,7 @@
// Rev Date<MM/DD/YYYY> Name Description
// ------------------------------------------------------------------------------
-// --*/
+// **/
//
// South Cluster Configuration Form
@@ -203,41 +212,41 @@ form formid = USB_OPTIONS_FORM_ID,
//XHCI support
//
grayoutif ideqval Setup.UsbAutoMode == 0x1;
- grayoutif ideqval Setup.PchUsb20 == 0x1;
- oneof varid = Setup.UsbXhciSupport,
- questionid = 0x123B,
- prompt = STRING_TOKEN(STR_USB_XHCI_SUPPORT_PROMPT),
- help = STRING_TOKEN(STR_USB_XHCI_SUPPORT_HELP),
- flags = INTERACTIVE,
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
- endoneof;
+ grayoutif ideqval Setup.PchUsb20 == 0x1;
+ oneof varid = Setup.UsbXhciSupport,
+ questionid = 0x123B,
+ prompt = STRING_TOKEN(STR_USB_XHCI_SUPPORT_PROMPT),
+ help = STRING_TOKEN(STR_USB_XHCI_SUPPORT_HELP),
+ flags = INTERACTIVE,
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ endoneof;
suppressif ideqval Setup.UsbXhciSupport == 0x0;
- oneof varid = Setup.Hsic0,
- prompt = STRING_TOKEN(STR_USB_HSIC_0_PROMPT),
- help = STRING_TOKEN(STR_USB_HSIC_0_HELP),
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- endoneof;
- endif;
-
- oneof varid = Setup.PchUsb30Mode,
- prompt = STRING_TOKEN(STR_PCH_USB30_MODE_PROMPT),
- help = STRING_TOKEN(STR_PCH_USB30_MODE_HELP),
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
- endoneof;
-
- oneof varid = Setup.UsbXhciLpmSupport,
- prompt = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_PROMPT),
- help = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_HELP),
-
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
-
- endoneof;
- endif;
+ oneof varid = Setup.Hsic0,
+ prompt = STRING_TOKEN(STR_USB_HSIC_0_PROMPT),
+ help = STRING_TOKEN(STR_USB_HSIC_0_HELP),
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ endoneof;
+ endif;
+
+ oneof varid = Setup.PchUsb30Mode,
+ prompt = STRING_TOKEN(STR_PCH_USB30_MODE_PROMPT),
+ help = STRING_TOKEN(STR_PCH_USB30_MODE_HELP),
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ endoneof;
+
+ oneof varid = Setup.UsbXhciLpmSupport,
+ prompt = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_PROMPT),
+ help = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_HELP),
+
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+
+ endoneof;
+ endif;
endif;
subtitle text = STRING_TOKEN(STR_NULL_STRING);
@@ -924,3 +933,4 @@ form formid = MISC_OPTIONS_FORM_ID,
endoneof;
endform;
+