Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
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
AppPkg AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified to build under EDK II. 2011-09-11 20:04:18 +00:00
ArmPkg ArmPlatformPkg: Changed memory model for the stacks 2011-09-22 23:05:20 +00:00
ArmPlatformPkg ArmPlatformPkg: Changed memory model for the stacks 2011-09-22 23:05:20 +00:00
BaseTools Sync BaseTools Branch (version r2323) to EDKII main trunk. 2011-09-19 09:03:59 +00:00
BeagleBoardPkg Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention 2011-09-22 22:53:54 +00:00
Conf
CryptoPkg Replace SHA1 with SHA256 digest algorithm. 2011-09-14 11:12:08 +00:00
DuetPkg Clean up the private GUID definition in module Level. 2011-09-20 02:12:45 +00:00
EdkCompatibilityPkg Clean up the private GUID definition in module Level. 2011-09-20 02:15:00 +00:00
EdkShellBinPkg Clean up DEC files: 2011-05-09 17:48:32 +00:00
EdkShellPkg Update EdkShellPkg.dsc read me to add a note to remind developers to update platform FDF files when they want to debug shell package to replace binaries from EdkShellBinPkg 2010-06-01 00:56:57 +00:00
EmbeddedPkg Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention 2011-09-22 22:53:54 +00:00
EmulatorPkg Fix EmulatorPkg build error. 2011-09-05 09:47:37 +00:00
FatBinPkg Clean up DEC files: 2011-05-09 17:49:17 +00:00
IntelFrameworkModulePkg Add PCD for 1G page table 2011-09-21 03:45:35 +00:00
IntelFrameworkPkg For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. 2011-07-27 08:54:57 +00:00
MdeModulePkg Return empty string when END device path is passed in to align the original behavior in order to keep backward compatibility. 2011-09-22 02:56:38 +00:00
MdePkg Refine code to follow coding style. 2011-09-14 05:30:53 +00:00
NetworkPkg Clean up the private GUID definition in module Level. 2011-09-18 12:27:49 +00:00
Nt32Pkg Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. 2011-06-28 02:24:46 +00:00
Omap35xxPkg Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention 2011-09-22 22:53:54 +00:00
OptionRomPkg Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:44:19 +00:00
OvmfPkg Correct package name 2011-09-02 13:31:24 +00:00
PcAtChipsetPkg Add "#ifdef ... #define ... #endif" check for the header file. 2011-09-07 02:42:52 +00:00
PerformancePkg Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. 2011-08-25 05:59:17 +00:00
SecurityPkg 1. Enhance DxeImageVerificationLib to avoid some corrupted input. 2011-09-21 05:23:55 +00:00
ShellBinPkg ShellBinPkg: Update binaries. 2011-09-19 17:24:20 +00:00
ShellPkg Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
SourceLevelDebugPkg fix build error. 2011-09-21 06:59:17 +00:00
StdLib StdLib: Change the last argument of the ioctl helper functions to va_list* from void*. 2011-09-16 23:16:56 +00:00
StdLibPrivateInternalFiles StdLib: Change the last argument of the ioctl helper functions to va_list* from void*. 2011-09-16 23:16:56 +00:00
UefiCpuPkg Add PCD for 1G page table 2011-09-21 03:45:35 +00:00
UnixPkg Fix typo error in UnixPkg.dsc 2011-09-07 05:51:55 +00:00
BuildNotes2.txt minor format update 2011-02-15 12:12:21 +00:00
edksetup.bat Correct copyright year 2011-02-16 12:21:31 +00:00
edksetup.sh Correct copyright year 2011-02-16 12:21:31 +00:00