summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
diff options
context:
space:
mode:
authorThomas Barrett <tbarrett@crusoeenergy.com>2024-01-12 18:31:44 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-15 15:57:42 +0000
commit82e149f2bf796a5a0492d764897ada261d266653 (patch)
tree70d6a7a1b283c8eb442b1edbd7da781de516298f /OvmfPkg
parent6d204e8fbcfe4b38de0c5462ee68ebce6f426a2c (diff)
downloadedk2-82e149f2bf796a5a0492d764897ada261d266653.tar.gz
edk2-82e149f2bf796a5a0492d764897ada261d266653.tar.bz2
edk2-82e149f2bf796a5a0492d764897ada261d266653.zip
OvmfPkg: CloudHv: Enable PcdUse1GPageTable
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. Signed-off-by: Thomas Barrett <tbarrett@crusoeenergy.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r--OvmfPkg/CloudHv/CloudHvX64.dsc2
1 files changed, 2 insertions, 0 deletions
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
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
+ gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE
+
################################################################################
#
# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform