From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E111E2095B9CF for ; Wed, 23 Aug 2017 20:14:49 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 20:17:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,419,1498546800"; d="dat'59?scan'59,208,59";a="1007082201" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 23 Aug 2017 20:17:23 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 23 Aug 2017 20:17:10 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 23 Aug 2017 20:17:10 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Thu, 24 Aug 2017 11:17:08 +0800 From: "Guo, Mang" To: "edk2-devel@lists.01.org" Thread-Topic: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 05/1 BroxtonPlatformPkg: Disable ISH Thread-Index: AdMch3dj+IWc6FC9TC2qCYOiOduYdw== Date: Thu, 24 Aug 2017 03:17:07 +0000 Message-ID: <22D2C85ED001C54AA20BFE3B0E4751D15253FC36@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <22D2C85ED001C54AA20BFE3B0E4751D15253FC36@shsmsx102.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 05/1 BroxtonPlatformPkg: Disable ISH X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 03:14:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 1. Disable ISH 2. Coding style Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi | 12 ++++++--= ---- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSe= tupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/Platform= Settings/PlatformSetupDxe/SouthClusterConfig.vfi index 866dff5..35aeb34 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/= SouthClusterConfig.vfi +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/= SouthClusterConfig.vfi @@ -266,8 +266,8 @@ form formid =3D ISH_OPTIONS_FORM_ID, oneof varid =3D Setup.ScIshEnabled, prompt =3D STRING_TOKEN(STR_ISH_PROMPT), help =3D STRING_TOKEN(STR_ISH_HELP), - option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0, flags =3D RE= SET_REQUIRED; - option text =3D STRING_TOKEN(STR_ENABLE), value =3D 1, flags =3D DEF= AULT | MANUFACTURING | RESET_REQUIRED; + option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0, flags =3D DE= FAULT | MANUFACTURING | RESET_REQUIRED; + option text =3D STRING_TOKEN(STR_ENABLE), value =3D 1, flags =3D RE= SET_REQUIRED; endoneof; =20 endform; // End of ISH Configurations @@ -2395,7 +2395,7 @@ form formid =3D USB_OPTIONS_FORM_ID, prompt =3D STRING_TOKEN(STR_PCH_USB3_PORT5_PROMPT), help =3D STRING_TOKEN(STR_PCH_USB_PORT_DIS_HELP), option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0, flags =3D RE= SET_REQUIRED; - option text =3D STRING_TOKEN(STR_ENABLE), value =3D 1, flags =3D DEF= AULT | MANUFACTURING | RESET_REQUIRED; + option text =3D STRING_TOKEN(STR_ENABLE), value =3D 1, flags =3D DE= FAULT | MANUFACTURING | RESET_REQUIRED; endoneof; endif; =20 @@ -2411,7 +2411,7 @@ form formid =3D USB_OPTIONS_FORM_ID, prompt =3D STRING_TOKEN(STR_XHCI_COMPLIANCE_PROMPT), help =3D STRING_TOKEN(STR_XHCI_COMPLIANCE_HELP), option text =3D STRING_TOKEN(STR_XHCI_COMPLIANCE_FALSE), value =3D 0, = flags =3D DEFAULT | MANUFACTURING | RESET_REQUIRED; - option text =3D STRING_TOKEN(STR_XHCI_COMPLIANCE_TRUE), value =3D 1, f= lags =3D RESET_REQUIRED; + option text =3D STRING_TOKEN(STR_XHCI_COMPLIANCE_TRUE), value =3D 1, = flags =3D RESET_REQUIRED; endoneof; =20 endform; // end of USB_OPTIONS_FORM_ID @@ -2677,14 +2677,14 @@ form formid =3D HDAUDIO_OPTIONS_FORM_ID, prompt =3D STRING_TOKEN(STR_HDA_PROMPT), help =3D STRING_TOKEN(STR_HDA_HELP), option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0, flags =3D RESE= T_REQUIRED; - option text =3D STRING_TOKEN(STR_ENABLE), value=3D 1, flags =3D DEFAUL= T | MANUFACTURING | RESET_REQUIRED; + option text =3D STRING_TOKEN(STR_ENABLE), value =3D 1, flags =3D DEFA= ULT | MANUFACTURING | RESET_REQUIRED; endoneof; =20 oneof varid =3D Setup.ScHdAudioDsp, prompt =3D STRING_TOKEN(STR_HDA_DSP_PROMPT), help =3D STRING_TOKEN(STR_HDA_DSP_HELP), option text =3D STRING_TOKEN(STR_DISABLE), value =3D 0, flags =3D RESE= T_REQUIRED; - option text =3D STRING_TOKEN(STR_ENABLE), value=3D 1, flags =3D DEFAUL= T | MANUFACTURING | RESET_REQUIRED; + option text =3D STRING_TOKEN(STR_ENABLE), value =3D 1, flags =3D DEFA= ULT | MANUFACTURING | RESET_REQUIRED; endoneof; =20 suppressif ideqval Setup.ScHdAudioDsp =3D=3D 0; --=20 2.10.1.windows.1