From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (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 3E7BD2095AE53 for ; Thu, 24 Aug 2017 11:24:10 -0700 (PDT) Received: by mail-io0-x230.google.com with SMTP id g33so931119ioj.3 for ; Thu, 24 Aug 2017 11:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TtYpUXu2B5YnVR6JR1EW1jeTYtKimTTgyjiRnNPFScg=; b=FJZ5wpBgKCOaWiunlJtVtjXq5IKAc2Ux7+Fhg5ryUwcicn6nOpXQ6cwxoo53ynIe4v 4fvJ4p0SSM36Q0McDFTyG5+12Wb4FtyPSNHEoFexwHuPic2koLYRGSMSTmkcIHZ1giI7 SKl8WtRDao4z5795oynOwMCIFVR+mG6lMks44= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TtYpUXu2B5YnVR6JR1EW1jeTYtKimTTgyjiRnNPFScg=; b=dxiA6gmUxPJLemndcwCTbrrLg3A1KwZZ2tJumEBj3d+9fI39tIuDzyHc3j6o3oiCZl qeLXAx+0k7LZGrLWRaCQ1Cdrta1bLMmiQ2jJAvawkIZHPmhBO3dwsBPW4DIxfgifI25d CPIWWpElyrOo+Qgf668U6MeI+oGbsLd3vLtGiB2ruBAgsEy0TvuarRAe+DvoZTiWU/xe McPpCprX3Y76YAhb/qYdBhK5xw1UtrvYVR8CN4w7WVywMHJcfSGUJhyAOEUW+oLV2yzx YOjzY9PNnP4j1F1JYlNzjbPiYnFUaJ78UYlv2/C9a6MWQziWmp7E3ZurhJ/DTAnZjNYF 1GAg== X-Gm-Message-State: AHYfb5gn3mo911EEvxtKlur7F0c0CX8VafIFQNVkWd8JZjzfvkZXWmhh NEgnbDZ0QQeCxQZhx64eWfS2x+DG/RlD X-Received: by 10.107.6.22 with SMTP id 22mr5988547iog.190.1503599204816; Thu, 24 Aug 2017 11:26:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.162.1 with HTTP; Thu, 24 Aug 2017 11:26:44 -0700 (PDT) In-Reply-To: <20170824154920.rt3despyiqfkyms5@bivouac.eciton.net> References: <20170824154703.21717-1-ard.biesheuvel@linaro.org> <20170824154920.rt3despyiqfkyms5@bivouac.eciton.net> From: Ard Biesheuvel Date: Thu, 24 Aug 2017 19:26:44 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Alan Ott Subject: Re: [PATCH] Platform: remove ArmDmaLib references from Styx platforms 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: Thu, 24 Aug 2017 18:24:10 -0000 Content-Type: text/plain; charset="UTF-8" On 24 August 2017 at 16:49, Leif Lindholm wrote: > On Thu, Aug 24, 2017 at 04:47:03PM +0100, Ard Biesheuvel wrote: >> Remove the references to ArmDmaLib and UncachedMemoryAllocationLib >> from the various Styx based platforms. They are intended for non-cache >> coherent DMA only, which is not used on these platforms. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Pushed as d218805549b7f9081d8f4673f240cabf1846306f