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 <dandan...@intel.com> > Cc: Qian, Yi <yi.q...@intel.com> > Subject: RE: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update > UefiDecompressLib instance path > > Reviewed-by: Zailiang Sun <zailiang....@intel.com> > > > -----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 <zailiang....@intel.com>; Qian, Yi > > <yi.q...@intel.com> > > Subject: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update > > UefiDecompressLib instance path > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 > > > > 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 <zailiang....@intel.com> > > Cc: Yi Qian <yi.q...@intel.com> > > Signed-off-by: Dandan Bi <dandan...@intel.com> > > --- > > 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 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40622): https://edk2.groups.io/g/devel/message/40622 Mute This Topic: https://groups.io/mt/31602935/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-