From dd6cd23939ecc74185756193ee3f72e0bfe712b9 Mon Sep 17 00:00:00 2001 From: raywu Date: Wed, 31 Oct 2018 10:41:21 +0800 Subject: DW01 - Re-arrange USB Per Port Setup Option --- Board/SB/SBSetup/SB.sd | 45 +++++++++++++++++++++++++++++++-------------- Board/SB/SBSetup/SB.uni | Bin 150328 -> 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 Binary files a/Board/SB/SBSetup/SB.uni and b/Board/SB/SBSetup/SB.uni differ -- cgit v1.2.3