From nobody Mon Apr 29 10:27:06 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1503577456305357.55230616561767; Thu, 24 Aug 2017 05:24:16 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 1024721D2E646; Thu, 24 Aug 2017 05:21:39 -0700 (PDT) Received: from mail-wr0-x22d.google.com (mail-wr0-x22d.google.com [IPv6:2a00:1450:400c:c0c::22d]) (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 F2FBF2095B9C6 for ; Thu, 24 Aug 2017 05:21:36 -0700 (PDT) Received: by mail-wr0-x22d.google.com with SMTP id 6so1787699wrp.2 for ; Thu, 24 Aug 2017 05:24:11 -0700 (PDT) Received: from localhost.localdomain ([196.71.110.206]) by smtp.gmail.com with ESMTPSA id 6sm2759295wri.96.2017.08.24.05.24.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Aug 2017 05:24:09 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=zwLL2pvU3liMi8mtrhnLUbIlwaLqK/TqNbdW9o7f9ko=; b=gD+X4XO4HLoT6HwOOB+PUdJ7xZuwEYFgEDzpQbgjmP72WvrAT3xq1xfiqDXyzgTZEe 8s/axXFO4/aC4XpcmyMXtOu8NN19/gTepHCzSK4E/u9QSPvvxi15x3koEn4hDDjIYMJJ yF7FaaDUJFDrOU5Yi7DqlhFsGCJwXK0p5zLBE= 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=zwLL2pvU3liMi8mtrhnLUbIlwaLqK/TqNbdW9o7f9ko=; b=kn2kO9n8RZjxM8bN3mg01Kk39+8qiLdM6bfzxyY3uzMmBuzT5QFEFjR8RtMg1Dwv1G asNjV/ekUEH4OlUWu7lqL7Eh8Evqbs6OXKDh9GTqnDSLan07Ly1xfg/QC3+BiX5rLT3N cRwpaY4S8ICu6RdWFnkuO8nbPOTyutNicjk9S+lcr/JT/oxLpvssTNRffIkh0/XWEWEb CahgNeLAq9wFI8Xxu6yetLCkQhrX1w6dYXnqOByN7I3BIT4SCWj8SODhAN+Sob541KIP Lgi43hKcO7WH/6q5LlW57QZPPWgm0ZdVldQfxWPoqMmvoD5yHO1tJPGpqrGlRZG8H9Uh 5VNw== X-Gm-Message-State: AHYfb5iAPYUoXY0mzsLu3P0ACyrkA4jbcpISrsVFZVjJiwZUisMFLAk+ q+WIXywq7C1zQq8CDZzPQQ== X-Received: by 10.223.141.174 with SMTP id o43mr4263779wrb.324.1503577450188; Thu, 24 Aug 2017 05:24:10 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, lersek@redhat.com Date: Thu, 24 Aug 2017 13:24:01 +0100 Message-Id: <20170824122401.9882-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support 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: , Cc: jordan.l.justen@intel.com, leif.lindholm@linaro.org, Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Now that we have dropped QemuVideoDxe from all QEMU targeted builds under ArmVirtPkg, we can revert the ARM specific changes to it. This partially reverts commits 84a75f70e903 (SVN 16890) and 05a537945872. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek --- OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/Q= emuVideoDxe.inf index 346a5aed94fa..7c7d429bca27 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -26,7 +26,7 @@ [Defines] # # The following information is for reference only and not required by the = build tools. # -# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC ARM AARCH64 +# VALID_ARCHITECTURES =3D IA32 X64 IPF EBC # # DRIVER_BINDING =3D gQemuVideoDriverBinding # COMPONENT_NAME =3D gQemuVideoComponentName @@ -45,7 +45,7 @@ [Sources.Ia32, Sources.X64] UnalignedIoMsc.c | MSFT UnalignedIoIcc.c | INTEL =20 -[Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64] +[Sources.IPF, Sources.EBC] UnalignedIoUnsupported.c =20 [Packages] --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel