From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B65E321E47D72 for ; Thu, 24 Aug 2017 06:45:37 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4713AC04B941; Thu, 24 Aug 2017 13:48:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4713AC04B941 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-82.phx2.redhat.com [10.3.116.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id 471AF7F7EA; Thu, 24 Aug 2017 13:48:11 +0000 (UTC) To: Ard Biesheuvel , edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, jordan.l.justen@intel.com References: <20170824122401.9882-1-ard.biesheuvel@linaro.org> From: Laszlo Ersek Message-ID: <5b00f95f-97f1-6792-fe7e-5b52717f10ae@redhat.com> Date: Thu, 24 Aug 2017 15:48:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170824122401.9882-1-ard.biesheuvel@linaro.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 24 Aug 2017 13:48:12 +0000 (UTC) Subject: Re: [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: , X-List-Received-Date: Thu, 24 Aug 2017 13:45:37 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/24/17 14:24, Ard Biesheuvel wrote: > 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 > --- > OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.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 = IA32 X64 IPF EBC ARM AARCH64 > +# VALID_ARCHITECTURES = IA32 X64 IPF EBC > # > # DRIVER_BINDING = gQemuVideoDriverBinding > # COMPONENT_NAME = gQemuVideoComponentName > @@ -45,7 +45,7 @@ [Sources.Ia32, Sources.X64] > UnalignedIoMsc.c | MSFT > UnalignedIoIcc.c | INTEL > > -[Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64] > +[Sources.IPF, Sources.EBC] > UnalignedIoUnsupported.c > > [Packages] > Reviewed-by: Laszlo Ersek Thank you very much! Laszlo