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.100, mailfrom: zailiang.sun@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Tue, 14 May 2019 19:37:13 -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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2019 19:37:12 -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 19:37:12 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 14 May 2019 19:37:11 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 14 May 2019 19:37:11 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.7]) with mapi id 14.03.0415.000; Wed, 15 May 2019 10:37:07 +0800 From: "Sun, Zailiang" To: "Bi, Dandan" , "devel@edk2.groups.io" CC: "Qian, Yi" Subject: Re: [edk2-platforms] [patch 2/2] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path Thread-Topic: [edk2-platforms] [patch 2/2] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path Thread-Index: AQHVCsXDu+7/Spyc6UePXedm7WjNFqZreIWw Date: Wed, 15 May 2019 02:37:07 +0000 Message-ID: <7CB7EF03E15B5D48981329A508747A9850C6450A@SHSMSX104.ccr.corp.intel.com> References: <20190515022705.18036-1-dandan.bi@intel.com> <20190515022705.18036-3-dandan.bi@intel.com> In-Reply-To: <20190515022705.18036-3-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: zailiang.sun@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Zailiang Sun > -----Original Message----- > From: Bi, Dandan > Sent: Wednesday, May 15, 2019 10:27 AM > To: devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi > Subject: [edk2-platforms] [patch 2/2] Vlv2TbltDevicePkg: Update > 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: Zailiang Sun > Cc: Yi Qian > Signed-off-by: Dandan Bi > Reviewed-by: Zailiang Sun > --- > Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 2 +- > Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 2 +- > Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > index b9faf558b7..3a3d3e29e7 100644 > --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc > +++ b/Platform/Intel/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 >=20 > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService > sLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > - > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > essLib/BaseUefiTianoCustomDecompressLib.inf > + > + > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTian > oCu > + stomDecompressLib.inf >=20 > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/P > eiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > eLib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > index 2324794841..69286bfc6f 100644 > --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc > +++ b/Platform/Intel/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 >=20 > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService > sLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > - > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > essLib/BaseUefiTianoCustomDecompressLib.inf > + > + > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTian > oCu > + stomDecompressLib.inf >=20 > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/P > eiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > eLib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > index 10d44d5652..4a226cf03c 100644 > --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > +++ b/Platform/Intel/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 >=20 > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService > sLib.inf > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > - > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > essLib/BaseUefiTianoCustomDecompressLib.inf > + > + > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTian > oCu > + stomDecompressLib.inf >=20 > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/P > eiServicesTablePointerLibIdt.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > eLib.inf > UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > -- > 2.18.0.windows.1