mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
ArmPkg: Add StandaloneMm stack size Pcd
StandaloneMm Arm uses stack allocated in data section. This patch adds Pcd which specify the stack size of StandaloneMm. Signed-off-by: levi.yun <yeoreum.yun@arm.com>
This commit is contained in:
parent
6016c522c6
commit
6975494655
@ -182,6 +182,11 @@
|
||||
gArmTokenSpaceGuid.PcdHypFvBaseAddress|0|UINT32|0x0000003C
|
||||
gArmTokenSpaceGuid.PcdHypFvSize|0|UINT32|0x0000003D
|
||||
|
||||
#
|
||||
# ARM StanaloneMm Stack size.
|
||||
#
|
||||
gArmTokenSpaceGuid.PcdStMmStackSize|0x2000|UINT32|0x0000005D
|
||||
|
||||
# Use ClusterId + CoreId to identify the PrimaryCore
|
||||
gArmTokenSpaceGuid.PcdArmPrimaryCoreMask|0xF03|UINT32|0x00000031
|
||||
# The Primary Core is ClusterId[0] & CoreId[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user