mirror of https://github.com/acidanthera/audk.git
Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"
This reverts commitb2959e9f1a
. 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> (cherry picked from commite038bde267
) Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
7f3b0bad4b
commit
29d8a4d4ab
|
@ -39,7 +39,6 @@
|
|||
Gop.c
|
||||
Initialize.c
|
||||
Qemu.h
|
||||
UnalignedIoInternal.h
|
||||
|
||||
[Sources.Ia32, Sources.X64]
|
||||
UnalignedIoGcc.c | GCC
|
||||
|
|
Loading…
Reference in New Issue