Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."
This reverts commit 05a5379458
.
The VMWare SVGA display device implemented by Qemu (-vga vmware) uses
an I/O-type BAR which is laid out such that some register offsets are
not aligned to the read/write width with which they are expected to be
accessed. However, we reverted the initialization of VMWare SVGA device,
we don't need such unaligned I/O.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: yuchenlin <yuchenlin@synology.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Regression-tested-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
@@ -41,15 +41,9 @@
|
||||
Qemu.h
|
||||
|
||||
[Sources.Ia32, Sources.X64]
|
||||
UnalignedIoGcc.c | GCC
|
||||
UnalignedIoIcc.c | INTEL
|
||||
UnalignedIoMsc.c | MSFT
|
||||
VbeShim.c
|
||||
VbeShim.h
|
||||
|
||||
[Sources.EBC]
|
||||
UnalignedIoUnsupported.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
|
Reference in New Issue
Block a user