Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jun 2022 08:28:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        uboot@FreeBSD.org
Subject:   [Bug 264338] sysutils/edk2: vm_run error -1, errno 14
Message-ID:  <bug-264338-39090-7pOzbKmYSM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264338-39090@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264338-39090@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264338

--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D3023881d2e9b0f07aeca701e99caed5=
039206e06

commit 3023881d2e9b0f07aeca701e99caed5039206e06
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-06-03 08:23:41 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-06-03 08:23:41 +0000

    sysutils/edk2@bhyve: Fix main firmware

    EDK2 produce multiple files for the bhyve flavor, _CODE and _DATA
    The PLAT_RESULT is just a concat of both.
    But bhyve doesn't support having only one file.
    When it was its own port we just install the _CODE file as the main file
    instead of using the concat one generated during edk2 build.
    For this port we need to use the main PLAT_RESULT files for all flavors
    except bhyve so add a quirks in the install phase that just replace the
main
    file with the _CODE one.
    Thanks to Corvin K=C3=B6hne <CorvinK@beckhoff.com> for helping me under=
standing
    the issue.

    Fixes:          2e6a6ccd15 ("sysutils/edk2: Add bhyve as a new FLAVOR of
edk2")
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    PR:             264338

 sysutils/edk2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264338-39090-7pOzbKmYSM>