From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x236.google.com (mail-wr0-x236.google.com [IPv6:2a00:1450:400c:c0c::236]) (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 024D021E70D38 for ; Tue, 29 Aug 2017 12:44:37 -0700 (PDT) Received: by mail-wr0-x236.google.com with SMTP id k9so803018wre.4 for ; Tue, 29 Aug 2017 12:47:17 -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=SbAHtcJVQHFLOHt3gvTmEN1LBAv35ahMdieREAsxXGM=; b=N3K4HsTEQLTjiQwqve2GIfJB0Y/hN9u0CHU7YqB8s+H2SIN1CEG6IAF8Eg1Y/KwOh0 bQLwmz3XzlCOnJjrcnHWi4Hg07fiyeUaQ7lwRoqqXyd++IMZwc+DDRowZY0gnJ0rtWcL jB3kDzb5aw9zJvVerS+P9peKUQ+jnELItN/4Q= 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=SbAHtcJVQHFLOHt3gvTmEN1LBAv35ahMdieREAsxXGM=; b=fDmSq2lHeXfOn/jVyM1lg6LnkkmG9UkRWIer/AwXbSXPSwhIxqd3PPuAGEp/IndLTW mm5Ku9ZDv4MS51QrpUUErZ/23jjZhEGLEdGJH1meGRXHV2Xq67N4dEuH82RMfJGPl+R/ gFHMnsR4ha/8XGWPwZ5m1h5v5mGMrHm3sV6HmOPbydYteGWSyr4seUsLuyt7we4D5zns yfzLfD2IUfVkdMtNkosiZ69QVwRhPaabk3bVyHMNAgROP4yqNjU4cgorcHF0y+82M5fC SuO3poNs4VlDZRRtL0b4Z2Ayb+4S+QZCqSZHhKQdLFyO+Vbg74DToIRoFDAQuw4o3YZs SXTw== X-Gm-Message-State: AHYfb5iKWULsdMgEY7d79H69/ey/LvHF0fFxFz+SooDL41L1HCTNaSs+ laGBBZPGkpOt/IaZ X-Received: by 10.223.182.152 with SMTP id j24mr835042wre.43.1504036036295; Tue, 29 Aug 2017 12:47:16 -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 p80sm302126wmf.13.2017.08.29.12.47.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Aug 2017 12:47:15 -0700 (PDT) Date: Tue, 29 Aug 2017 20:47:13 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20170829194713.hve6jbzoycul2n2q@bivouac.eciton.net> References: <20170829164223.7887-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20170829164223.7887-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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:44:37 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > --- > Platform/Hisilicon/HiKey/HiKey.dsc | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc > index 1bc8ae4ce8f7..9accf781c25f 100644 > --- a/Platform/Hisilicon/HiKey/HiKey.dsc > +++ b/Platform/Hisilicon/HiKey/HiKey.dsc > @@ -110,8 +110,6 @@ > UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf > DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf > > - UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf > - > # Network Libraries > UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf > NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf > -- > 2.11.0 >