Skip to content

Commit 0a19164

Browse files
committed
QemuSbsaPkg: Update RT Code bucket
Currently memory type info causes resets because the RT Code bucket is too small. Current value is 0x300 needed value is 0x425, this provides some buffer at 0x450. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 43e96d2 commit 0a19164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Platforms/QemuSbsaPkg/QemuSbsaPkg.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
597597
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x28
598598
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x505
599599
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x258
600-
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x300
600+
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x450
601601
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|0x5DC
602602
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|0x2EE0
603603
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|0x14
@@ -798,7 +798,7 @@
798798
# below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
799799
# point only, for entry point versions >= 3.0.
800800
gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
801-
801+
802802
# System Memory Size -- 128 MB initially, actual size will be fetched from DT, and installed
803803
# into resource descriptor hobs.
804804
gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000

0 commit comments

Comments
 (0)