summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/BaseLib.msa
diff options
context:
space:
mode:
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-10 09:37:12 +0000
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-10 09:37:12 +0000
commitdee4740abe5925ff25e452c1a705a36f8fb3b4b9 (patch)
tree805251d518c526abd4ab740292bcb208a6d7ff8b /MdePkg/Library/BaseLib/BaseLib.msa
parent4cbd21753299e5c119af283aa49443a47d7a72fb (diff)
downloadedk2-platforms-dee4740abe5925ff25e452c1a705a36f8fb3b4b9.tar.xz
1. Added AsmCpuidEx() to BaseLib
2. Added DecimalToBcd8() and BcdToDecimal8() to String.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@465 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.msa')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.msa1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa
index 5fc8430422..0d07e79af4 100644
--- a/MdePkg/Library/BaseLib/BaseLib.msa
+++ b/MdePkg/Library/BaseLib/BaseLib.msa
@@ -94,6 +94,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Filename>Ia32/SetJump.asm</Filename>
<Filename>Ia32/LongJump.asm</Filename>
<Filename>Ia32/CpuId.asm</Filename>
+ <Filename>Ia32/CpuIdEx.asm</Filename>
<Filename>Ia32/ReadEflags.asm</Filename>
<Filename>Ia32/ReadMsr64.asm</Filename>
<Filename>Ia32/WriteMsr32.asm</Filename>