Skip to content

Commit 6f6a236

Browse files
committed
ArmPkg/ArmPkg.dec: increase StandaloneMm stack size
Increase StandaloneMm's default stack size to 16KB incase of crypto operation. Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
1 parent 7820027 commit 6f6a236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArmPkg/ArmPkg.dec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
#
145145
# ARM StanaloneMm Stack size.
146146
#
147-
gArmTokenSpaceGuid.PcdStMmStackSize|0x2000|UINT32|0x0000005D
147+
gArmTokenSpaceGuid.PcdStMmStackSize|0x4000|UINT32|0x0000005D
148148

149149
# Use ClusterId + CoreId to identify the PrimaryCore
150150
gArmTokenSpaceGuid.PcdArmPrimaryCoreMask|0xF03|UINT32|0x00000031

0 commit comments

Comments
 (0)