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; Tue, 09 Apr 2019 19:34:09 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2019 19:34:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,331,1549958400"; d="scan'208";a="147942045" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 09 Apr 2019 19:34:09 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 9 Apr 2019 19:34:08 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 9 Apr 2019 19:34:08 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.164]) with mapi id 14.03.0415.000; Wed, 10 Apr 2019 10:34:06 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Bi, Dandan" CC: "Kinney, Michael D" , "Steele, Kelly" Subject: Re: [edk2-devel] [patch V2 6/7] Quark: Update to use UefiDecompressLib in MdeModulePkg Thread-Topic: [edk2-devel] [patch V2 6/7] Quark: Update to use UefiDecompressLib in MdeModulePkg Thread-Index: AQHU7c22V1cd1EgpdUuSIso71eKZ3KY0sAHA Date: Wed, 10 Apr 2019 02:34:05 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E42180B@SHSMSX104.ccr.corp.intel.com> References: <20190408054044.23452-1-dandan.bi@intel.com> <20190408054044.23452-7-dandan.bi@intel.com> In-Reply-To: <20190408054044.23452-7-dandan.bi@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 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 >Dandan Bi >Sent: Monday, April 08, 2019 1:41 PM >To: devel@edk2.groups.io >Cc: Kinney, Michael D ; Steele, Kelly > >Subject: [edk2-devel] [patch V2 6/7] Quark: Update to use >UefiDecompressLib in MdeModulePkg > >REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1683 > >We have moved the BaseUefiTianoCustomDecompressLib >from IntelFrameworkModulePkg to MdeModulePkg, so >update the consumer accordingly. > >Cc: Michael D Kinney >Cc: Kelly Steele >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Dandan Bi >--- > QuarkPlatformPkg/Quark.dsc | 2 +- > QuarkPlatformPkg/QuarkMin.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc >index 0e69b3c51f..226825bc05 100644 >--- a/QuarkPlatformPkg/Quark.dsc >+++ b/QuarkPlatformPkg/Quark.dsc >@@ -117,11 +117,11 @@ > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > >UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService= s >Lib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf >- >UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCusto >mDecompressLib/BaseUefiTianoCustomDecompressLib.inf >+ >UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr >essLib/BaseUefiTianoCustomDecompressLib.inf > >PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/P >eiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > >DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTable >Lib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf >diff --git a/QuarkPlatformPkg/QuarkMin.dsc >b/QuarkPlatformPkg/QuarkMin.dsc >index 04ecd096ce..afd09e3fde 100644 >--- a/QuarkPlatformPkg/QuarkMin.dsc >+++ b/QuarkPlatformPkg/QuarkMin.dsc >@@ -105,11 +105,11 @@ > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > >UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService= s >Lib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf >- >UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCusto >mDecompressLib/BaseUefiTianoCustomDecompressLib.inf >+ >UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr >essLib/BaseUefiTianoCustomDecompressLib.inf > >PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/P >eiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > >DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTable >Lib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf >-- >2.18.0.windows.1 > > >