summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-01-17 16:07:34 +0800
committerGuo Mang <mang.guo@intel.com>2017-05-09 13:03:08 +0800
commit90bcd27ee4f7596ad0d2c02e343e4aaa7ad89456 (patch)
treea810594a3955efd49a32b12c10aa23b288da3bf2 /Platform/BroxtonPlatformPkg/Common/PlatformSettings
parent319794588036f8a0f0d9144a2f9ed917e114f7d3 (diff)
downloadedk2-platforms-90bcd27ee4f7596ad0d2c02e343e4aaa7ad89456.tar.xz
Add USB peripheral mode
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi6
1 files changed, 3 insertions, 3 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
index 84ae466730..411006b384 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
@@ -1,7 +1,7 @@
// /** @file
// South Cluster Setup formset.
//
-// Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2017, 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
@@ -2416,8 +2416,8 @@ form formid = USB_OPTIONS_FORM_ID,
oneof varid = Setup.ScUsbOtg,
prompt = STRING_TOKEN(STR_USB_XDCI_PROMPT),
help = STRING_TOKEN(STR_USB_XDCI_HELP),
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_PCI_MODE_STRING), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_PCI_MODE_STRING), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
// option text = STRING_TOKEN(STR_ACPI_MODE_STRING), value = 2, flags = RESET_REQUIRED;
endoneof;