From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) 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) 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) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel 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: [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: , X-List-Received-Date: Fri, 25 Aug 2017 12:07:55 -0000 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/Library/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] UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf - UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf - CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf -- 2.11.0