From patchwork Tue Oct 25 17:10:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 79243 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp3227145qge; Tue, 25 Oct 2016 10:10:41 -0700 (PDT) X-Received: by 10.98.130.11 with SMTP id w11mr42031764pfd.101.1477415441315; Tue, 25 Oct 2016 10:10:41 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id lk10si18067564pab.109.2016.10.25.10.10.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Oct 2016 10:10:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id CBC3F1A1E57; Tue, 25 Oct 2016 10:10:40 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 AC8301A1E46 for ; Tue, 25 Oct 2016 10:10:39 -0700 (PDT) Received: by mail-wm0-x233.google.com with SMTP id c78so174788530wme.0 for ; Tue, 25 Oct 2016 10:10:39 -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; bh=IgkquWyZGrn5yVFKYRgclGHQ4Z/8hMWpPLo5IbKL7hU=; b=OrqCo5gCKCgBNj9brhXInuhFsaMglEKMV4EI1f8IXws9tt+tuXYvKdnXSznYSqbOTM FDJq0GyWdZPPEI2qC+uInCf7XQDOoKwR9iUJYBwc7k/zQp7ocD0+trTCbL+UJTBXWTbX 1Bg+pBeA/YjyIzvh5LAYeiLlOZBXhQLZSl3aY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=IgkquWyZGrn5yVFKYRgclGHQ4Z/8hMWpPLo5IbKL7hU=; b=MyM4dWRY68XrE2yh5YMH0XI11xVBCRDpvM6rmxM1ZLEscf2Grkc/I/PLJl1eGtgVcQ KPu5pU1j+F7wRkDc1mRrC5Xzf/hwqa+VPHINFjR6FvptAfhwEOJNIcMwuhKQkZj6nJVJ LzUlmKtAaia96NGKZdDzQbCNzosjmZ1jOjYCWBuiifoJ6698tltjKsSgs7DzxMU4dPiC kVoofDiFsoevoy80q2RH6mukRsF+MKhFJw65B7fsCd4rvXIPFEtNVt4Ismbdoy/+cCyu m7dgoUookT5DrNbH/rnoV3yJDiaBSqMC6YV7HJDInqVbqoh8HVYeVZ3oHV0FTqMDxPlK bGuA== X-Gm-Message-State: ABUngve+M4SXp7fGf2Iv6zReeWog0E2bp4MZXLT3WljI6lgfN/cp+o9E1wtojXK/LaQK6xtV X-Received: by 10.28.191.206 with SMTP id o75mr4513352wmi.129.1477415438329; Tue, 25 Oct 2016 10:10:38 -0700 (PDT) Received: from localhost.localdomain ([105.129.136.43]) by smtp.gmail.com with ESMTPSA id a1sm26174792wjl.28.2016.10.25.10.10.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Oct 2016 10:10:37 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Date: Tue, 25 Oct 2016 18:10:23 +0100 Message-Id: <1477415427-10888-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [edk2] [PATCH 1/5] ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lersek@redhat.com, Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" This missing dependency has gone unnoticed until now, but it is breaking the Omap35xxPkg.dsc build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel Reviewed-by: Leif Lindholm diff --git a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf index 20228d286427..95c13006eaac 100644 --- a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf +++ b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf @@ -31,6 +31,7 @@ [Packages] [LibraryClasses] DebugLib + DxeServicesTableLib UefiBootServicesTableLib MemoryAllocationLib UncachedMemoryAllocationLib