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.93, mailfrom: dandan.bi@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Tue, 14 May 2019 18:11:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2019 18:11:18 -0700 X-ExtLoop1: 1 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 14 May 2019 18:11:18 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 14 May 2019 18:11:17 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.216]) with mapi id 14.03.0415.000; Wed, 15 May 2019 09:11:16 +0800 From: "Dandan Bi" To: "Sun, Zailiang" , "devel@edk2.groups.io" CC: "Qian, Yi" Subject: Re: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path Thread-Topic: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path Thread-Index: AQHVCTIY7I6aUD5oPE2EVGvErmflh6ZoWOEAgAMKkpA= Date: Wed, 15 May 2019 01:11:15 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB40BD385D@SHSMSX104.ccr.corp.intel.com> References: <20190513021552.7792-1-dandan.bi@intel.com> <20190513021552.7792-5-dandan.bi@intel.com> <7CB7EF03E15B5D48981329A508747A9850C63AAC@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <7CB7EF03E15B5D48981329A508747A9850C63AAC@SHSMSX104.ccr.corp.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: dandan.bi@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Since it has been moved to edk2 repo, I will resend the patch and pick up = the Reviewed-by tag. Thanks, Dandan > -----Original Message----- > From: Sun, Zailiang > Sent: Monday, May 13, 2019 10:44 AM > To: devel@edk2.groups.io; Bi, Dandan > Cc: Qian, Yi > Subject: RE: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update > UefiDecompressLib instance path >=20 > Reviewed-by: Zailiang Sun >=20 > > -----Original Message----- > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > > Dandan Bi > > Sent: Monday, May 13, 2019 10:16 AM > > To: devel@edk2.groups.io > > Cc: Sun, Zailiang ; Qian, Yi > > > > Subject: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update > > UefiDecompressLib instance path > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1722 > > > > Since we will merger the BaseUefiTianoCustomDecompressLib in > > MdeModulePkg into BaseUefiDecompressLib in MdePkg and remove the > one > > in MdeModulePkg. So here update the Platform to use the > > UefiDecompressLib instance in MdePkg. > > > > Cc: Zailiang Sun > > Cc: Yi Qian > > Signed-off-by: Dandan Bi > > --- > > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 2 +- > > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 2 +- > > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > index 4a10840c5c..b874829b08 100644 > > --- a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > +++ b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > > @@ -130,11 +130,11 @@ [LibraryClasses.common] > > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > > > > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServ > > UefiHiiServicesLib|ice > > sLib.inf > > > > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > - > > > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > > essLib/BaseUefiTianoCustomDecompressLib.inf > > + > > + > > > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTian > > oCu > > + stomDecompressLib.inf > > > > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibId > > PeiServicesTablePointerLib|t/P > > eiServicesTablePointerLibIdt.inf > > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > > > > > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > > eLib.inf > > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > > diff --git a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > index a99a5dfd5a..085d058f61 100644 > > --- a/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > +++ b/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > > @@ -130,11 +130,11 @@ [LibraryClasses.common] > > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > > > > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServ > > UefiHiiServicesLib|ice > > sLib.inf > > > > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > - > > > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > > essLib/BaseUefiTianoCustomDecompressLib.inf > > + > > + > > > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTian > > oCu > > + stomDecompressLib.inf > > > > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibId > > PeiServicesTablePointerLib|t/P > > eiServicesTablePointerLibIdt.inf > > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > > > > > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > > eLib.inf > > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > > diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > index 0fac892bd5..e361590a4a 100644 > > --- a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > +++ b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > > @@ -130,11 +130,11 @@ [LibraryClasses.common] > > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > > > > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServ > > UefiHiiServicesLib|ice > > sLib.inf > > > > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > > - > > > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > > essLib/BaseUefiTianoCustomDecompressLib.inf > > + > > + > > > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTian > > oCu > > + stomDecompressLib.inf > > > > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibId > > PeiServicesTablePointerLib|t/P > > eiServicesTablePointerLibIdt.inf > > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > > > > > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > > eLib.inf > > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > > -- > > 2.18.0.windows.1 > > > > > >=20