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::22c; helo=mail-it0-x22c.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (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 881CD21B02821 for ; Tue, 12 Dec 2017 11:05:52 -0800 (PST) Received: by mail-it0-x22c.google.com with SMTP id x28so945461ita.0 for ; Tue, 12 Dec 2017 11:10:31 -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=OohR96HgYRO3albNxkEZnK8d0fpTKUDmmcbz6UAc3IY=; b=UT0oQwNAzn3RqHXq+SbUjh4h7jAtAssc3+bIqkCamBDzNyDkAsQjBIetEfDvAuyRTJ yBEc+T1u2yfSlbq/2Ch8hZn+JKCXkOClL2AX73mZUpa+/oVW/KdbSAArff11cbvkEkbr tG0b2HGQjqC/up7WPP66rJTXQunPGt1Sgo3j0= 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=OohR96HgYRO3albNxkEZnK8d0fpTKUDmmcbz6UAc3IY=; b=YAifrwwuTcP54CJSOcTbwt2nxgzCwhgcU1vaOz4C9v3+cxTUGQiiv81jiLFCXLcmJ8 lG7GQh9bse149+AZJdF6jEtLLDuAFddZ0l1E0ZIPvXYYpPw1rhLBSGgbrn2Li1OyKh/c UdF275ZKyoMG9hB02Jaa1jGQFcX7hKpkHt0WOcGm1cQ3eijXqIiogF/19XCrF1gccuUK bAWK56zC0gMWassh58d/yNELTAaWfhn1ndA5X1v5GJg+8U3Lv+KSNd5WseYYwYIkKAiX 1PRl/Rhwcwvc2qPco/C1JCjW/a53ipZDNH/zF2CqAYkWRhejf28c/ry5MkRchI++0wol 4i8g== X-Gm-Message-State: AKGB3mLkX+s/Txg+DoGWCxV0zow6dHIk7n73bjYzs6gaDsyxfbooVT9K 8POZ7wVpEKX0DFZj3zAu2b8m2osBfbjWE/bSgQ7VgYu1Ej8= X-Google-Smtp-Source: ACJfBotquK2uZodNj4XvLA5MPjjIlNCAOm63tN4hidjfIr7j3eurTGrQXBoZJPUOX4WnzGrQQRbUs4Bldvov1CNV8gM= X-Received: by 10.36.71.83 with SMTP id t80mr931710itb.48.1513105830594; Tue, 12 Dec 2017 11:10:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Tue, 12 Dec 2017 11:10:29 -0800 (PST) In-Reply-To: References: <20171208173128.28485-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Tue, 12 Dec 2017 19:10:29 +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 19:05:52 -0000 Content-Type: text/plain; charset="UTF-8" On 12 December 2017 at 17:44, Ard Biesheuvel wrote: > 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 Patch #5 pushed as ab3886f02da (after the prerequisites have been merged into edk2-platforms)