On 11/02/18 04:24, yuchenlin via edk2-devel wrote:
> From: yuchenlin <[email protected]>
> 
> 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 <[email protected]>
> ---
>  OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf         |  6 --
>  OvmfPkg/QemuVideoDxe/UnalignedIoGcc.c         | 70 ----------------
>  OvmfPkg/QemuVideoDxe/UnalignedIoIcc.c         | 80 -------------------
>  OvmfPkg/QemuVideoDxe/UnalignedIoInternal.h    | 59 --------------
>  OvmfPkg/QemuVideoDxe/UnalignedIoMsc.c         | 78 ------------------
>  OvmfPkg/QemuVideoDxe/UnalignedIoUnsupported.c | 66 ---------------
>  6 files changed, 359 deletions(-)
>  delete mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoGcc.c
>  delete mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoIcc.c
>  delete mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoInternal.h
>  delete mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoMsc.c
>  delete mode 100644 OvmfPkg/QemuVideoDxe/UnalignedIoUnsupported.c

Checked this the same way as patch v2 2/5.

Reviewed-by: Laszlo Ersek <[email protected]>

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to