public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Disable DCI.
@ 2018-10-08  6:07 zwei4
  0 siblings, 0 replies; only message in thread
From: zwei4 @ 2018-10-08  6:07 UTC (permalink / raw)
  To: edk2-devel; +Cc: David Wei, Mike Wu, Mang Guo

Disable DCI which allows debug over USB3.0.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: David Wei <david.wei@intel.com>
CC: Mike Wu  <mike.wu@intel.com>
CC: Mang Guo <mang.guo@intel.com>
---
 .../Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
index 9738e4d912..2211f56a29 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
@@ -163,8 +163,8 @@ form formid     = MISC_OPTIONS_FORM_ID,
   oneof varid = Setup.DciEn,
     prompt   = STRING_TOKEN(STR_DCI_HDCIEN_PROMPT),
     help     = STRING_TOKEN(STR_DCI_HDCIEN_HELP),
-    option text = STRING_TOKEN(STR_DISABLE), value = 0, flags =  RESET_REQUIRED;
-    option text = STRING_TOKEN(STR_ENABLE), 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_ENABLE), value = 1, flags = RESET_REQUIRED;
   endoneof;
 
   suppressif ideqval Setup.DciEn == 1;
-- 
2.14.1.windows.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-08  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-08  6:07 [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Disable DCI zwei4

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox