From nobody Fri Dec 27 02:53:43 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 150366303905817.526601244290077; Fri, 25 Aug 2017 05:10:39 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 6129721E79014; Fri, 25 Aug 2017 05:07:59 -0700 (PDT) Received: from mail-wr0-x236.google.com (mail-wr0-x236.google.com [IPv6:2a00:1450:400c:c0c::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 49F4C21D1E2FD for ; Fri, 25 Aug 2017 05:07:55 -0700 (PDT) Received: by mail-wr0-x236.google.com with SMTP id k46so2484640wre.0 for ; Fri, 25 Aug 2017 05:10:31 -0700 (PDT) Received: from localhost.localdomain ([105.137.125.182]) by smtp.gmail.com with ESMTPSA id 9sm1996137wmo.35.2017.08.25.05.10.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Aug 2017 05:10:28 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vOnZFNin1imogRMSMbH4lP970UNMr0IJpLcx/2/Jb4M=; b=XRF4nyQP0AXq8ZJNtMZ8XUQi5fWzIVNWCJr1VYSgKxtnRZ5S+Vh0PlJRbfXmjXWM9D aRgXn1R6hOY30k6g4Qk2whDXaIG/DlMtgwhyz/SjwPELRUAipAyEtjrYglEiXuSivtc7 RDLaWCMfO8q1wtHqZzN1w1QIyM//LQLXERMVg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vOnZFNin1imogRMSMbH4lP970UNMr0IJpLcx/2/Jb4M=; b=cTy5MElKO+Hs9Bdt18bVqPX7baW4CIZzn9zPCUoDuzz2Alp2enVaVV+TSmcfErbChK WqAvtDNYjB/ihMl+9jk6vzc2+pkimDbFiFwUgSK1qpi9BYK4TSNV3dq41aT6zakvDe7c VBrGcDIIh1+EUhZjJMb1BbZjxkRhXSrYZi53kPIR2oYa4OaErgrZ6RyzixJZImWStMWd XMCDEOssStqdT2QccUYvY8r3r2GAXsnXGyCT/PyPtkLwCxEheE1mEQvCJBjiannocD16 oH7VdXEh+hdTwV/r6DbBMi4j53MiMFLfF88s13kF6IwlZMdtIMqw7WOVFm5S2fZepRqo B5dw== X-Gm-Message-State: AHYfb5jtmA/wyFlh9PoJZ2JbNSojsk7MQiKSIfyFdrnZZWO70+uMjq6s vvcENPJhwoP6rC6W8jEXtw== X-Received: by 10.223.128.131 with SMTP id 3mr6756050wrl.77.1503663029703; Fri, 25 Aug 2017 05:10:29 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Date: Fri, 25 Aug 2017 13:10:13 +0100 Message-Id: <20170825121014.15739-5-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170825121014.15739-1-ard.biesheuvel@linaro.org> References: <20170825121014.15739-1-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH 4/5] Omap35xxPkg: remove bogus UncachedMemoryAllocationLib dependency X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Remove a false dependency on UncachedMemoryAllocationLib, and fix the broken build while we're at it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf | 1 + Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf | 1 - Omap35xxPkg/Omap35xxPkg.dsc | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf = b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf index 07810d9afd63..5907745b14e2 100644 --- a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf +++ b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf @@ -44,3 +44,4 @@ [LibraryClasses] [Pcd] gOmap35xxTokenSpaceGuid.PcdOmap35xxDebugAgentTimer gOmap35xxTokenSpaceGuid.PcdDebugAgentTimerFreqNanoSeconds + gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress diff --git a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf b/Omap35xxPkg/Li= brary/OmapDmaLib/OmapDmaLib.inf index b569cfbdefca..1f6275d7460d 100644 --- a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf +++ b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf @@ -33,7 +33,6 @@ [LibraryClasses] DebugLib UefiBootServicesTableLib MemoryAllocationLib - UncachedMemoryAllocationLib IoLib BaseMemoryLib ArmLib diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index fc94ca7ed129..941bc97060b9 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -72,8 +72,6 @@ [LibraryClasses.common] =20 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf =20 - UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/U= ncachedMemoryAllocationLib.inf - CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf =20 =20 --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel