mirror of https://github.com/acidanthera/audk.git
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:
parent
5a118a61d1
commit
c301291dc3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue