From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 477F221A1099A for ; Tue, 12 Dec 2017 09:09:10 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id g75so143745wme.0 for ; Tue, 12 Dec 2017 09:13:49 -0800 (PST) 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=60gaEPY5azNRj5dHa4O1Ly5rFmUl1SP+1hhBj6OEgY4=; b=YINyhc0CkWKCyCkgmT9HeMp1p23amC6/A/N6eKDqTYW1dTuY+sddiFr/IiO19CJVFh mNYzkdlmpTqSo9m2XsE6m9NBUZ0xDBHyTv5CJeVbv6654OuNN2+7Kzxp5NKTU2b9mFGC ZmvBrbEQQsxZ4Lfq59k3DfFcBqMGsheI+N8pA= 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=60gaEPY5azNRj5dHa4O1Ly5rFmUl1SP+1hhBj6OEgY4=; b=IJQMZ4qhcpp9MYjd8LVbm4Lj5gzS6KqPNzS7Xi0r+EJmWzt1VFUSVr19he7poU1tkA q6Xc4RyCj6LhDrfstwBqTUB8W0FT6X5Mbzil3p67lMcRaC1Of/nvWrS/CBTwC7noUqVj 7iVxjApW5uluToud+SnByQCJQq5VU4QYI7mZPQ+lMcQ+kF7LzdUm+4vjhE6+P8fjiTA7 XZAmUIjNMvTpnQKS75IRMWz7C0azM6HHvSWm/ryBw4uLkGKVBetaQJQVC9G9RAmVZqMt /Mo03AzIYFrhurl/BucrMT6Cqo/UB9PBgfRYS1tY85fxXElgQKUjdhB3itbo3S4/ZZ/i RWWg== X-Gm-Message-State: AKGB3mL721F4upkbRpRBYNjsBy04M4Un8YkAk4Rejmn3caa4Yh69WrX4 XYvHTf9eNYfi3JhSrb16uHILFA== X-Google-Smtp-Source: ACJfBosdd84yuaPLGliiDOeTvOWvW3S/8oW0jPNN0OY0kgt2Xn0nUaaQl+P9MMbqn/bHKaqoCWgEPw== X-Received: by 10.28.63.14 with SMTP id m14mr2289501wma.116.1513098827900; Tue, 12 Dec 2017 09:13:47 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a5sm19910377wra.87.2017.12.12.09.13.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Dec 2017 09:13:46 -0800 (PST) Date: Tue, 12 Dec 2017 17:13:45 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, Girish Pathak , Evan Lloyd Message-ID: <20171212171345.c6ym5yynk3b2h6cj@bivouac.eciton.net> References: <20171208173140.28540-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171208173140.28540-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 0/2] Platform/ARM: move to new LCD graphics driver 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, 12 Dec 2017 17:09:10 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 08, 2017 at 05:31:38PM +0000, Ard Biesheuvel wrote: > This is the edk2-platforms counterpart to the series against EDK2 that > refactors the LCD graphics output driver, and moves platform specific glue > out of the main repository. For the series: Reviewed-by: Leif Lindholm > v2: very little remains beyond pointing the .dsc files to the new driver, > and providing a resolution for LcdHwLib > > Cc: Girish Pathak > Cc: Evan Lloyd > > Ard Biesheuvel (2): > Platform/ARM: move FVP to the new LcdGraphicsOutputDxe driver > Platform/ARM: move TC2 to the new LcdGraphicsOutputDxe driver > > Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 4 ++-- > Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf | 3 +-- > Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 3 ++- > Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf | 2 +- > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 5 +---- > 5 files changed, 7 insertions(+), 10 deletions(-) > > -- > 2.11.0