From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.1105.1574669177487457955 for ; Mon, 25 Nov 2019 00:06:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=drMoZOJN; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574669176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NT25bGSHGtIDbzXNncymunzOWQ91EiWFVwA8f9NjIVg=; b=drMoZOJNOv+DQ42UqaEUZ0j86+MZQoWCI0OLgwdpkVDwBqL8JeX7omUJr6xW9aDWuX8P8+ NVK9EVSvdWnRYLpK0OzkLJRWUwOyNE490jcZJsDJeYeqc2MP0ebbpa79YXHEvEjnlL9wwm 8/iz0p3o8S6wvJPP8QZPz04BxGdcm+w= Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-265-9H2LzVh4Mla9GWn4X0K6VQ-1; Mon, 25 Nov 2019 03:06:14 -0500 Received: by mail-wm1-f70.google.com with SMTP id l23so5118082wmh.6 for ; Mon, 25 Nov 2019 00:06:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vI3Vt1TKh5eELxPZZahFKkVeGOdNf+8pTZHx/ohgciM=; b=C9o8llu1NUewKOI4cx40LEGBjedl13Gd8syymSA0hUurH1OilFuZYWP42x5NFYKwtA cATZH2IvpqxGApvbSXNtGFOJ9ObweClCui0xRQ7vRZ+z2MZWJpOzcQedb3fYq6QhsUj6 PzJG8QYBIkWxsI9tuzW020nqYJvKUBVoPHQgaG2eMxo586ARb2+Z8Tq8CnV9WwcbAwxC S9b8kIIt/BFt/xakQZx0GdhgntKlfWAIexljEAbKWl6X6RbtB9Y43gKBYKnidG64XiGE Iq+VDAnvkjIvy3vdpe3q6+RMMRw6Gk0Ieynq8Nd2rYpMx40CUPU2HXO3l0NhnAqJQQG4 hkdg== X-Gm-Message-State: APjAAAV6J2QYduLFcqmrfx7aJGjPtAb8jtPC/Ix9QysgdIkSLR21r6jL jovcoSmAkErAR2vdmbqsY7wwPICbkBE4SkViAoJF/3irhTc6x10YTWTOlAQtRV1ag92cWPKD11x JYxzDQraKriIHLA== X-Received: by 2002:a5d:674a:: with SMTP id l10mr24285831wrw.223.1574669173264; Mon, 25 Nov 2019 00:06:13 -0800 (PST) X-Google-Smtp-Source: APXvYqzsPBpHy8WMobAFbuCDJ56CkxR9tCbOoo5X6TKSHaQ4xAZfjUMGTUsdRlUGwhX83lL2srqiIQ== X-Received: by 2002:a5d:674a:: with SMTP id l10mr24285798wrw.223.1574669172942; Mon, 25 Nov 2019 00:06:12 -0800 (PST) Return-Path: Received: from [192.168.1.35] (182.red-88-21-103.staticip.rima-tde.net. [88.21.103.182]) by smtp.gmail.com with ESMTPSA id a6sm11230042wmb.1.2019.11.25.00.06.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 25 Nov 2019 00:06:12 -0800 (PST) Subject: Re: [Patch V3 1/2] MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore To: Zhiguang Liu , devel@edk2.groups.io Cc: Liming Gao , Jian J Wang , Hao A Wu , Leif Lindholm References: <20191125015732.35208-1-zhiguang.liu@intel.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: Date: Mon, 25 Nov 2019 09:06:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191125015732.35208-1-zhiguang.liu@intel.com> X-MC-Unique: 9H2LzVh4Mla9GWn4X0K6VQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable On 11/25/19 2:57 AM, Zhiguang Liu wrote: > After unifying the definition of size_t, EBC compiler has failure. > So don't compile this inf file for EBC >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2338 >=20 > Cc: Liming Gao > Cc: Jian J Wang > Cc: Hao A Wu > Cc: Leif Lindholm > Cc: Philippe Mathieu-Daud=C3=A9 > Reviewed-by: Liming Gao >=20 > Signed-off-by: Zhiguang Liu > --- > MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.in= f | 2 +- > MdeModulePkg/MdeModulePkg.dsc = | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecom= pressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecom= pressLib.inf > index 42b741c64b..e8061f54f9 100644 > --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLi= b.inf > +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLi= b.inf > @@ -25,7 +25,7 @@ > # > # The following information is for reference only and not required by t= he build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 EBC > +# VALID_ARCHITECTURES =3D IA32 X64 > # > =20 > [Sources] > diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.ds= c > 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/PlatformHookLibSeri= alPortPpi.inf > - MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.i= nf > MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibRep= ortStatusCode.inf > MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf > MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf > @@ -433,6 +432,7 @@ > =20 > [Components.IA32, Components.X64, Components.ARM, Components.AARCH64] > MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompress= Lib.inf > + MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.i= nf > MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > MdeModulePkg/Core/Dxe/DxeMain.inf { > >=20 Reviewed-by: Philippe Mathieu-Daude