Skip to content

Commit 0d2e830

Browse files
committed
QemuQ35Pkg: Set PcdMigrateVariableRuntimeCacheBufferAllocation to TRUE
Enable the UEFI variable runtime cache to be migrated to consolidate the runtime memory buckets to DXE-allocated buffers. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent aa5b14d commit 0d2e830

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Platforms/QemuQ35Pkg/QemuQ35PkgCommon.dsc.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
AdvancedLoggerLib|AdvLoggerPkg/Library/AdvancedLoggerLib/Pei/AdvancedLoggerLib.inf
554554
!ifndef $(DEBUG_ON_SERIAL_PORT)
555555
DebugLib|AdvLoggerPkg/Library/PeiDebugLibAdvancedLogger/PeiDebugLibAdvancedLogger.inf
556-
!endif
556+
!endif
557557

558558
[LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
559559
AdvancedLoggerLib|AdvLoggerPkg/Library/AdvancedLoggerLib/Dxe/AdvancedLoggerLib.inf
@@ -600,6 +600,8 @@
600600
gMmSupervisorPkgTokenSpaceGuid.PcdMmSupervisorTestEnable|TRUE
601601
!endif
602602

603+
gEfiMdeModulePkgTokenSpaceGuid.PcdMigrateVariableRuntimeCacheBufferAllocation|TRUE
604+
603605
[PcdsPatchableInModule]
604606
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
605607

0 commit comments

Comments
 (0)