diff options
author | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-10 09:37:12 +0000 |
---|---|---|
committer | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-10 09:37:12 +0000 |
commit | dee4740abe5925ff25e452c1a705a36f8fb3b4b9 (patch) | |
tree | 805251d518c526abd4ab740292bcb208a6d7ff8b /MdePkg/Library/BaseLib/X64/CpuIdEx.asm | |
parent | 4cbd21753299e5c119af283aa49443a47d7a72fb (diff) | |
download | edk2-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/X64/CpuIdEx.asm')
-rw-r--r-- | MdePkg/Library/BaseLib/X64/CpuIdEx.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/X64/CpuIdEx.asm b/MdePkg/Library/BaseLib/X64/CpuIdEx.asm index ec5729fbaa..450cf543f7 100644 --- a/MdePkg/Library/BaseLib/X64/CpuIdEx.asm +++ b/MdePkg/Library/BaseLib/X64/CpuIdEx.asm @@ -11,11 +11,11 @@ ; ; Module Name: ; -; CpuId.Asm +; CpuIdEx.Asm ; ; Abstract: ; -; AsmCpuid function +; AsmCpuidEx function ; ; Notes: ; @@ -26,7 +26,7 @@ ;------------------------------------------------------------------------------ ; UINT32 ; EFIAPI -; AsmCpuid ( +; AsmCpuidEx ( ; IN UINT32 RegisterInEax, ; IN UINT32 RegisterInEcx, ; OUT UINT32 *RegisterOutEax OPTIONAL, |