From nobody Thu May 2 15:04:58 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+51167+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+51167+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1574410076; cv=none; d=zoho.com; s=zohoarc; b=B5OSQMBeRP7QLThaoWduNf6tZsbFfoNjVtXpgh1nbtRF7zdeOxVEhZbO0RgWNNQWFKb4DSv34bXysPmdUjqNjbwtxtHBNh6aSmu/1rYRm2RKxR5HDP0Fvl+WyTaNx0xBKtVZdaktDRDQBsrF/s4mJ1dAbtrqBeG2pIlFY8bvTYk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1574410076; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=7uO2BX1JaAcZZE4+tz8pvLLUygrAQqsx95i7xOAv53M=; b=Lz5XJYMNq31CZg5EoG+a55iG7xU9ZAYsX6XRAsM8ZnNlix7uGTUuAj/JhJAkz17XBfDOhVDFI/eWL+lkpXTiR98JzxE1uOK2KpbpCJBA4hF7+elLgKKGsGabtegaby/etr7HiYYanO1Wx6X6Z9fBMkCJavSTwe9muz2xDMaoZLk= 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+51167+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 1574410076794291.69944538547566; Fri, 22 Nov 2019 00:07:56 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Fri, 22 Nov 2019 00:07:55 -0800 X-Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.3815.1574410075076824919 for ; Fri, 22 Nov 2019 00:07:55 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Nov 2019 00:07:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,229,1571727600"; d="scan'208";a="232595570" X-Received: from fieedk002.ccr.corp.intel.com ([10.239.158.170]) by fmsmga004.fm.intel.com with ESMTP; 22 Nov 2019 00:07:51 -0800 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Liming Gao , Jian J Wang , Hao A Wu , Leif Lindholm Subject: [edk2-devel] [Patch V2] MdeModulePkg: LzmaCustomDecompressLib.inf don't support EBC anymore Date: Fri, 22 Nov 2019 16:07:26 +0800 Message-Id: <20191122080726.36584-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: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1574410075; bh=5kmH6kXuFvjXaQVFj8mjqmWnXUaIMkPmVF4JzFNsAsk=; h=Cc:Date:From:Reply-To:Subject:To; b=I2aIPA02rIeVKiW1PuBybG+cbCSAOsc+1JWNmTiJ7eeG8qLHQ2KFhC1kNXOUo+pt8NN CDA5IMmttB1WTgsF+KUcsKzAJQpnXhYN/nmph9xXI32eWuhfFAzvSbngKn0ke8bmkL5Xb Ep4j1igul5JCF5i4PF6hBUCyChgGi7MrdDU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" V1: After unifying the definition of size_t, EBC compiler has failure. So don't compile this inf file for EBC V2: Thanks for Leif's comment Updated VALID_ARCHITECTURES in inf file REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2338 Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Cc: Leif Lindholm Reviewed-by: Liming Gao Signed-off-by: Zhiguang Liu Reviewed-by: Leif Lindholm --- 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..4ed1d83a40 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 AARCH64 ARM # =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 (#51167): https://edk2.groups.io/g/devel/message/51167 Mute This Topic: https://groups.io/mt/61573525/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-