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::244; helo=mail-it0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (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 1F8FF21A1099A for ; Tue, 12 Dec 2017 09:50:57 -0800 (PST) Received: by mail-it0-x244.google.com with SMTP id r6so336787itr.3 for ; Tue, 12 Dec 2017 09:55:36 -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=meIA0rC4Nnj6C+IacQ2I8ZNQUE2VepKlEu1UT6CGacA=; b=KG+4gum6vmqMFFCSrNXsdONcnRhrpnMzeS8nyWKn42jexX1XxvBsm2K4b7I/NopgtN +wRye5HmF5DpE2ggQNKvaRbihC5AvrkMyASAWAG1q/7cJBmaSafP1XdFTAoiY9N/iq2f Ek8WjGCinud3/DPj1hZsyXDMcuQb2SX2tSwaQ= 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=meIA0rC4Nnj6C+IacQ2I8ZNQUE2VepKlEu1UT6CGacA=; b=Va3Ro6eMkdo/camkCccJUjNlg0HYblLBVrzCIDm5Sce8JkFXKoPUeCt2YG7mu4EWWG 9/boOPQz2cKWQtmNLzgsHCAz94U7Tx0w0xYVThH73rtNy4Qtmr66lwwxRsvwrmMTD0vb 2IGAgZ7mDhBSL+M6wYtMZYceMFujQorNdKIjUrMmgQheY3OtNIGW3ug7I3hjAGOsg09A PTm8nWfW+Uneb1n/+LbtdC2lR5g+PCtOBcXLmMKzbchQsG8heHIuOP+OME3gKvpg8L/U LphNLFnKQAY4u7rjJytxa7qgIfGtctcwGKDpBIlPYPZUgg9HkWHVVhuz3eoLJIDN3NaT DaPg== X-Gm-Message-State: AKGB3mJG9avvV2ygX0sxtYHEob18TrSD1/6eji3UkvlQV9suBV6vQixg JaEzgGzmLb1ehIjrROeIbw5zfclPrEQ35Q/secyDuw== X-Google-Smtp-Source: ACJfBoum2IeJ/rwGTvoDSDFm29+Z4jwdD7ImCg8w1bq2GMosE41hvT0O3UZdFPBBQ+wkL+hXUkPZMcNnt/2w1Q0dXKw= X-Received: by 10.36.78.212 with SMTP id r203mr683031ita.58.1513101335988; Tue, 12 Dec 2017 09:55:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Tue, 12 Dec 2017 09:55:35 -0800 (PST) In-Reply-To: <20171212171345.c6ym5yynk3b2h6cj@bivouac.eciton.net> References: <20171208173140.28540-1-ard.biesheuvel@linaro.org> <20171212171345.c6ym5yynk3b2h6cj@bivouac.eciton.net> From: Ard Biesheuvel Date: Tue, 12 Dec 2017 17:55:35 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Girish Pathak , Evan Lloyd 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:50:58 -0000 Content-Type: text/plain; charset="UTF-8" On 12 December 2017 at 17:13, Leif Lindholm wrote: > 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 > Thanks. Pushed as ed5e85f14dd0..2b3b95cb9fc9 > >> 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