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
Unknown Object (File)
Sun, Dec 15, 9:12 PM
Unknown Object (File)
Sun, Dec 8, 1:32 PM
Unknown Object (File)
Thu, Dec 5, 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
Unknown Object (File)
Sep 27 2024, 3:25 AM
Unknown Object (File)
Sep 21 2024, 8:48 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 58384
Build 55272: arc lint + arc unit

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