From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: hao.a.wu@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Wed, 15 May 2019 01:32:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2019 01:32:45 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 15 May 2019 01:32:45 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 15 May 2019 01:32:44 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 15 May 2019 01:32:44 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.10]) with mapi id 14.03.0415.000; Wed, 15 May 2019 16:32:42 +0800 From: "Wu, Hao A" To: Leif Lindholm CC: "devel@edk2.groups.io" , "Ni, Ray" , Ard Biesheuvel Subject: Re: [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency Thread-Topic: [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency Thread-Index: AQHVCidgS3vNXicn20OgcrojPII50aZqOKKAgAGkZAA= Date: Wed, 15 May 2019 08:32:42 +0000 Message-ID: References: <20190514073343.11872-1-hao.a.wu@intel.com> <20190514152723.iuzyqeg2yvrwscbh@bivouac.eciton.net> In-Reply-To: <20190514152723.iuzyqeg2yvrwscbh@bivouac.eciton.net> 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 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > Sent: Tuesday, May 14, 2019 11:27 PM > To: Wu, Hao A > Cc: devel@edk2.groups.io; Ni, Ray; Ard Biesheuvel > Subject: Re: [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg > dependency >=20 > On Tue, May 14, 2019 at 03:33:41PM +0800, Hao A Wu wrote: > > The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg > and > > IntelFrameworkModulePkg. > > > > Tests done: > > Package level build pass for GCC5 tool chain on ARM and AARCH64 archs. > > > > Cc: Ray Ni > > Cc: Leif Lindholm > > Cc: Ard Biesheuvel >=20 > For series: > Reviewed-by: Leif Lindholm Thanks Ray and Leif, Series has been pushed via commit: e90ea9470a..32f345eba7 Best Regards, Hao Wu >=20 >=20 > > Hao A Wu (2): > > EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg > > EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg > > > > EmbeddedPkg/EmbeddedPkg.dsc | 6 +++--- > > EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 3 --- > > EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 1 - > > 3 files changed, 3 insertions(+), 7 deletions(-) > > > > -- > > 2.12.0.windows.1 > >