summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-10-31 10:41:21 +0800
committerraywu <raywu@aaeon.com.tw>2018-10-31 10:41:21 +0800
commitdd6cd23939ecc74185756193ee3f72e0bfe712b9 (patch)
treef4969cb1455eb4548126447de0ce681b4756fc4e
parent5d7c0b6e49db31980c6a2f208f82ec985bca2fe9 (diff)
downloadzprj-dd6cd23939ecc74185756193ee3f72e0bfe712b9.tar.xz
DW01 - Re-arrange USB Per Port Setup Option
-rw-r--r--Board/SB/SBSetup/SB.sd45
-rw-r--r--Board/SB/SBSetup/SB.unibin150328 -> 150330 bytes
2 files changed, 31 insertions, 14 deletions
diff --git a/Board/SB/SBSetup/SB.sd b/Board/SB/SBSetup/SB.sd
index 05d0f79..7e9da0f 100644
--- a/Board/SB/SBSetup/SB.sd
+++ b/Board/SB/SBSetup/SB.sd
@@ -6328,23 +6328,40 @@
//
SB_ONEOF_PCHUSBPERPORTCTL
+// suppressif ideqval SETUP_DATA.PchUsbPerPortCtl == 0x0;
+// SB_ONEOF_PCHUSBPORT00
+// SB_ONEOF_PCHUSBPORT01
+// SB_ONEOF_PCHUSBPORT02
+//// SB_ONEOF_PCHUSBPORT03
+// SB_ONEOF_PCHUSBPORT04
+// SB_ONEOF_PCHUSBPORT05
+//// SB_ONEOF_PCHUSBPORT06
+//// SB_ONEOF_PCHUSBPORT07
+// suppressif ideqval SB_PLATFORM_DATA.LPTType == 1;
+//// SB_ONEOF_PCHUSBPORT08
+// SB_ONEOF_PCHUSBPORT09
+// SB_ONEOF_PCHUSBPORT10
+// SB_ONEOF_PCHUSBPORT11
+//// SB_ONEOF_PCHUSBPORT12
+//// SB_ONEOF_PCHUSBPORT13
+// endif;
suppressif ideqval SETUP_DATA.PchUsbPerPortCtl == 0x0;
- SB_ONEOF_PCHUSBPORT00
- SB_ONEOF_PCHUSBPORT01
- SB_ONEOF_PCHUSBPORT02
- SB_ONEOF_PCHUSBPORT03
- SB_ONEOF_PCHUSBPORT04
SB_ONEOF_PCHUSBPORT05
- SB_ONEOF_PCHUSBPORT06
- SB_ONEOF_PCHUSBPORT07
- suppressif ideqval SB_PLATFORM_DATA.LPTType == 1;
- SB_ONEOF_PCHUSBPORT08
- SB_ONEOF_PCHUSBPORT09
- SB_ONEOF_PCHUSBPORT10
+ SB_ONEOF_PCHUSBPORT04
+ SB_ONEOF_PCHUSBPORT03
+ SB_ONEOF_PCHUSBPORT02
SB_ONEOF_PCHUSBPORT11
- SB_ONEOF_PCHUSBPORT12
- SB_ONEOF_PCHUSBPORT13
- endif;
+ SB_ONEOF_PCHUSBPORT10
+ SB_ONEOF_PCHUSBPORT09
+ SB_ONEOF_PCHUSBPORT08
+ SB_ONEOF_PCHUSBPORT01
+ SB_ONEOF_PCHUSBPORT00
+// SB_ONEOF_PCHUSBPORT06
+// SB_ONEOF_PCHUSBPORT07
+// suppressif ideqval SB_PLATFORM_DATA.LPTType == 1;
+// SB_ONEOF_PCHUSBPORT12
+// SB_ONEOF_PCHUSBPORT13
+// endif;
// SEPARATOR
diff --git a/Board/SB/SBSetup/SB.uni b/Board/SB/SBSetup/SB.uni
index 69d1bdb..22a2ffc 100644
--- a/Board/SB/SBSetup/SB.uni
+++ b/Board/SB/SBSetup/SB.uni
Binary files differ