audk/ArmPlatformPkg/Documentation
oliviermartin 2dbcb8f0a3 ArmPlatformPkg: Changed memory model for the stacks
In the previous version, every cores had the same stack size.
To avoid to waste memory with secondary core stacks, the primary core stack
size is now different from the secondary cores stack size.

These are the Stack PCDs and their default values:

gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x10000
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize|0x1000

gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x1000

gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0
gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x10000
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x1000




git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12415 6f19259b-4bc3-4df7-8a09-765794883524
2011-09-22 23:05:20 +00:00
..
patches ArmPlatformPkg/patches: Updated list of Pending patches after latest BaseTools sync 2011-09-20 16:09:47 +00:00
ARM-EDK2-Overview.png ArmPlatformPkg/Documentation: Add diagram to the documentation 2011-07-11 15:45:33 +00:00
ArmPlatformLib-2nd-Stage.png ArmPlatformPkg/Documentation: Add diagram to the documentation 2011-07-11 15:45:33 +00:00
ArmPlatformLib-Full-Boot.png ArmPlatformPkg/Documentation: Add diagram to the documentation 2011-07-11 15:45:33 +00:00
ArmPlatformPkg.txt ArmPlatformPkg: Changed memory model for the stacks 2011-09-22 23:05:20 +00:00
ArmRealViewRTSMInstructions.txt ArmPlatformPkg: Update the list of the BaseTools pending patches and the documentation 2011-07-01 20:26:17 +00:00
ArmVExpressInstructions.txt ArmPlatformPkg: Update the list of the BaseTools pending patches and the documentation 2011-07-01 20:26:17 +00:00