From nobody Sun May 5 20:20:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50931+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50931+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1574231709; cv=none; d=zoho.com; s=zohoarc; b=bBVz6KeQlZUx3Le6JlJhwGuOj4GcF8T5PpWNXHajZ00BF7RdjfkcB/T+wrLuwti1hBjzLuvki6CM67lf3AZoYdkWn+ru6pup08YEYGIZGWCjv423ewagH706AlJw9TkW1g1N6XRjag2cJxa9iFeQqLVkmQ3P6bTZ29/5Wizpw8k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1574231709; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=bCp8RZEYnwxXDDFA9lc1/tC7KhNbAlgG9lbDX+GWcwQ=; b=ISZvAjeHy2BmuctnnmYIIE+kx33A5XT5PB+pegia3emfXPCH9ys7vg5QpsIyQcYpOUDVUkXBl+NvlUja4UXvCQBHa9JQcOaX22rgF0ehhOsIFdaT9SLu8LPJOyrXfb9g+k8DTkWhcoRQ7NwdE4wrqHPhZNshB3NsWb2H4CLTDpk= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50931+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1574231709078265.17634096932875; Tue, 19 Nov 2019 22:35:09 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id mT6jYY1788612xJIxPU7qVj7; Tue, 19 Nov 2019 22:35:08 -0800 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web09.3626.1574231707715042482 for ; Tue, 19 Nov 2019 22:35:08 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Nov 2019 22:35:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,220,1571727600"; d="scan'208";a="237617897" X-Received: from fieedk002.ccr.corp.intel.com ([10.239.158.170]) by fmsmga002.fm.intel.com with ESMTP; 19 Nov 2019 22:35:05 -0800 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Liming Gao , Jian J Wang , Hao A Wu Subject: [edk2-devel] [PATCH] MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore Date: Wed, 20 Nov 2019 14:34:43 +0800 Message-Id: <20191120063443.30604-1-zhiguang.liu@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com X-Gm-Message-State: NyldQdUlVZ4gpD9SeLorBtxJx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1574231708; bh=k5MCb1tTwQlL7upt4BDm3MCbEsibLYXMvO1X0S8dbh8=; h=Cc:Date:From:Reply-To:Subject:To; b=CpnSxV74uRaLO4p1udtolXE7onQ2K4uMz3hmU489+2WCfIZgCwe6eaXitUJjYNtsdpn gwacHBI7/rqJ3JfcMDiDdXHhWAvKUWR1ScrMZAPzpui2R361YAsNRRpa3a3+SFUnnW/bV u2RUiri+SpSv7PTfkT9xw4Ts5t8pR/9eHyI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Liming Gao --- MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.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/LzmaCustomDecompr= essLib.inf index 42b741c64b..e8061f54f9 100644 --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.= inf +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.= 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 # =20 [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/CpuExceptionHandlerLibNu= ll.inf MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialP= ortPpi.inf - MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReport= StatusCode.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/BrotliCustomDecompressLib= .inf + MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf MdeModulePkg/Core/Dxe/DxeMain.inf { --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#50931): https://edk2.groups.io/g/devel/message/50931 Mute This Topic: https://groups.io/mt/60761516/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-