audk/ArmPlatformPkg/Sec
oliviermartin 8234441688 ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any library invocation
Some compilers uses VFP for some 64bit operation. If the VFP coprocessor is not enabled at
this stage the processor raises an undefined exception.
To prevent this case, the VFP enabling has been moved at the beginning of the platform
initialization phase.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12823 6f19259b-4bc3-4df7-8a09-765794883524
2011-12-06 16:32:11 +00:00
..
Exception.S ArmPlatformPkg: Coding style (minor changes) 2011-11-01 23:31:02 +00:00
Exception.asm ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() 2011-07-06 16:07:54 +00:00
Helper.S ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings 2011-11-01 23:41:20 +00:00
Helper.asm ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings 2011-11-01 23:41:20 +00:00
Sec.c ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any library invocation 2011-12-06 16:32:11 +00:00
Sec.inf ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings 2011-11-01 23:41:20 +00:00
SecEntryPoint.S ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable's size is zero 2011-11-09 11:52:37 +00:00
SecEntryPoint.asm ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable's size is zero 2011-11-09 11:52:37 +00:00
SecInternal.h ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings 2011-11-01 23:41:20 +00:00