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::244; helo=mail-wm0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::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 A38482220AFA2 for ; Fri, 8 Dec 2017 09:27:46 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id b76so4359835wmg.1 for ; Fri, 08 Dec 2017 09:32:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=sHe+Lm61fR+T0tZp7PVBwSXbSjYZaJrK3fVhz000miM=; b=NHglvymib2JAbZU40iTjxEE/0Zxwsu3ldK3dRdW+XpPHDvvcMTMRWBlqNibHgUhGj+ nsrA1tZhJhUrwqv3AjLQV3wmg1/0UtdyTpIPvBe/VEja2WTFggOLh5QAgh9IeLpUV6d/ PzMYLu38YEKU2Nt4qfqyQnGoJ+sPIvTLLe9Zw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=sHe+Lm61fR+T0tZp7PVBwSXbSjYZaJrK3fVhz000miM=; b=H0CSUD4Uqvo+FMDEfgJD4KqEc0RCqxv7sBprvDE8k83+qs0qabxAk7xLN8uCFVYJks LfrDdh15BvHPML05Dy5eewabJ9CLP7erulBx72fBhTFju3miAZRsgt5wBX3B6KXWeFn9 oTn/mPvF6niU2oqu+QGckmfPP6m1dqbGsWUVSG8EjQtRxcEYuRIcRKMWeGAwlRcQpHC4 P/tJlLhC3wejmmsPe6dbpQ9YlB98xg2ZMmN0hA+qVJxZSqjG1/+GPZXOr6h7qQuT9P89 qNhxHwO3xp/b11YT4daRrY6blqZuSJ6OvOoYxuOHBl520ph01zY5lHOngVR71TCR+MCB BM0Q== X-Gm-Message-State: AKGB3mJvU9LpryA9Z5OELREzpNyDq7BPOjublt6Y/5AZ8XISrkUClOZu oGagFT7TjykCBfLT0VYDQiYjGbPiYq0= X-Google-Smtp-Source: AGs4zMY1uD8bewZaLxr87hDNMG6Sdcag7IpyVeox++p4WjmU9jqxgGl3UbCOxfNYknwKRlVC8DdIzA== X-Received: by 10.28.126.201 with SMTP id z192mr3686594wmc.121.1512754339577; Fri, 08 Dec 2017 09:32:19 -0800 (PST) Received: from localhost.localdomain ([160.171.158.223]) by smtp.gmail.com with ESMTPSA id n74sm3540144wmi.1.2017.12.08.09.32.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Dec 2017 09:32:17 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel , Girish Pathak , Evan Lloyd Date: Fri, 8 Dec 2017 17:31:38 +0000 Message-Id: <20171208173140.28540-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [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: Fri, 08 Dec 2017 17:27:46 -0000 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. 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