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 2CF8D1A1E57 for ; Tue, 25 Oct 2016 01:45:38 -0700 (PDT) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B260466CB9; Tue, 25 Oct 2016 08:45:37 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-71.phx2.redhat.com [10.3.116.71]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9P8jZnC008232; Tue, 25 Oct 2016 04:45:35 -0400 To: Ard Biesheuvel References: <20161021212737.15974-1-lersek@redhat.com> <602b784b-2c83-68ed-9ba1-8ada0161e9f9@redhat.com> Cc: Jordan Justen , edk2-devel-01 , Leif Lindholm , Gary Lin , Liming Gao , Michael D Kinney , Michael Zimmermann From: Laszlo Ersek Message-ID: <8c26dc12-04e9-43b9-3771-6aec4df262a1@redhat.com> Date: Tue, 25 Oct 2016 10:45:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <602b784b-2c83-68ed-9ba1-8ada0161e9f9@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 25 Oct 2016 08:45:37 +0000 (UTC) Subject: Re: [PATCH 00/19] OvmfPkg, ArmVirtPkg: leave deprecated interfaces behind X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 08:45:38 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 10/25/16 10:26, Laszlo Ersek wrote: > On 10/24/16 10:04, Ard Biesheuvel wrote: >> I tried ArmVirtQemu.dsc in DEBUG mode with RVCTLINUX, and it built fine* >> >> Tested-by: Ard Biesheuvel # RVCT > > Okay, I'll add this tag to the ArmVirtPkg patches. Actually, I'm adding it to the following non-ArmVirtPkg patches as well: - MdePkg/DebugLib.h: add ASSERT_RETURN_ERROR() - OvmfPkg/SmbiosVersionLib: eliminate unchecked PcdSetXX() calls - OvmfPkg/PlatformDxe: eliminate unchecked PcdSetXX() calls because, according to the ArmVirtQemu build report file, these modules are pulled into ArmVirtQemu. Thanks Laszlo