Page MenuHomeFreeBSD

sysutils/edk2: make bhyve's bootorder feature work
ClosedPublic

Authored by corvink on Jun 28 2024, 9:20 AM.
Tags
None
Referenced Files
F106784061: D45768.id140333.diff
Sun, Jan 5, 8:56 AM
Unknown Object (File)
Fri, Jan 3, 6:32 AM
Unknown Object (File)
Sun, Dec 15, 9:12 PM
Unknown Object (File)
Sun, Dec 8, 1:32 PM
Unknown Object (File)
Dec 5 2024, 12:34 AM
Unknown Object (File)
Nov 22 2024, 3:52 PM
Unknown Object (File)
Nov 9 2024, 1:16 PM
Unknown Object (File)
Oct 2 2024, 3:23 PM
Subscribers
None

Details

Summary

Bhyve supports a bootindex property for bootable devices. When adding it
to at least one device, bhyve creates a bootorder and passes it over the
Qemu FwCfg interface to the guest. The guest firmware has to pick up the
FwCfg file and has to apply the bootorder. Otherwise, the bootindex
property won't have any effect. Recently, a commit was merged by EDKII
to support that feature and we can simply cherry-pick it.

PR: 279720

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

corvink created this revision.
manu requested changes to this revision.Jul 1 2024, 8:14 AM
manu added inline comments.
sysutils/edk2/Makefile
3

You need to bump it.

This revision now requires changes to proceed.Jul 1 2024, 8:14 AM
This revision is now accepted and ready to land.Jul 1 2024, 11:53 AM