From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (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 6EFFF22571B4E for ; Fri, 16 Mar 2018 10:43:25 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 06822406E96C; Fri, 16 Mar 2018 17:49:50 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-53.rdu2.redhat.com [10.10.121.53]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC574D1EB4; Fri, 16 Mar 2018 17:49:48 +0000 (UTC) To: "Gabriel L. Somlo" Cc: edk2-devel-01 , "Richard W.M. Jones" , Ard Biesheuvel , Jordan Justen , Xiang Zheng References: <20180315190258.6580-1-lersek@redhat.com> <20180316152953.GB2263@hedwig.ini.cmu.edu> From: Laszlo Ersek Message-ID: <5d92cb8d-1e85-17ed-9de5-ffb96b955528@redhat.com> Date: Fri, 16 Mar 2018 18:49:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180316152953.GB2263@hedwig.ini.cmu.edu> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Fri, 16 Mar 2018 17:49:50 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Fri, 16 Mar 2018 17:49:50 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: [PATCH 0/5] ArmVirtPkg, OvmfPkg: improve firmware duration of direct kernel boot X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 17:43:25 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 03/16/18 16:29, Gabriel L. Somlo wrote: > On Thu, Mar 15, 2018 at 08:02:53PM +0100, Laszlo Ersek wrote: >> Gabriel, I'm CC'ing you on patch 4/5, because it affects code that you >> had originally written. Can you please regression-test this series with >> your usual OVMF environment / guest(s)? > > With the series applied on top of all my out-of-tree macboot patches, > OSX (10.12) boots just as well as before, so no regressions as far as > I'm able to tell! > > whole series: > > Tested-by: Gabriel Somlo Thank you, Gabriel! I'll add that to patches 2 through 5 (the code subject to patch 1 is not built into the OVMF binary): >> ArmVirtPkg/PlatformBootManagerLib: return to "-kernel before boot >> devices" >> OvmfPkg/PlatformBootManagerLib: wrap overlong lines in "BdsPlatform.c" >> OvmfPkg/PlatformBootManagerLib: rejuvenate old-style function comments >> OvmfPkg/PlatformBootManagerLib: hoist PciAcpiInitialization() >> OvmfPkg/PlatformBootManagerLib: process "-kernel" before boot devices Thanks! Laszlo