summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2018-01-25 14:40:10 +0800
committerzwei4 <david.wei@intel.com>2018-01-25 14:40:10 +0800
commit47f8301d9cf847cc18c37005cf30d12a5bd62c59 (patch)
treee9526533700a8aca4d452cc40ee82e6991ee7c2d
parent89cba88c707d2d3a59bdd588017a3c0ca7c4538c (diff)
downloadedk2-platforms-47f8301d9cf847cc18c37005cf30d12a5bd62c59.tar.xz
Disable xDCI.
Disable xDCI and assign USB3 Port 0 (OTG port) to xHCI. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 <david.wei@intel.com>
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi4
1 files changed, 2 insertions, 2 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
index f45d47a824..c6e9410adc 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
@@ -2411,8 +2411,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 = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_PCI_MODE_STRING), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ 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_ACPI_MODE_STRING), value = 2, flags = RESET_REQUIRED;
endoneof;