From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=59.124.61.242; helo=synology.com; envelope-from=yuchenlin@synology.com; receiver=edk2-devel@lists.01.org Received: from synology.com (synology.com [59.124.61.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8032321180F4F for ; Thu, 1 Nov 2018 20:24:18 -0700 (PDT) From: yuchenlin@synology.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synology.com; s=123; t=1541129056; bh=98pupQ5qyFY96vAD8BkkFnbIo2Gc6rSa7IA/oG3Y3ho=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=jxCfJ1sf/nTzrvYNml+GkiEUwRN7RxcEKIAV2msz886FLBO6iekw7Zgi2Lak+DXA/ XxyDfVRsOzPOiUOa7SG91juuk/D5BnF32R1yc//SOZdl6DjAvFhkZTvEXatJnObFQS qR7uJVQ6sv2kYqM9RaZ5SpeitpnYVPbg9Keq684Q= To: edk2-devel@lists.01.org Cc: jordan.l.justen@intel.com, lersek@redhat.com, ard.biesheuvel@linaro.org, anthony.perard@citrix.com, julien.grall@linaro.org, phil@philjordan.eu, kraxel@redhat.com, philmd@redhat.com, yuchenlin Date: Fri, 2 Nov 2018 11:23:58 +0800 Message-Id: <20181102032402.19686-2-yuchenlin@synology.com> In-Reply-To: <20181102032402.19686-1-yuchenlin@synology.com> References: <20181102032402.19686-1-yuchenlin@synology.com> X-Synology-MCP-Status: no X-Synology-Spam-Flag: no X-Synology-Spam-Status: score=0, required 6, WHITELIST_FROM_ADDRESS 0 X-Synology-Virus-Status: no Subject: [PATCH v2 1/5] Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 03:24:18 -0000 From: yuchenlin 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 --- OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 1 - 1 file changed, 1 deletion(-) 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 -- 2.18.0