From 7cf1a5b328655f59ceca3ecc487baffdd116f571 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Fri, 6 Dec 2013 16:13:13 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14939 6f19259b-4bc3-4df7-8a09-765794883524 --- .../ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc index f4aeee8e21..18faa5806f 100644 --- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc +++ b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc @@ -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