From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=rangasai.v.chaganty@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 E1526211E2F0B for ; Thu, 21 Mar 2019 17:32:41 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2019 17:32:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,254,1549958400"; d="scan'208";a="284796247" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by orsmga004.jf.intel.com with ESMTP; 21 Mar 2019 17:32:41 -0700 Received: from orsmsx108.amr.corp.intel.com ([169.254.2.134]) by ORSMSX102.amr.corp.intel.com ([169.254.3.192]) with mapi id 14.03.0415.000; Thu, 21 Mar 2019 17:32:40 -0700 From: "Chaganty, Rangasai V" To: "Gao, Zhichao" , "edk2-devel@lists.01.org" CC: "Ni, Ray" , "Gao, Liming" Thread-Topic: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build Thread-Index: AQHU3/SWvEupzcjfIU2uXebY/mljUKYWzRnw Date: Fri, 22 Mar 2019 00:32:40 +0000 Message-ID: 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: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWI2MGRkOTQtN2NlYy00OWRhLWJhMGEtMDM1NjcwNzU0YmM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQlwvcDB1TnJFTEwxZXFoTGhqbmVLTHhcL0JuUDhlRVlqTGN1SGdXYjZaRWpOclVtUXhxUXFqRG9jUFRmNHdkVnhiIn0= x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.140] 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: Fri, 22 Mar 2019 00:32:42 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Rangasai V Chaganty =20 -----Original Message----- From: Gao, Zhichao=20 Sent: Thursday, March 21, 2019 7:44 AM To: edk2-devel@lists.01.org Cc: Ni, Ray ; Chaganty, Rangasai V ; Gao, Liming Subject: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build 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/IntelSil= iconPkg.dsc index 790870e2f1..a00fef6010 100644 --- a/IntelSiliconPkg/IntelSiliconPkg.dsc +++ b/IntelSiliconPkg/IntelSiliconPkg.dsc @@ -85,6 +85,7 @@ IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.in= f IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamp= lePei.inf IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.in= f + =20 + IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/Mi + crocodeFlashAccessLibNull.inf =20 [BuildOptions] *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES -- 2.16.2.windows.1