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.31, mailfrom: kelly.steele@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Wed, 15 May 2019 05:43:36 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2019 05:43:35 -0700 X-ExtLoop1: 1 Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by orsmga003.jf.intel.com with ESMTP; 15 May 2019 05:43:35 -0700 Received: from orsmsx155.amr.corp.intel.com (10.22.240.21) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 15 May 2019 05:43:35 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.116]) by ORSMSX155.amr.corp.intel.com ([169.254.7.142]) with mapi id 14.03.0415.000; Wed, 15 May 2019 05:43:35 -0700 From: "Steele, Kelly" To: "Bi, Dandan" , "devel@edk2.groups.io" CC: "Gao, Liming" , "Kinney, Michael D" Subject: Re: [edk2-platforms] [patch 1/2] QuarkPlatformPkg: Update UefiDecompressLib instance path Thread-Topic: [edk2-platforms] [patch 1/2] QuarkPlatformPkg: Update UefiDecompressLib instance path Thread-Index: AQHVCsXD0j8jIEB/QEmA2ILouDFQsaZsIgow Date: Wed, 15 May 2019 12:43:34 +0000 Message-ID: References: <20190515022705.18036-1-dandan.bi@intel.com> <20190515022705.18036-2-dandan.bi@intel.com> In-Reply-To: <20190515022705.18036-2-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODZkZjA2NjgtNDhjNi00MGJmLTkwMGYtNGU1ODdiOGRhZTY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQlBKUXpvUklDNUNFR2NCMk5PdlpOQ3RyY2hKSmVjT2ZXUXE2N3VtU1wvSVFvYkk1UmN5Z1ZZRWlybVBYUzFkMHUifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Return-Path: kelly.steele@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Kelly Steele > -----Original Message----- > From: Bi, Dandan > Sent: May 14, 2019 19:27 > To: devel@edk2.groups.io > Cc: Gao, Liming ; Kinney, Michael D > ; Steele, Kelly > Subject: [edk2-platforms] [patch 1/2] QuarkPlatformPkg: 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: Liming Gao > Cc: Michael D Kinney > Cc: Kelly Steele > Signed-off-by: Dandan Bi > --- > Platform/Intel/QuarkPlatformPkg/Quark.dsc | 2 +- > Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc > b/Platform/Intel/QuarkPlatformPkg/Quark.dsc > index e5ebeb5e09..a76d3f9356 100644 > --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc > +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc > @@ -111,11 +111,11 @@ [LibraryClasses] > 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 > oCustomDecompressLib.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/QuarkPlatformPkg/QuarkMin.dsc > b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > index c95a5fcff9..520c006c9e 100644 > --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > @@ -99,11 +99,11 @@ [LibraryClasses] > 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 > oCustomDecompressLib.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