Page MenuHomeFreeBSD

OvmfPkg/Bhyve: don't exit early if RSDP is not found in memory
ClosedPublic

Authored by corvink on Sep 7 2023, 8:40 AM.
Tags
Referenced Files
Unknown Object (File)
Tue, Apr 29, 8:43 PM
Unknown Object (File)
Wed, Apr 23, 9:20 PM
Unknown Object (File)
Fri, Apr 18, 2:13 PM
Unknown Object (File)
Mon, Apr 14, 8:09 AM
Unknown Object (File)
Mar 3 2025, 9:28 AM
Unknown Object (File)
Feb 14 2025, 7:35 PM
Unknown Object (File)
Feb 14 2025, 7:00 AM
Unknown Object (File)
Feb 14 2025, 2:11 AM
Subscribers
None

Details

Summary

If OVMF fails to find the RSDP in memory, it should fall back installing
the statically provided ACPI tables.

PR: 273560

Diff Detail

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

Event Timeline

corvink created this revision.

Tested here and it fixes the issue at hand, LGTM.

This revision is now accepted and ready to land.Sep 7 2023, 8:44 AM
manu requested changes to this revision.Sep 7 2023, 8:58 AM

You need to bump PORTREVISION in edk2/Makefile otherwise package will not be upgraded.

This revision now requires changes to proceed.Sep 7 2023, 8:58 AM
This revision is now accepted and ready to land.Sep 7 2023, 9:53 AM