]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / SouthClusterConfig.vfi
index e7e952fe963de8ddadd6e87f4c98f5f77c7a60e7..a6a99be2b2ea4014d6bc03297452ce6ca399fd54 100644 (file)
@@ -1,15 +1,24 @@
+// /** @file\r
 //\r
+// Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
-//                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
-//                                                                                  \r\r
+\r
+// This program and the accompanying materials are licensed and made available under\r
+\r
+// the terms and conditions of the BSD License that accompanies this distribution.\r
+\r
+// The full text of the license may be found at\r
+\r
+// http://opensource.org/licenses/bsd-license.php.\r
+\r
+//\r
+\r
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+\r
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+//\r
+\r
 //\r
 //\r
 //\r
@@ -26,7 +35,7 @@
 //  Rev   Date<MM/DD/YYYY>    Name    Description\r
 //  ------------------------------------------------------------------------------\r
 \r
-// --*/\r
+// **/\r
 \r
 //\r
 // South Cluster Configuration Form\r
@@ -203,41 +212,41 @@ form formid = USB_OPTIONS_FORM_ID,
   //XHCI support\r
   //\r
   grayoutif ideqval Setup.UsbAutoMode == 0x1;\r
-       grayoutif ideqval Setup.PchUsb20 == 0x1;\r
-       oneof   varid   = Setup.UsbXhciSupport,\r
-         questionid  = 0x123B,\r
-       prompt      = STRING_TOKEN(STR_USB_XHCI_SUPPORT_PROMPT),\r
-       help        = STRING_TOKEN(STR_USB_XHCI_SUPPORT_HELP),\r
-       flags       = INTERACTIVE,\r
-       option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
-       option text = STRING_TOKEN(STR_DISABLE), value = 0, flags =  RESET_REQUIRED;\r
-       endoneof;\r
+    grayoutif ideqval Setup.PchUsb20 == 0x1;\r
+      oneof   varid   = Setup.UsbXhciSupport,\r
+        questionid  = 0x123B,\r
+        prompt      = STRING_TOKEN(STR_USB_XHCI_SUPPORT_PROMPT),\r
+        help        = STRING_TOKEN(STR_USB_XHCI_SUPPORT_HELP),\r
+        flags       = INTERACTIVE,\r
+        option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
+        option text = STRING_TOKEN(STR_DISABLE), value = 0, flags =  RESET_REQUIRED;\r
+      endoneof;\r
 \r
       suppressif ideqval Setup.UsbXhciSupport == 0x0;\r
-       oneof   varid   = Setup.Hsic0,\r
-               prompt      = STRING_TOKEN(STR_USB_HSIC_0_PROMPT),\r
-               help        = STRING_TOKEN(STR_USB_HSIC_0_HELP),\r
-               option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;\r
-               option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
-       endoneof;\r
-       endif;\r
-\r
-       oneof varid   = Setup.PchUsb30Mode,\r
-       prompt      = STRING_TOKEN(STR_PCH_USB30_MODE_PROMPT),\r
-       help        = STRING_TOKEN(STR_PCH_USB30_MODE_HELP),\r
-       option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;\r
-       option text = STRING_TOKEN(STR_DISABLE), value = 0, flags =  RESET_REQUIRED;\r
-       endoneof;\r
-\r
-       oneof   varid   = Setup.UsbXhciLpmSupport,\r
-       prompt      = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_PROMPT),\r
-       help        = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_HELP),\r
-\r
-       option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
-       option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;\r
-\r
-       endoneof;\r
-       endif;\r
+        oneof   varid   = Setup.Hsic0,\r
+          prompt      = STRING_TOKEN(STR_USB_HSIC_0_PROMPT),\r
+          help        = STRING_TOKEN(STR_USB_HSIC_0_HELP),\r
+          option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;\r
+          option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
+        endoneof;\r
+      endif;\r
+\r
+      oneof varid   = Setup.PchUsb30Mode,\r
+        prompt      = STRING_TOKEN(STR_PCH_USB30_MODE_PROMPT),\r
+        help        = STRING_TOKEN(STR_PCH_USB30_MODE_HELP),\r
+        option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;\r
+        option text = STRING_TOKEN(STR_DISABLE), value = 0, flags =  RESET_REQUIRED;\r
+      endoneof;\r
+\r
+  oneof   varid   = Setup.UsbXhciLpmSupport,\r
+        prompt      = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_PROMPT),\r
+        help        = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_HELP),\r
+\r
+        option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
+        option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;\r
+\r
+      endoneof;\r
+    endif;\r
   endif;\r
 \r
   subtitle text = STRING_TOKEN(STR_NULL_STRING);\r
@@ -915,4 +924,13 @@ form formid = MISC_OPTIONS_FORM_ID,
     option text    = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;\r
     option text    = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;\r
   endoneof;\r
+\r
+  oneof varid = Setup.RtcBattery,\r
+    prompt         = STRING_TOKEN(STR_RTC_BATTERY),\r
+    help           = STRING_TOKEN(STR_RTC_BATTERY_HELP),\r
+    option text    = STRING_TOKEN(STR_RTC_BATTERY_NOT_PRESENT), value = 0, flags = RESET_REQUIRED;\r
+    option text    = STRING_TOKEN(STR_RTC_BATTERY_PRESENT), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;\r
+  endoneof;\r
+\r
 endform;\r
+\r