X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FPlatformSetupDxe%2FSouthClusterConfig.vfi;h=a6a99be2b2ea4014d6bc03297452ce6ca399fd54;hp=18a29ed562ed4c311d5195477018cc59d2334e47;hb=a0f3b02894c140e11238c06ab17f898b199c4384;hpb=52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi index 18a29ed562..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.
// -// Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
-// -// 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 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; +