diff options
author | yuchenlin <yuchenlin@synology.com> | 2018-11-02 11:23:58 +0800 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-11-06 12:56:03 +0100 |
commit | e038bde2679bbd200086c25ab43090ad3b8b25a3 (patch) | |
tree | cf7fddc7102df104a8bba53c75002a28308d982e | |
parent | 62ea70e3128596c3cd1861386f9dbafaf4a82992 (diff) | |
download | edk2-e038bde2679bbd200086c25ab43090ad3b8b25a3.tar.gz edk2-e038bde2679bbd200086c25ab43090ad3b8b25a3.tar.bz2 edk2-e038bde2679bbd200086c25ab43090ad3b8b25a3.zip |
Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"
This reverts commit b2959e9f1a57279506ca46d56bc424fd7fa6b62a.
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 will revert the initialization of VMWare SVGA
device later, 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>
-rw-r--r-- | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index a04ed537dd..895e6b8dbd 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -39,7 +39,6 @@ Gop.c
Initialize.c
Qemu.h
- UnalignedIoInternal.h
[Sources.Ia32, Sources.X64]
UnalignedIoGcc.c | GCC
|