From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 E033420945BF5 for ; Wed, 20 Sep 2017 11:08:27 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 20 Sep 2017 11:11:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,422,1500966000"; d="scan'208";a="902295117" Received: from bcooper1-mobl.amr.corp.intel.com (HELO localhost) ([10.254.121.30]) by FMSMGA003.fm.intel.com with ESMTP; 20 Sep 2017 11:11:33 -0700 MIME-Version: 1.0 To: Laszlo Ersek , edk2-devel-01 Message-ID: <150593109252.7662.2073612350244100426@jljusten-skl> From: Jordan Justen In-Reply-To: <20170919191815.3004-1-lersek@redhat.com> Cc: Aleksei Kovura , Gerd Hoffmann , Igor Mammedov , Ruiyu Ni References: <20170919191815.3004-1-lersek@redhat.com> User-Agent: alot/0.6 Date: Wed, 20 Sep 2017 11:11:32 -0700 Subject: Re: [PATCH 0/3] OvmfPkg/QemuVideoDxe/VbeShim: handle PAM1 register on Q35 correctly X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 18:08:28 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jordan Justen On 2017-09-19 12:18:12, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: vbe_shim_q35_pam > = > Fix the long-standing OVMF/Q35 bug recently exposed by a QEMU change, > and reported under . > = > Aleksei, can you please fetch the branch, build it, and report back with > your Tested-by if it works for you? > = > I performed my own tests as well; I'll include those in a separate > email. > = > Cc: Aleksei Kovura > Cc: Gerd Hoffmann > Cc: Igor Mammedov > Cc: Jordan Justen > Cc: Ruiyu Ni > = > Thank you, > Laszlo > = > Laszlo Ersek (3): > OvmfPkg/CsmSupportLib: move PAM register addresses to IndustryStandard > OvmfPkg/QemuVideoDxe/VbeShim: rename Status to > Segment0AllocationStatus > OvmfPkg/QemuVideoDxe/VbeShim: handle PAM1 register on Q35 correctly > = > OvmfPkg/Csm/CsmSupportLib/LegacyRegion.c | 62 ++++++++++---------- > OvmfPkg/Csm/CsmSupportLib/LegacyRegion.h | 22 +------ > OvmfPkg/Include/IndustryStandard/I440FxPiix4.h | 13 ++++ > OvmfPkg/Include/IndustryStandard/Q35MchIch9.h | 8 +++ > OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 3 +- > OvmfPkg/QemuVideoDxe/VbeShim.c | 47 ++++++++++++--- > 6 files changed, 95 insertions(+), 60 deletions(-) > = > -- = > 2.14.1.3.gb7cf6e02401b >=20