mirror of https://github.com/acidanthera/audk.git
OvmfPkg: include VirtioGpuDxe in the platform DSC/FDF files
At this stage, the driver builds, and suffices for testing binding and unbinding. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=66 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
a2a4fa6670
commit
b3eab01586
|
@ -638,6 +638,7 @@
|
|||
<LibraryClasses>
|
||||
BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
|
||||
}
|
||||
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
|
||||
#
|
||||
# ISA Support
|
||||
|
|
|
@ -350,6 +350,7 @@ INF RuleOverride=CSM OvmfPkg/Csm/Csm16/Csm16.inf
|
|||
!endif
|
||||
|
||||
INF OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
|
||||
INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
INF OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
||||
!if $(SMM_REQUIRE) == TRUE
|
||||
|
|
|
@ -647,6 +647,7 @@
|
|||
<LibraryClasses>
|
||||
BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
|
||||
}
|
||||
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
|
||||
#
|
||||
# ISA Support
|
||||
|
|
|
@ -350,6 +350,7 @@ INF RuleOverride=CSM OvmfPkg/Csm/Csm16/Csm16.inf
|
|||
!endif
|
||||
|
||||
INF OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
|
||||
INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
INF OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
||||
!if $(SMM_REQUIRE) == TRUE
|
||||
|
|
|
@ -645,6 +645,7 @@
|
|||
<LibraryClasses>
|
||||
BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
|
||||
}
|
||||
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
|
||||
#
|
||||
# ISA Support
|
||||
|
|
|
@ -350,6 +350,7 @@ INF RuleOverride=CSM OvmfPkg/Csm/Csm16/Csm16.inf
|
|||
!endif
|
||||
|
||||
INF OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
|
||||
INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
INF OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
||||
!if $(SMM_REQUIRE) == TRUE
|
||||
|
|
Loading…
Reference in New Issue