From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 F143920945605 for ; Tue, 4 Jul 2017 09:54:55 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E05E7C0587D1; Tue, 4 Jul 2017 16:56:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E05E7C0587D1 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E05E7C0587D1 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-126.phx2.redhat.com [10.3.116.126]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1AC0B5D724; Tue, 4 Jul 2017 16:56:32 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen Date: Tue, 4 Jul 2017 18:56:21 +0200 Message-Id: <20170704165629.13610-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 04 Jul 2017 16:56:34 +0000 (UTC) Subject: [PATCH v2 0/8] OvmfPkg: recognize an extended TSEG when QEMU offers it 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: Tue, 04 Jul 2017 16:54:56 -0000 This is version 2 of the series posted previously at . Version 2 is a rewrite from scratch based on Jordan's feedback for v1 and the subsequent discussion. Repo: https://github.com/lersek/edk2.git Branch: extended_tseg_bz1447027_v2 Cc: Jordan Justen Thanks Laszlo Laszlo Ersek (8): OvmfPkg: widen PcdQ35TsegMbytes to UINT16 OvmfPkg/PlatformPei: prepare for PcdQ35TsegMbytes becoming dynamic OvmfPkg/SmmAccess: prepare for PcdQ35TsegMbytes becoming dynamic OvmfPkg: make PcdQ35TsegMbytes dynamic OvmfPkg/IndustryStandard/Q35MchIch9.h: add extended TSEG size macros OvmfPkg/SmmAccess: support extended TSEG size OvmfPkg/PlatformPei: honor extended TSEG in PcdQ35TsegMbytes if available OvmfPkg: mention the extended TSEG near the PcdQ35TsegMbytes declaration OvmfPkg/Include/IndustryStandard/Q35MchIch9.h | 4 ++ OvmfPkg/OvmfPkg.dec | 15 +++-- OvmfPkg/OvmfPkgIa32.dsc | 1 + OvmfPkg/OvmfPkgIa32X64.dsc | 1 + OvmfPkg/OvmfPkgX64.dsc | 1 + OvmfPkg/PlatformPei/MemDetect.c | 67 +++++++++++++++++++- OvmfPkg/PlatformPei/Platform.c | 14 ++-- OvmfPkg/PlatformPei/Platform.h | 7 ++ OvmfPkg/SmmAccess/SmmAccess2Dxe.c | 1 + OvmfPkg/SmmAccess/SmmAccess2Dxe.inf | 3 + OvmfPkg/SmmAccess/SmmAccessPei.c | 10 +-- OvmfPkg/SmmAccess/SmmAccessPei.inf | 4 +- OvmfPkg/SmmAccess/SmramInternal.c | 25 +++++++- OvmfPkg/SmmAccess/SmramInternal.h | 13 ++++ 14 files changed, 142 insertions(+), 24 deletions(-) -- 2.13.1.3.g8be5a757fa67