]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."
authorLaszlo Ersek <lersek@redhat.com>
Fri, 9 Nov 2018 19:13:54 +0000 (20:13 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Mon, 12 Nov 2018 11:24:00 +0000 (12:24 +0100)
commit615c2c766e1693c31ff8e8b1063c2738e90b085c
tree271f9d55991b8d86540ce4ce6da0668042c2f1a4
parent98449a1678f46047098a3d0186af4f6022fdc824
Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."

This reverts commit 438ada5aa5a1174940795678c2dae07cde8f3869,
reapplying 05a5379458725234de8a05780fcb5da2c12680e4.

Note that the commit now being reverted is technically correct; the only
reason we're reverting it is because it should not have been pushed past
the Soft Feature Freeze for the edk2-stable201811 tag.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: yuchenlin <yuchenlin@synology.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1319
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: yuchenlin <yuchenlin@synology.com>
OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg/QemuVideoDxe/UnalignedIoGcc.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/UnalignedIoIcc.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/UnalignedIoInternal.h [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/UnalignedIoMsc.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/UnalignedIoUnsupported.c [new file with mode: 0644]