From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web09.99.1605309503199964263 for ; Fri, 13 Nov 2020 15:18:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=G1purGY8; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605309502; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nAhteqQynXkgZzVsj99rGOTeYJeh5Dz2bhL8Aq7mKiA=; b=G1purGY8eaqOsju7NaxLc3G2V3n2zyeL/ur23oDCDmw853niqlusf5HJNFDFI+bS5kwp4F GrAr+GUikSio4YC/UteGIt80ARlUO+rc/uslcMNzkuVlmtf2pVa32AVb5QFBIQZwdjlsn3 ncn4Lg2e8gOCJTy3+ByQ6BXnyOFN0do= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-242-doQTVdpSME-a_a8CHJLXgQ-1; Fri, 13 Nov 2020 18:18:18 -0500 X-MC-Unique: doQTVdpSME-a_a8CHJLXgQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4CF6510066FA; Fri, 13 Nov 2020 23:18:17 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-113.ams2.redhat.com [10.36.112.113]) by smtp.corp.redhat.com (Postfix) with ESMTP id C1A6F1A3D7; Fri, 13 Nov 2020 23:18:15 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 0/2] OvmfPkg/Bhyve: Fix Bhyve build following breaking changes in OvmfPkg To: rebecca@bsdio.com Cc: devel@edk2.groups.io, Jordan Justen , Ard Biesheuvel , Peter Grehan References: <20201112053153.22038-1-rebecca@bsdio.com> From: "Laszlo Ersek" Message-ID: <5a2c20a0-82d6-b208-9d82-020f27d8bcfb@redhat.com> Date: Sat, 14 Nov 2020 00:18:14 +0100 MIME-Version: 1.0 In-Reply-To: <20201112053153.22038-1-rebecca@bsdio.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/12/20 06:31, Rebecca Cran wrote: > Fix Bhyve following breaking changes in OvmfPkg. > Follows suggestions from Laszlo in the v1 patch set. > I also changed the INF version in ResetVector.inf to 1.29. > > Rebecca Cran (2): > OvmfPkg/Bhyve: detach ResetVector from before the SEV-ES changes > OvmfPkg/Bhyve: fix build breakage after SEV-ES changes > > OvmfPkg/Bhyve/BhyveX64.dsc | 3 +- > OvmfPkg/Bhyve/BhyveX64.fdf | 2 +- > OvmfPkg/Bhyve/ResetVector/ResetVector.inf | 38 +++++ > .../Bhyve/ResetVector/Ia32/PageTables64.asm | 149 ++++++++++++++++++ > OvmfPkg/Bhyve/ResetVector/ResetVector.nasmb | 68 ++++++++ > 5 files changed, 258 insertions(+), 2 deletions(-) > create mode 100644 OvmfPkg/Bhyve/ResetVector/ResetVector.inf > create mode 100644 OvmfPkg/Bhyve/ResetVector/Ia32/PageTables64.asm > create mode 100644 OvmfPkg/Bhyve/ResetVector/ResetVector.nasmb > series Reviewed-by: Laszlo Ersek Merged as commit range 662b42db76a5..5e9a8a6dfb15, via . Thanks, Laszlo