OvmfPkg/Bhyve: install Acpi tables provided by FwCfg

Signed-off-by: Corvin Köhne <corvink@FreeBSD.org>
Acked-by: Peter Grehan <grehan@freebsd.org>
This commit is contained in:
Corvin Köhne 2023-06-21 09:31:16 +02:00 committed by mergify[bot]
parent 5a118a61d1
commit c301291dc3
1 changed files with 5 additions and 0 deletions

View File

@ -249,6 +249,11 @@ InstallAcpiTables (
EFI_ACPI_2_0_ROOT_SYSTEM_DESCRIPTION_POINTER *Rsdp;
EFI_STATUS Status;
Status = InstallQemuFwCfgTables (AcpiTable);
if (!EFI_ERROR (Status)) {
return EFI_SUCCESS;
}
Status = GetAcpiRsdpFromMemory (
BHYVE_ACPI_PHYSICAL_ADDRESS,
BHYVE_BIOS_PHYSICAL_END,