mirror of https://github.com/acidanthera/audk.git
OvmfPkg/RiscVVirt: Enable CpuMmio2Dxe
CpuMmio2Dxe is supports MMIO, enable it. Build-tested only (with "RiscVVirtQemu.dsc"). BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584 Cc: Sunil V L <sunilvl@ventanamicro.com> Cc: Andrei Warkentin <andrei.warkentin@intel.com> Signed-off-by: Chao Li <lichao@loongson.cn> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
This commit is contained in:
parent
147beaa5e7
commit
010f7298ce
|
@ -433,7 +433,7 @@
|
||||||
#
|
#
|
||||||
# PCI support
|
# PCI support
|
||||||
#
|
#
|
||||||
OvmfPkg/RiscVVirt/PciCpuIo2Dxe/PciCpuIo2Dxe.inf {
|
UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.inf {
|
||||||
<LibraryClasses>
|
<LibraryClasses>
|
||||||
NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
|
NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
|
||||||
}
|
}
|
||||||
|
|
|
@ -184,7 +184,7 @@ INF OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
||||||
#
|
#
|
||||||
# PCI support
|
# PCI support
|
||||||
#
|
#
|
||||||
INF OvmfPkg/RiscVVirt/PciCpuIo2Dxe/PciCpuIo2Dxe.inf
|
INF UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.inf
|
||||||
INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
||||||
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
||||||
INF OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
|
INF OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
|
||||||
|
|
Loading…
Reference in New Issue