audk/MdePkg
oliviermartin 0806815921 MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file
The registers used to passed arguments to the DxeCore entrypoint in the inline
assembly function InternalSwitchStackAsm() where switched at compilation time.
This change replaces the inline assembly by a pure assembly source file to
avoid this kind of optimization.

Note: Inline assembly is generally not recommanded in system programming.

Reviewed-by: lgao4



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12674 6f19259b-4bc3-4df7-8a09-765794883524
2011-11-08 18:49:22 +00:00
..
Include MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library/GenericBdsLib/ to MdePkg/Include/IndustryStandard. 2011-11-04 08:27:47 +00:00
Library MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file 2011-11-08 18:49:22 +00:00
MdePkg.dec Update UID drivers to align with latest UEFI spec 2.3.1. 2011-10-12 03:27:15 +00:00
MdePkg.dsc MdePkg: Add S3 library interfaces and base implementations 2011-08-29 22:16:28 +00:00