From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 6A143211E2EF4 for ; Sun, 24 Mar 2019 22:29:31 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2019 22:29:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="125577207" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 24 Mar 2019 22:29:30 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 22:29:30 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 22:29:30 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.113]) with mapi id 14.03.0415.000; Mon, 25 Mar 2019 13:29:28 +0800 From: "Gao, Liming" To: "Gao, Zhichao" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build Thread-Index: AQHU3/SXNGsvbH/ewEuv47uT6rtZ8KYb13mw Date: Mon, 25 Mar 2019 05:29:27 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E40AE28@SHSMSX104.ccr.corp.intel.com> References: <20190321144402.3848-1-zhichao.gao@intel.com> In-Reply-To: <20190321144402.3848-1-zhichao.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 05:29:31 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Gao, Zhichao >Sent: Thursday, March 21, 2019 10:44 PM >To: edk2-devel@lists.01.org >Cc: Ni, Ray ; Chaganty, Rangasai V >; Gao, Liming >Subject: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to buil= d > >REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1647 > >Add a driver MicrocodeFlashAccessLibNull.inf to the >[Components] section to make sure it would build correctly. > >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Zhichao Gao >Cc: Ray Ni >Cc: Rangasai V Chaganty >Cc: Liming Gao >--- > IntelSiliconPkg/IntelSiliconPkg.dsc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/IntelSiliconPkg/IntelSiliconPkg.dsc >b/IntelSiliconPkg/IntelSiliconPkg.dsc >index 790870e2f1..a00fef6010 100644 >--- a/IntelSiliconPkg/IntelSiliconPkg.dsc >+++ b/IntelSiliconPkg/IntelSiliconPkg.dsc >@@ -85,6 +85,7 @@ > >IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe >.inf > >IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSa >mplePei.inf > >IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDx >e.inf >+ >IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/Microc >odeFlashAccessLibNull.inf > > [BuildOptions] > *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES >-- >2.16.2.windows.1