From: Laszlo Ersek Date: Sat, 10 Mar 2018 22:32:12 +0000 (+0100) Subject: OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file X-Git-Tag: edk2-stable201903~2161 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b2959e9f1a57279506ca46d56bc424fd7fa6b62a OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file The header file declares the UnalignedIoWrite32() and UnalignedIoRead32() functions. The functions are called from VmwareSvgaWrite() and VmwareSvgaRead() in the common "Driver.c" source file. The UnalignedIo*32() functions are defined with inline assembly, C-language compiler intrinsics, or as ASSERT(FALSE), in distinct C files, dependent on architecture and toolchain. Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Phil Dennis-Jordan Suggested-by: Michael Kinney Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index 017a049104..fc4c07723e 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -39,6 +39,7 @@ Gop.c Initialize.c Qemu.h + UnalignedIoInternal.h [Sources.Ia32, Sources.X64] UnalignedIoGcc.c | GCC