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)
Fri, Jan 24, 5:13 PM
Unknown Object (File)
Thu, Jan 23, 6:28 PM
Unknown Object (File)
Dec 27 2024, 10:57 AM
Unknown Object (File)
Dec 6 2024, 5:47 PM
Unknown Object (File)
Dec 6 2024, 4:06 AM
Unknown Object (File)
Nov 20 2024, 7:01 AM
Unknown Object (File)
Nov 19 2024, 1:59 PM
Unknown Object (File)
Oct 5 2024, 2:03 PM
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