]> git.proxmox.com Git - mirror_edk2.git/commit
Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."
authoryuchenlin <yuchenlin@synology.com>
Fri, 2 Nov 2018 03:24:00 +0000 (11:24 +0800)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 20 Nov 2018 19:24:09 +0000 (20:24 +0100)
commit9442266c701ac00d9bef0dc7ac6bc1b22b0c4d00
tree8e9c84172db93f8de03dc1dbacb7bb875930dc77
parent1358ecb77fea69108a8b1eb00f5b1ea709460fe1
Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."

This reverts commit 05a5379458725234de8a05780fcb5da2c12680e4.

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 438ada5aa5a1174940795678c2dae07cde8f3869)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg/QemuVideoDxe/UnalignedIoGcc.c [deleted file]
OvmfPkg/QemuVideoDxe/UnalignedIoIcc.c [deleted file]
OvmfPkg/QemuVideoDxe/UnalignedIoInternal.h [deleted file]
OvmfPkg/QemuVideoDxe/UnalignedIoMsc.c [deleted file]
OvmfPkg/QemuVideoDxe/UnalignedIoUnsupported.c [deleted file]