From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::236; helo=mail-it0-x236.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::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 1A0BF20352A8C for ; Mon, 4 Dec 2017 13:57:31 -0800 (PST) Received: by mail-it0-x236.google.com with SMTP id o130so13944501itg.0 for ; Mon, 04 Dec 2017 14:02:02 -0800 (PST) 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=O1lo/r0+juJ4OAhPLquZAZjTkLXQbXmBDYvG35EbKHU=; b=KK1ZSA9CqniawUXtLlNkHEBqNs1XZRRCixtO1F+IRrSuOokLVoai9UPfDAGwd6ITAs L5NEFh1l1rr7NSe3BriL1WEQi8A/M5EqAlvQnC7rCmsgmBVoH34PpDKTs8wJ8rIU3kHM 4tF4oNhdRfat+lRUL+Gn2J8BGGp/xmAfJrfP8= 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=O1lo/r0+juJ4OAhPLquZAZjTkLXQbXmBDYvG35EbKHU=; b=TZkoF7VcBBLehhScQQbNS/XtLMhJQMi9M4ma/XBg0Yym39JIlJccBrOzs/PsPRplts H8DWicTe/TGI2TyOSC0JkmPZ2jqOQA2NNBLlWF/bAVMREIDpVdgJpTnbZmG9VDQMs1AX +pGr6TcYt7MJPpfx05jU65V0zRqnROnwYB9Cwe9uGxeUeXy4K3m21fPE/S56x1dx0TbD PcXdOOd7jnrljfYXu6YK2iaDrtd2LWfUNnElamfNP2dHdQr6iP/sas+1W8fUI4Hx0oKW w7xHxWBzy3/lnVQeKic3nR1G2MReSaTCudwWsD3HpDm1xyuvLA+6yN7teWdKh2sN0NOX //vw== X-Gm-Message-State: AJaThX5yARzWPGFHvu84LwmaAoE3A/DAPzGFzqSD28b8drcPqxHbSHbz y8F5Qnr4M7vIZYGgDItzbx1q4eUhyqtMDjNd1j2cig== X-Google-Smtp-Source: AGs4zMb/ew3PO74TYMPt8qDPA6g/WsYoCvhw8GFOxolwlJNgT/OUtNk9NkMFXCI1/BeATpW4lT+YJvyjj8YTfyFFOsA= X-Received: by 10.107.178.145 with SMTP id b139mr26089640iof.52.1512424921418; Mon, 04 Dec 2017 14:02:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Mon, 4 Dec 2017 14:02:00 -0800 (PST) In-Reply-To: <20171204213415.zhjostmh4pusgk2f@bivouac.eciton.net> References: <20171204205052.10197-1-ard.biesheuvel@linaro.org> <20171204213415.zhjostmh4pusgk2f@bivouac.eciton.net> From: Ard Biesheuvel Date: Mon, 4 Dec 2017 22:02:00 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH] ArmPlatformPkg/LcdGraphicsOutputDxe: remove VExpressPkg 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: Mon, 04 Dec 2017 21:57:32 -0000 Content-Type: text/plain; charset="UTF-8" On 4 December 2017 at 21:34, Leif Lindholm wrote: > On Mon, Dec 04, 2017 at 08:50:52PM +0000, Ard Biesheuvel wrote: >> The two instantiations of LcdGraphicsOutputDxe reference VExpressPkg.dec >> without actually relying on anything it defines. In preparation of >> moving out VExpressPkg into edk2-platforms, drop these references so we >> can keep LcdGraphicsOutputDxe in EDK2. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Thanks. Pushed as c1c72a46b981