From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: liming.gao@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Wed, 15 May 2019 05:38:29 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2019 05:38:28 -0700 X-ExtLoop1: 1 Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 15 May 2019 05:38:28 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 15 May 2019 05:38:28 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 15 May 2019 05:38:28 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.126]) with mapi id 14.03.0415.000; Wed, 15 May 2019 20:38:26 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Bi, Dandan" CC: "Kinney, Michael D" , "Steele, Kelly" Subject: Re: [edk2-devel] [edk2-platforms] [patch 1/2] QuarkPlatformPkg: Update UefiDecompressLib instance path Thread-Topic: [edk2-devel] [edk2-platforms] [patch 1/2] QuarkPlatformPkg: Update UefiDecompressLib instance path Thread-Index: AQHVCsXDGDgopC2NeEGmu3OlxCw5g6ZsIHDw Date: Wed, 15 May 2019 12:38:25 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E44B5C4@SHSMSX104.ccr.corp.intel.com> References: <20190515022705.18036-1-dandan.bi@intel.com> <20190515022705.18036-2-dandan.bi@intel.com> In-Reply-To: <20190515022705.18036-2-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjk5OTEzZTQtNTc5NC00MGU1LWIwM2UtMDYyODc1ODY1ZDEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN0hqWmgzYjBKY012SUVDVTJ0OFJDenh6a1hTUXRaTGlucDBFR0NlSVc3dW83TVljTU56XC8zbm5tejdiQmZFNTcifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Da= ndan Bi > Sent: Wednesday, May 15, 2019 10:27 AM > To: devel@edk2.groups.io > Cc: Gao, Liming ; Kinney, Michael D ; Steele, Kelly > Subject: [edk2-devel] [edk2-platforms] [patch 1/2] QuarkPlatformPkg: Upd= ate UefiDecompressLib instance path >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1722 >=20 > Since we have merged the BaseUefiTianoCustomDecompressLib > in MdeModulePkg into BaseUefiDecompressLib in MdePkg and > will remove the one in MdeModulePkg. So here update the > Platform to use the UefiDecompressLib instance in MdePkg. >=20 > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Kelly Steele > Signed-off-by: Dandan Bi > --- > Platform/Intel/QuarkPlatformPkg/Quark.dsc | 2 +- > Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/= QuarkPlatformPkg/Quark.dsc > index e5ebeb5e09..a76d3f9356 100644 > --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc > +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc > @@ -111,11 +111,11 @@ [LibraryClasses] > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiSer= vicesLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > - UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressL= ib/BaseUefiTianoCustomDecompressLib.inf > + UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoC= ustomDecompressLib.inf > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibI= dt/PeiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTab= leLib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > diff --git a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc b/Platform/Int= el/QuarkPlatformPkg/QuarkMin.dsc > index c95a5fcff9..520c006c9e 100644 > --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > @@ -99,11 +99,11 @@ [LibraryClasses] > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiSer= vicesLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > - UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressL= ib/BaseUefiTianoCustomDecompressLib.inf > + UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoC= ustomDecompressLib.inf > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibI= dt/PeiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTab= leLib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > -- > 2.18.0.windows.1 >=20 >=20 >=20