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::22e; helo=mail-it0-x22e.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (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 3023921A1099A for ; Tue, 12 Dec 2017 09:39:42 -0800 (PST) Received: by mail-it0-x22e.google.com with SMTP id d16so284346itj.1 for ; Tue, 12 Dec 2017 09:44:21 -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=13V3fMdV8CJkAcRh8a3eMv+0gtPR9ya8ghen4ypgLb4=; b=SkxtXYEWEpa+gLLA4c22iGxsstTJW5mUJpyuRnga7zUWyPcIwEviqvZGbRE6YAZKID IrAv4Qyc/z+ikLc53N+KiPNJ7F+0kVUokPOUWSmtWDAd6bGZyGecjSx6WXNgXTUWma0P a2C2c4lZdw32v6pX0TRzTiogez/3D09SMb7c8= 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=13V3fMdV8CJkAcRh8a3eMv+0gtPR9ya8ghen4ypgLb4=; b=lIbzb8z1rlsgP3+StCaAljDBsqGEO8SL9H83iXPuhPHYwfqXlx/NTocOtRWr23PwVR qE9NWnYHzSdSkEYP37rS+GHGKbPa8TOmf6j4AZvptSAVCjX0w+561MQkwNrzwJPAvS1e WJoWENKjUIJDcDI+QLbSqyb4dqFlTfnvqhXNTX+a8TGpx7SPfuRN2kim/x8va6hju5yY 0E73rasVcK/fw7/ASiTgR4/E1o3nlSd4CcO+sabv2wN9rd3ChIeDwVJoJ8ejdS10PSe1 2ki2SuZphYEr/OwA280yZWPej0wbpVHvuhM7LEB2CCWEpTUGHVmGtC6eIuy2aODXBzvt P+JA== X-Gm-Message-State: AKGB3mLDurHR5LCdP90EyuNfxDTQ6bl34UJELserkwTM3ukmDYUdSEdb yWx+czFrUb8O4TkBcx45NF1Bebh3Y04FgN1Wq3DHuLpI6uc= X-Google-Smtp-Source: ACJfBovCRj26kxua8GkKnyAkPzmn1K2bisSEhNg1mRQt0P1da7CRf5Wc+alADGpA18cXFpP8Du6CX/pxJPQUoU3caJM= X-Received: by 10.36.55.138 with SMTP id r132mr619551itr.34.1513100660902; Tue, 12 Dec 2017 09:44:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Tue, 12 Dec 2017 09:44:20 -0800 (PST) In-Reply-To: <20171208173128.28485-1-ard.biesheuvel@linaro.org> References: <20171208173128.28485-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Tue, 12 Dec 2017 17:44:20 +0000 Message-ID: To: "edk2-devel@lists.01.org" Cc: Leif Lindholm , Ard Biesheuvel , Girish Pathak , Evan Lloyd Subject: Re: [PATCH v2 0/5] ArmPlatformPkg: refactor LcdGraphicsOutputDxe 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:39:43 -0000 Content-Type: text/plain; charset="UTF-8" On 8 December 2017 at 17:31, Ard Biesheuvel wrote: > This is a rework of the patch 'ArmPlatformPkg: Reorganize Lcd Graphics Output' > sent out by Evan on September 26 [0] > > I have split it up for easier review, and droppped then changes to VExpress > specific libraries and instead, moved those into edk2-platforms. A separate > series is forthcoming. All patches of this series except the last one can > be merged before the edk2-platforms series. > > The purpose is to separate the LCD output graphics driver from ARM VExpress > specific details, so that the core code can be reused more easily, and the > platform specific code moved out of the main EDK2 repository. > > v2: the VExpress specific bits are already gone, so what remains is the > refactoring of LcdGraphicsOutputDxe itself. > > Cc: Girish Pathak > Cc: Evan Lloyd > > [0] https://lists.01.org/pipermail/edk2-devel/2017-September/015337.html > > Ard Biesheuvel (5): > ArmPlatformPkg: introduce LcdHwLib library class > ArmPlatformPkg: implement LcdHwLib for PL111 > ArmPlatformPkg: implement LcdHwLib for HdLcd > ArmPlatformPkg: create hw-agnostic LcdGraphicsOutputDxe driver > ArmPlatformPkg: remove old PL111/HdLcd driver code > Patches #1 - #4 pushed as e3e40c83fd2c..2671d8989004