From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 EB5461A1DEB for ; Tue, 25 Oct 2016 10:46:35 -0700 (PDT) Received: by mail-wm0-x232.google.com with SMTP id c78so176704245wme.0 for ; Tue, 25 Oct 2016 10:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=RICj3sXxud3UX+vwxU9syI4MFHOiv/eY0yZ8MWvuPKo=; b=DnOv/shG63i4fZtWAlg1y7vrmy6QW5FeUuVcQ98aLGwM/kmI/KI8JmNyR0KTDyWUpQ GzSwwfOSJ9Afq0+3aJtOsudT238e/F5FzZJ1gv/3ksuWlpbLY2M1b7c6vF58PPLSbFUx 8A7dN3aQwdn152FXF6qxGSV7hqw8ea0WnsrBY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RICj3sXxud3UX+vwxU9syI4MFHOiv/eY0yZ8MWvuPKo=; b=Yd6+dGo5TN2Zi2QllWEvuAzG8S30O1fGdL90KXv/Db6oBxU9hlM8by6pdLFVxgbepS A8IjTPN1on81dKO8zATzuRJ0RYkxAVZ/zFkn6GdmoyrijqZa233sdbHZkf67SZAuDLzh 6n9VRwFVqCVbQZ1LwRX7sc75WFGcjwqGo2eB7D4abmZIAgr8TRhBHMqRYvE/PI+056E1 o8v1q5THnWoCCnjAobIHBXVmTb8mNtt5UiiewjSTh8jXlwOHsfM39vvLTdTVj6LCsxgR cL4HFifMF/N9K/WgfvLT5RELXi6pUAWxF+Rj+cE97k/Z1o36SdX6GTyaa8M/tzjQgcsU Y3Yg== X-Gm-Message-State: ABUngvdzFnUUJByzP6TX2dusjZ1eOqdRSZFOuQ2A/OxPMzSkc3uYNi6MpP9lBY5P/5EM6vI1 X-Received: by 10.28.180.70 with SMTP id d67mr4736017wmf.115.1477417594567; Tue, 25 Oct 2016 10:46:34 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 186sm4884377wmy.13.2016.10.25.10.46.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Oct 2016 10:46:33 -0700 (PDT) Date: Tue, 25 Oct 2016 18:46:32 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, lersek@redhat.com Message-ID: <20161025174632.GK1161@bivouac.eciton.net> References: <1477415427-10888-1-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <1477415427-10888-1-git-send-email-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [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: , X-List-Received-Date: Tue, 25 Oct 2016 17:46:36 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline No 0/5 for this series. But I'll give the series Reviewed-by: Leif Lindholm on this patch (unless you insist on having one per patch). On Tue, Oct 25, 2016 at 06:10:23PM +0100, Ard Biesheuvel wrote: > 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(+) > > 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 > -- > 2.7.4 >