Ported the EBC driver to use the MDE Base Math lib functions. Removed math functions from EBC driver. Need to check to see if MDE Math lib ASSERT behavior will cause any issues with EBC driver?
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1814 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<OutputFileBasename>Ebc</OutputFileBasename>
|
||||
</ModuleDefinitions>
|
||||
<LibraryClassDefinitions>
|
||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||
<Keyword>BaseLib</Keyword>
|
||||
</LibraryClass>
|
||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||
<Keyword>DebugLib</Keyword>
|
||||
</LibraryClass>
|
||||
@@ -55,15 +58,10 @@
|
||||
<Filename>Ebc.dxs</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/EbcLowLevel.asm</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/EbcLowLevel.S</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/Ia32Math.asm</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/Ia32Math.S</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/EbcSupport.c</Filename>
|
||||
<Filename SupArchList="X64">x64/EbcLowLevel.asm</Filename>
|
||||
<Filename SupArchList="X64">x64/x64Math.c</Filename>
|
||||
<Filename SupArchList="X64">x64/EbcSupport.c</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/EbcLowLevel.s</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/IpfMath.c</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/IpfMul.s</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/EbcSupport.c</Filename>
|
||||
</SourceFiles>
|
||||
<PackageDependencies>
|
||||
|
Reference in New Issue
Block a user