From: "Liming Gao" <liming.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Bi, Dandan" <dandan.bi@intel.com>
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>,
"Steele, Kelly" <kelly.steele@intel.com>
Subject: Re: [edk2-devel] [patch V2 6/7] Quark: Update to use UefiDecompressLib in MdeModulePkg
Date: Wed, 10 Apr 2019 02:34:05 +0000 [thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E42180B@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <20190408054044.23452-7-dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----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 <michael.d.kinney@intel.com>; Steele, Kelly
><kelly.steele@intel.com>
>Subject: [edk2-devel] [patch V2 6/7] Quark: Update to use
>UefiDecompressLib in MdeModulePkg
>
>REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683
>
>We have moved the BaseUefiTianoCustomDecompressLib
>from IntelFrameworkModulePkg to MdeModulePkg, so
>update the consumer accordingly.
>
>Cc: Michael D Kinney <michael.d.kinney@intel.com>
>Cc: Kelly Steele <kelly.steele@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Dandan Bi <dandan.bi@intel.com>
>---
> 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/UefiHiiServices
>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/UefiHiiServices
>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
>
>
>
next prev parent reply other threads:[~2019-04-10 2:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 5:40 [patch V2 0/7] Move BaseUefiTianoCustomDecompressLib from IntelFrameworkModulePkg to MdeModulePkg Dandan Bi
2019-04-08 5:40 ` [patch V2 1/7] ArmVirtPkg: Update UefiDecompressLib instance Dandan Bi
2019-04-08 9:54 ` Laszlo Ersek
2019-04-08 5:40 ` [patch V2 2/7] BeagleBoardPkg: " Dandan Bi
2019-04-08 5:40 ` [patch V2 3/7] EmulatorPkg: " Dandan Bi
2019-04-08 6:03 ` Ni, Ray
2019-04-08 5:40 ` [patch V2 4/7] MdeModulePkg: Move BaseUefiTianoCustomDecompressLib to Dandan Bi
2019-04-08 6:49 ` Wu, Hao A
2019-04-08 5:40 ` [patch V2 5/7] Nt32Pkg: Update to use UefiDecompressLib in MdeModulePkg Dandan Bi
2019-04-08 6:16 ` Wu, Hao A
2019-04-08 5:40 ` [patch V2 6/7] Quark: " Dandan Bi
2019-04-10 2:34 ` Liming Gao [this message]
2019-04-08 5:40 ` [patch V2 7/7] Vlv2TbltDevicePkg: " Dandan Bi
2019-04-09 7:31 ` Sun, Zailiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A89E2EF3DFEDB4C8BFDE51014F606A14E42180B@SHSMSX104.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox