mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc: Remove the Monitor stacks PCDs
We do not have (Secure) Monitor mode on AArch64. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14939 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8a25bd7c54
commit
7cf1a5b328
|
@ -76,13 +76,9 @@
|
|||
gArmTokenSpaceGuid.PcdVFPEnabled|1
|
||||
|
||||
# Stacks for MPCores in Secure World (No SRAM on foundation model, put in RAM at 64MB)
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0xA4009000
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0xA4008000
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
|
||||
|
||||
# Stacks for MPCores in Monitor Mod (No SRAM on foundation model, put in RAM at 64MB)
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0xA4008000
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x100
|
||||
|
||||
# Stacks for MPCores in Normal World (No SRAM on foundation model, put in RAM at 64MB)
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0xA4000000
|
||||
gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
|
||||
|
|
Loading…
Reference in New Issue