From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.45816.1684319095160864262 for ; Wed, 17 May 2023 03:24:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ewj4rjAG; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684319094; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=9ca/vA4XvGb5DcKtd3dhTv3wHYo/Vlf/o0McL11J4po=; b=ewj4rjAGx9GyZcEq+ihk3j4T+GSqYIKT7KUJoNT8b2q9wIBlvvOPoVa4CB6FWU9x4NhW4L onlF4lgntHS5PlsSCnEud6x3N5WSIJ688RLpQRz+a3KyVVWU4WnlctY9fPV0wn+VQ+XR5S VFGLYwHDi8msdegtLtPaYvjMSjb6z5c= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-225-COtyL0iINpecGGyrlZIbfQ-1; Wed, 17 May 2023 06:24:50 -0400 X-MC-Unique: COtyL0iINpecGGyrlZIbfQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8B46188B76E; Wed, 17 May 2023 10:24:50 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.130]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5A45A40C6EC4; Wed, 17 May 2023 10:24:50 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 12ECB18007A1; Wed, 17 May 2023 12:24:49 +0200 (CEST) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jordan Justen , Oliver Steffen , Pawel Polawski , Gerd Hoffmann , Ard Biesheuvel , Jiewen Yao Subject: [PATCH 0/3] OvmfPkg: gigabyte page tweaks Date: Wed, 17 May 2023 12:24:46 +0200 Message-Id: <20230517102449.1334621-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Gerd Hoffmann (3): OvmfPkg/PlatformInitLib: check PcdUse1GPageTable OvmfPkg/OvmfPkgIa32X64: enable 1G pages OvmfPkg/MicrovmX64: enable 1G pages OvmfPkg/Microvm/MicrovmX64.dsc | 3 +++ OvmfPkg/OvmfPkgIa32X64.dsc | 3 +++ OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf | 1 + OvmfPkg/Library/PlatformInitLib/MemDetect.c | 5 +++++ 4 files changed, 12 insertions(+) -- 2.40.1