From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (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 1DE5C21E95E0D for ; Wed, 30 Aug 2017 02:30:39 -0700 (PDT) Received: by mail-wr0-x235.google.com with SMTP id j29so15915844wre.2 for ; Wed, 30 Aug 2017 02:33:20 -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=ZZNkmKZa2UmukzuAXb1KFTzZM13gBNO/HSyi5DK5MBc=; b=ezgmeWZIGCwDzlZNpj91QcVsp3mKmohVy+89EyajeB4IDUYKh+acm8p4qfmc3rL2PY SU9J8XD0fcxdw43yjgMJRljupIRlIc8xgmlPnNWCxrvYBXChTEEYIfCgOTHdiJzBl+kp awEsoayMw9sShc9N9eNk7yAdJcmMpcciGgOCc= 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=ZZNkmKZa2UmukzuAXb1KFTzZM13gBNO/HSyi5DK5MBc=; b=nwYOBl8ZgxBpQKRG9RBwUN+p7RRxlTVT61z9zUx4p6b53d13zXPEFsOawV7sNyU4Uf cNg5hytHWUVc7z6OQZqMYSywIEtPRYbXCKTU9SwkucvsCEXg97CGybxtAufMBOWV8wbj r5upU5BNtoehRZB4Sgp5HZ5i8B2Z64/TC9BLkuHr3Chp8ZpVGnacWdjBPL5V2Tz7/NV1 FBeZBl4mIzdrGtogfrExk39gXmdehcehGcTjvYKumgfCHe2gf1qUhO9pyf06QUdKHiaY vkdV+AaoQvlVt/Mx0oSjli0lGUPbajKTcb1CAfZ6i1h5tvgvJJ+FyVFBEnkUD0S7VcRa Pvlg== X-Gm-Message-State: AHYfb5hIDCNa2FIxxmQqVbWu51cLwSy53i3QAIirYB5wK/aOB+lfejwd ASaY53LqMUh8Ekc/OzIVcg== X-Received: by 10.223.187.10 with SMTP id r10mr734225wrg.8.1504085599179; Wed, 30 Aug 2017 02:33:19 -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 l9sm5588875wre.48.2017.08.30.02.33.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 02:33:18 -0700 (PDT) Date: Wed, 30 Aug 2017 10:33:16 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20170830093316.jkek4extm45g5zqh@bivouac.eciton.net> References: <20170830093012.22651-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib 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: Wed, 30 Aug 2017 09:30:39 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 30, 2017 at 10:31:22AM +0100, Ard Biesheuvel wrote: > On 30 August 2017 at 10:30, Ard Biesheuvel wrote: > > This driver does not support on DmaLib, so don't declare it as a > > dependency. > > > > -EGRAMMAR > > Will fix before submitting With that: Reviewed-by: Leif Lindholm > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel > > --- > > ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf > > index 6719d0adcc87..0fc8bd88c6ce 100644 > > --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf > > +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf > > @@ -37,7 +37,6 @@ [LibraryClasses] > > ArmShellCmdRunAxfLib > > BaseMemoryLib > > DebugLib > > - DmaLib > > DxeServicesTableLib > > IoLib > > NonDiscoverableDeviceRegistrationLib > > -- > > 2.11.0 > >