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)
Sat, May 4, 12:07 PM
Unknown Object (File)
Sat, May 4, 12:07 PM
Unknown Object (File)
Sat, May 4, 12:07 PM
Unknown Object (File)
Sat, May 4, 12:07 PM
Unknown Object (File)
Sat, May 4, 11:55 AM
Unknown Object (File)
Fri, Apr 26, 1:41 AM
Unknown Object (File)
Apr 10 2024, 11:29 PM
Unknown Object (File)
Mar 10 2024, 4:35 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