From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id AC3C7AC194A for ; Fri, 12 Jan 2024 19:16:19 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=x/GonJlPjNiphaZGYCY+54qmkOLxh96ydEOwe08hbYM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1705086978; v=1; b=LbfN/tZjAXxE7dtCgOMG7fWaRU4zPMhVxn8WL9YhPr96svbPWcBEpFz4ld3nJI2RZ7YSiyFx v0PWEnEqiQW2gTCJwnfY9iNhV0cmSoADYWkOV3gjlnMEovMGcwkU/08eg0hysxlYB8aJqfTEey+ 0vV2Fgcpxz+i/T7ECkGunbks= X-Received: by 127.0.0.2 with SMTP id gaT7YY7687511xiP3kXhoIzK; Fri, 12 Jan 2024 11:16:18 -0800 X-Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web11.15296.1705084315247795474 for ; Fri, 12 Jan 2024 10:31:55 -0800 X-Received: by mail-pf1-f175.google.com with SMTP id d2e1a72fcca58-6daf9d5f111so5226716b3a.0 for ; Fri, 12 Jan 2024 10:31:55 -0800 (PST) X-Gm-Message-State: HCMnd95zuota0zYnbxC3sEW9x7686176AA= X-Google-Smtp-Source: AGHT+IElBb8s9erjKrkXsxLR7WBQW8mgkdj6HIQsGtmPVjZWn7c4dUBM9xalU9Ny8xdbn3kJ0RRwNg== X-Received: by 2002:a05:6a00:2a09:b0:6d9:ac49:4e36 with SMTP id ce9-20020a056a002a0900b006d9ac494e36mr1310728pfb.68.1705084314357; Fri, 12 Jan 2024 10:31:54 -0800 (PST) X-Received: from dev-hypervisor-01.hsd1.ca.comcast.net ([2601:645:8001:5750::6d3b]) by smtp.googlemail.com with ESMTPSA id w67-20020a626246000000b006d6b91c6eb6sm3699243pfb.13.2024.01.12.10.31.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jan 2024 10:31:54 -0800 (PST) From: "Thomas Barrett" To: devel@edk2.groups.io Cc: Thomas Barrett , Anatol Belski , Ard Biesheuvel , Gerd Hoffmann , Jianyong Wu , Jiewen Yao , Laszlo Ersek , Rob Bradford Subject: [edk2-devel] [PATCH v3 3/3] OvmfPkg: CloudHv: Enable PcdUse1GPageTable Date: Fri, 12 Jan 2024 18:31:44 +0000 Message-Id: <69f5ec65e20ea6efbec49b8a7fa2479b9d71961a.1705084003.git.tbarrett1200@gmail.com> In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,tbarrett1200@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="LbfN/tZj"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Thomas Barrett Without enabling PcdUse1GPageTable, CloudHv guests are limited to a 40-bit address space, even if the hardware supports more. This limits the amount of RAM to 1TiB of CloudHv guests. Cc: Anatol Belski Cc: Ard Biesheuvel Cc: Gerd Hoffmann Cc: Jianyong Wu Cc: Jiewen Yao Cc: Laszlo Ersek Cc: Rob Bradford Signed-off-by: Thomas Barrett --- OvmfPkg/CloudHv/CloudHvX64.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OvmfPkg/CloudHv/CloudHvX64.dsc b/OvmfPkg/CloudHv/CloudHvX64.dsc index af594959a9..b522fa1059 100644 --- a/OvmfPkg/CloudHv/CloudHvX64.dsc +++ b/OvmfPkg/CloudHv/CloudHvX64.dsc @@ -566,6 +566,8 @@ # Point to the MdeModulePkg/Application/UiApp/UiApp.inf=0D gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c= , 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0= x31 }=0D =0D + gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE=0D +=0D ##########################################################################= ######=0D #=0D # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Pla= tform=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113774): https://edk2.groups.io/g/devel/message/113774 Mute This Topic: https://groups.io/mt/103689733/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-