]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Sec/Sec.c
ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any library invoc...
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 6 Dec 2011 16:32:11 +0000 (16:32 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 6 Dec 2011 16:32:11 +0000 (16:32 +0000)
commit8234441688bbdc987d9514a785724270d2739b33
tree02e7988946878655f3e360af19c444c2bf88b53c
parenta62da87e953202951577a246e59a95be39428707
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
ArmPlatformPkg/Sec/Sec.c