mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +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.PcdHypFvBaseAddress|0|UINT32|0x0000003C
|
||||||
gArmTokenSpaceGuid.PcdHypFvSize|0|UINT32|0x0000003D
|
gArmTokenSpaceGuid.PcdHypFvSize|0|UINT32|0x0000003D
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARM StanaloneMm Stack size.
|
||||||
|
#
|
||||||
|
gArmTokenSpaceGuid.PcdStMmStackSize|0x2000|UINT32|0x0000005D
|
||||||
|
|
||||||
# Use ClusterId + CoreId to identify the PrimaryCore
|
# Use ClusterId + CoreId to identify the PrimaryCore
|
||||||
gArmTokenSpaceGuid.PcdArmPrimaryCoreMask|0xF03|UINT32|0x00000031
|
gArmTokenSpaceGuid.PcdArmPrimaryCoreMask|0xF03|UINT32|0x00000031
|
||||||
# The Primary Core is ClusterId[0] & CoreId[0]
|
# The Primary Core is ClusterId[0] & CoreId[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user