Disable DCI which allows debug over USB3.0.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: David Wei <[email protected]>
CC: Mike Wu  <[email protected]>
CC: Mang Guo <[email protected]>
---
 .../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

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to