OvmfPkg/MicrovmX64: enable 1G pages

Reduces the memory footprint and speeds up booting.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
Gerd Hoffmann 2023-05-17 12:24:49 +02:00 committed by mergify[bot]
parent b63e17d746
commit 04c5b3023e
1 changed files with 3 additions and 0 deletions

View File

@ -544,6 +544,9 @@
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
# use 1G pages
gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE
#
# Network Pcds
#