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.43; helo=mga05.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 99FE42194EB7D for ; Sun, 24 Mar 2019 22:29:52 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2019 22:29:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,256,1549958400"; d="scan'208";a="143536713" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 24 Mar 2019 22:29:51 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 22:29:51 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 24 Mar 2019 22:29:51 -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:49 +0800 From: "Gao, Liming" To: "Gao, Zhichao" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH] PcAtChipsetPkg/PcatChipsetPkg.dsc: Add a driver to build Thread-Index: AQHU3/SliFcKHdu83Uq85xdoTcrBnaYb15rw Date: Mon, 25 Mar 2019 05:29:49 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E40AE38@SHSMSX104.ccr.corp.intel.com> References: <20190321144430.11360-1-zhichao.gao@intel.com> In-Reply-To: <20190321144430.11360-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] PcAtChipsetPkg/PcatChipsetPkg.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:52 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Zhichao Gao >Sent: Thursday, March 21, 2019 10:45 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [edk2] [PATCH] PcAtChipsetPkg/PcatChipsetPkg.dsc: Add a driver to >build > >REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1646 > >Add the IdeControllerDxe driver 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: Liming Gao >--- > PcAtChipsetPkg/PcAtChipsetPkg.dsc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dsc >b/PcAtChipsetPkg/PcAtChipsetPkg.dsc >index d357aa28d0..e58ca81864 100644 >--- a/PcAtChipsetPkg/PcAtChipsetPkg.dsc >+++ b/PcAtChipsetPkg/PcAtChipsetPkg.dsc >@@ -52,6 +52,7 @@ > PcAtChipsetPkg/8254TimerDxe/8254Timer.inf > PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf > PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf >+ PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf > PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf > PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf > PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf >-- >2.16.2.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel