audk/ArmPlatformPkg/Library
oliviermartin 17839a45b8 ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize stacks
The new functions are:
- ArmPlatformStackSet(IN UINTN StackBase, IN UINTN MpId, IN UINTN PrimaryStackSize, IN UINTN SecondaryStackSize);
- ArmPlatformStackSetPrimary(IN UINTN StackBase, IN UINTN MpId, IN UINTN PrimaryStackSize, IN UINTN SecondaryStackSize);
- ArmPlatformStackSetSecondary(IN UINTN StackBase, IN UINTN MpId, IN UINTN PrimaryStackSize, IN UINTN SecondaryStackSize);

The stack topology can be changed by implementing a new ArmPlatformStackLib

Signed-off-by: Olivier Martin <olivier.martin@arm.com>




git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13774 6f19259b-4bc3-4df7-8a09-765794883524
2012-09-28 11:01:36 +00:00
..
ArmPlatformGlobalVariableLib ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed calculation of GlobalVariableBase 2012-05-02 19:54:21 +00:00
ArmPlatformLibNull ArmPlatformPkg: Introduced 'ArmPlatformSecLib' 2012-05-02 20:13:32 +00:00
ArmPlatformSecLibNull ARM Packages: Moved ARM assembly files to 'Arm' subdirectory 2012-09-28 10:52:16 +00:00
ArmPlatformStackLib ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize stacks 2012-09-28 11:01:36 +00:00
ArmSmcLib ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure World 2012-03-26 10:59:50 +00:00
ArmTrustedMonitorLibNull ARM Packages: Moved ARM assembly files to 'Arm' subdirectory 2012-09-28 10:52:16 +00:00
DebugSecExtraActionLib ArmPkg: Fixed RVCT compiler warnings 2012-07-04 20:06:23 +00:00
EblCmdLib ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt' 2012-09-28 10:48:35 +00:00
L2X0CacheLibNull ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers/ (2) 2011-07-01 15:40:16 +00:00
PL011SerialPortLib EmbeddedPkg: Introduced 'SerialPortExtLib.h' 2012-09-28 10:56:12 +00:00
PL031RealTimeClockLib ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings) 2012-02-28 17:11:42 +00:00
PeiServicesTablePointerLib ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib 2011-09-22 23:11:03 +00:00
PrePiHobListPointerLib ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib 2011-09-22 23:11:03 +00:00
SP804TimerLib ArmPlatformPkg/SP804TimerLib: Fix delay functions to be reentrant 2011-08-18 10:14:33 +00:00