[edk2-devel] [PATCH 03/43] OvmfPkg: switch IA32, IA32X64, X64 to the fw_cfg-only ACPI platform driver

2021-05-26 Thread Laszlo Ersek
Switch the historical OvmfPkg* platforms from the AcpiPlatformDxe driver to the QemuFwCfgAcpiPlatformDxe driver. (The latter is used by the ArmVirtQemu* platforms as well.) The change effectively replaces the following call tree: InstallAcpiTables[AcpiPlatform.c] XenDetecte

Re: [edk2-devel] [PATCH 03/43] OvmfPkg: switch IA32, IA32X64, X64 to the fw_cfg-only ACPI platform driver

2021-05-27 Thread Philippe Mathieu-Daudé
On 5/26/21 10:14 PM, Laszlo Ersek wrote: > Switch the historical OvmfPkg* platforms from the AcpiPlatformDxe driver > to the QemuFwCfgAcpiPlatformDxe driver. (The latter is used by the > ArmVirtQemu* platforms as well.) > > The change effectively replaces the following call tree: > > InstallAcp