From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x229.google.com (mail-wr0-x229.google.com [IPv6:2a00:1450:400c:c0c::229]) (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 F400821E95E15 for ; Wed, 30 Aug 2017 06:04:54 -0700 (PDT) Received: by mail-wr0-x229.google.com with SMTP id j29so17437961wre.2 for ; Wed, 30 Aug 2017 06:07:36 -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=fPct0rXHCb8Yh/Vrb/1N+cVjrDqWlj4IDaP8LROQ6Hg=; b=D7ZpBad9ptp7C+m+2I3vW092em94eUuRyFnQd5P4Qm2G2YxAtejB/nF4Z0PsWHtSuk RIee6lkAJMaqftua7J0pDPynH8ialEg8r6QTjUZ8PYk2vly7GFL+ePR5hhwRiI3Bd7Li /ksyRuDNp6XYihXSXPkz1KQXbsg6aGtnBqVXo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=fPct0rXHCb8Yh/Vrb/1N+cVjrDqWlj4IDaP8LROQ6Hg=; b=O+xwn8CCE/j+grUGf1AmQjENnVwMfQAgv3ye6WNsE4BhEvn6Ep43xgzUDKQbhBVxdW EKlvcyChChTEwIqNYRombUn38DXRUOPKHFs6+5Yi8VW8xG8V7LYuMkFFGtnwv27+RA/W Op62lrJi5mGWCrFyC0wQzBx3kCmZc2/ewyfTXO5uswT90UNCGQx+QbKTWT69H9L5ziXm BURj48UMy24FqGno9aRkpPUNNPE+IZyaIsdmRc9UOzKZs1J3nVrgVJuUSuWP0rOtPvCV CIfoH7z21TI5GKZY5OY8a/ybQtfdo9hEWH12OL78YRocHHFgf3q6YxIf0eMu8Y6Yue2K to9A== X-Gm-Message-State: AHYfb5ibuad8KzutGJtucHZBF15G+UxoY0TPRYU/xuFnPX+j8SstYnf9 IutWwD0C1siPVrQY4UqMlQ== X-Received: by 10.223.195.2 with SMTP id n2mr1057268wrf.266.1504098455312; Wed, 30 Aug 2017 06:07:35 -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 m78sm1311389wmi.3.2017.08.30.06.07.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 06:07:34 -0700 (PDT) Date: Wed, 30 Aug 2017 14:07:32 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20170830130732.7ywlm2cbsg7jzycu@bivouac.eciton.net> References: <20170830095208.25549-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20170830095208.25549-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 1/2] Platform/ARM: remove DmaLib library class resolution 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: Wed, 30 Aug 2017 13:04:55 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 30, 2017 at 10:52:07AM +0100, Ard Biesheuvel wrote: > Nothing in the ARM builds depends on DmaLib anymore, so let's remove > the resolution for it. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel For the series: Reviewed-by: Leif Lindholm > --- > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > index a630d3c600cc..770007d1c893 100644 > --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > @@ -70,7 +70,6 @@ > DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf > CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf > ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf > - DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf > ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf > ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf > ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf > -- > 2.11.0 >