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.115; helo=mga14.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 37F47211E2BFA for ; Mon, 25 Mar 2019 19:53:04 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Mar 2019 19:53:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,271,1549958400"; d="scan'208";a="310404787" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 25 Mar 2019 19:53:03 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 19:53:02 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 25 Mar 2019 19:53:01 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.223]) with mapi id 14.03.0415.000; Tue, 26 Mar 2019 10:53:00 +0800 From: "Wu, Hao A" To: Laszlo Ersek , "edk2-devel@lists.01.org" CC: "Justen, Jordan L" Thread-Topic: [edk2] [PATCH v2 2/3] OvmfPkg: Add an Super IO bus driver Thread-Index: AQHU4su2y71GMrWlTE6wrVq21Oys4aYbrlQAgAGJd9A= Date: Tue, 26 Mar 2019 02:52:59 +0000 Message-ID: References: <20190325052853.11220-1-hao.a.wu@intel.com> <20190325052853.11220-3-hao.a.wu@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 2/3] OvmfPkg: Add an Super IO bus driver 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: Tue, 26 Mar 2019 02:53:04 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of La= szlo > Ersek > Sent: Monday, March 25, 2019 7:22 PM > To: Wu, Hao A; edk2-devel@lists.01.org > Cc: Justen, Jordan L > Subject: Re: [edk2] [PATCH v2 2/3] OvmfPkg: Add an Super IO bus driver >=20 > On 03/25/19 06:28, Hao Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1495 > > > > There is a plan to remove the IntelFrameworkModulePkg: > > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1605 > > > > This patch will a new OVMF Super I/O bus driver which will create the > > below child devices: > > > > * COM 1 UART > > * COM 2 UART > > * PS/2 Keyboard > > > > and installs the Super I/O Protocol on them. > > > > Cc: Jordan Justen > > Cc: Laszlo Ersek > > Cc: Ard Biesheuvel > > Cc: Ray Ni > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Hao Wu > > --- > > OvmfPkg/OvmfPkgIa32.dsc | 1 + > > OvmfPkg/OvmfPkgIa32X64.dsc | 1 + > > OvmfPkg/OvmfPkgX64.dsc | 1 + > > OvmfPkg/SioBusDxe/SioBusDxe.inf | 54 ++ > > OvmfPkg/SioBusDxe/SioBusDxe.h | 332 +++++++++++ > > OvmfPkg/SioBusDxe/SioService.h | 221 +++++++ > > OvmfPkg/SioBusDxe/ComponentName.c | 167 ++++++ > > OvmfPkg/SioBusDxe/SioBusDxe.c | 622 ++++++++++++++++++++ > > OvmfPkg/SioBusDxe/SioService.c | 405 +++++++++++++ > > OvmfPkg/SioBusDxe/SioBusDxe.uni | 21 + > > 10 files changed, 1825 insertions(+) >=20 > Acked-by: Laszlo Ersek >=20 > but please don't push the series before answering my questions under 0/3. Thanks Laszlo, I have replied your comments under patch 0/3. I will wait for your approval, since I saw there is an open with regard to the file license header for the new files. Best Regards, Hao Wu >=20 > Thanks! > Laszlo > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel