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>
(cherry picked from commit 438ada5aa5)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
yuchenlin
2018-11-02 11:24:00 +08:00
committed by Laszlo Ersek
parent 1358ecb77f
commit 9442266c70
6 changed files with 0 additions and 359 deletions

View File

@@ -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