From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::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 71F8521E70D38 for ; Tue, 29 Aug 2017 12:53:22 -0700 (PDT) Received: by mail-it0-x232.google.com with SMTP id p2so1534406ite.0 for ; Tue, 29 Aug 2017 12:56:03 -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=J5ImWfNgvjBAkcGyoDKxOJuDb7G4lKLQP8O8uiEodwM=; b=HUqMTCloAKbTu5nNFwOpAg1ADtJfgtcpZiMJ37klKW4BGOPlbwdZ+2NA+JUZHFNAH5 7hcAysFXLz+3pv/iATl/XpXuDJ27QUAKOcQLeqcM5gl2n+EqGguodmTdKh9pBwMCgBUu ZbJxs9COctse5rWIhOJcix8nbTKHyS13SgMcI= 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=J5ImWfNgvjBAkcGyoDKxOJuDb7G4lKLQP8O8uiEodwM=; b=JzaoJkf6bf+kDcEbS3XNseX+eakSMKdsT2BDuqftohoGStczvl1gu4lGTLD3fMlF6D W2k52vmotiqXzU1LezGBZs09okAXa3jX1IszrorcV5h0qCpGVAw/PefblIyM78Wweq2T w3Ky2xQQ3cTN15Dnela/QiA9Y0eZjU66SsVBzflylsf9RdsOEVyiakBCNqyMhSiwhIfn DqNHG8f3lk2PFia0Ta0+rgvd7foxbfWsNFz4yX0o66NU2D7ey/tJJL5muKEN1H0yRR0H mJY6Esm47jNsM9DwJYGiZ3xkxIPJDcLgKsgffFmgNcCi+S3Dt0VBUdbcyP2v1XHh4If3 lUug== X-Gm-Message-State: AHYfb5jfujMb14gn1iyefN0EzqSgxK7Zm9E+o8cqCRfYBMku7UAjqKN1 v66l3A9uHPSooFh+AidppY6BqIdOlPid X-Received: by 10.36.91.195 with SMTP id g186mr5164135itb.63.1504036562707; Tue, 29 Aug 2017 12:56:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.162.1 with HTTP; Tue, 29 Aug 2017 12:56:02 -0700 (PDT) In-Reply-To: <20170829194713.hve6jbzoycul2n2q@bivouac.eciton.net> References: <20170829164223.7887-1-ard.biesheuvel@linaro.org> <20170829194713.hve6jbzoycul2n2q@bivouac.eciton.net> From: Ard Biesheuvel Date: Tue, 29 Aug 2017 20:56:02 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib 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: Tue, 29 Aug 2017 19:53:22 -0000 Content-Type: text/plain; charset="UTF-8" On 29 August 2017 at 20:47, Leif Lindholm wrote: > On Tue, Aug 29, 2017 at 05:42:22PM +0100, Ard Biesheuvel wrote: >> We no longer need a resolution for UncachedMemoryAllocationLib so >> remove it. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > For the series: > Reviewed-by: Leif Lindholm > Thanks Pushed as c47894eead7a Platform/Hikey: remove UncachedMemoryAllocationLib resolution 60e49d905591 Platform/ARM: remove UncachedMemoryAllocationLib resolution