From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web09.4250.1574236721037634850 for ; Tue, 19 Nov 2019 23:58:41 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Nov 2019 23:58:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,221,1571727600"; d="scan'208";a="196769390" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 19 Nov 2019 23:58:40 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 19 Nov 2019 23:58:39 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 19 Nov 2019 23:58:39 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.248]) with mapi id 14.03.0439.000; Wed, 20 Nov 2019 15:58:38 +0800 From: "Liming Gao" To: "Liu, Zhiguang" , "devel@edk2.groups.io" CC: "Wang, Jian J" , "Wu, Hao A" Subject: Re: [PATCH] MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore Thread-Topic: [PATCH] MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore Thread-Index: AQHVn2ysPNZeqw4WxEG57Dfy1srk36eTscUQ Date: Wed, 20 Nov 2019 07:58:38 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E544060@SHSMSX104.ccr.corp.intel.com> References: <20191120063443.30604-1-zhiguang.liu@intel.com> In-Reply-To: <20191120063443.30604-1-zhiguang.liu@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: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Liu, Zhiguang >Sent: Wednesday, November 20, 2019 2:35 PM >To: devel@edk2.groups.io >Cc: Gao, Liming ; Wang, Jian J >; Wu, Hao A >Subject: [PATCH] MdeModulePkg: LzmaCustomDecompressLib.inf don't >support EBC anymore > >After unifying the definition of size_t, EBC compiler has failure. >So don't compile this inf file for EBC > >REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2338 > >Cc: Liming Gao >Cc: Jian J Wang >Cc: Hao A Wu > >Signed-off-by: Zhiguang Liu >--- > >MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre >ssLib.inf | 2 +- > MdeModulePkg/MdeModulePkg.dsc = | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git >a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompr >essLib.inf >b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecomp >ressLib.inf >index 42b741c64b..e8061f54f9 100644 >--- >a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompr >essLib.inf >+++ >b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecomp >ressLib.inf >@@ -25,7 +25,7 @@ > # > # The following information is for reference only and not required by the >build tools. > # >-# VALID_ARCHITECTURES =3D IA32 X64 EBC >+# VALID_ARCHITECTURES =3D IA32 X64 > # > > [Sources] >diff --git a/MdeModulePkg/MdeModulePkg.dsc >b/MdeModulePkg/MdeModulePkg.dsc >index 4320839abf..f7dbb27ce2 100644 >--- a/MdeModulePkg/MdeModulePkg.dsc >+++ b/MdeModulePkg/MdeModulePkg.dsc >@@ -299,7 +299,6 @@ > MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf > >MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLi >bNull.inf > >MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerial >PortPpi.inf >- >MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre >ssLib.inf > >MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLib >ReportStatusCode.inf > MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf > MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf >@@ -433,6 +432,7 @@ > > [Components.IA32, Components.X64, Components.ARM, >Components.AARCH64] > >MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompre >ssLib.inf >+ >MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre >ssLib.inf > MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > MdeModulePkg/Core/Dxe/DxeMain.inf { > >-- >2.16.2.windows.1