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
This commit is contained in:
bxing
2006-06-10 09:37:12 +00:00
parent 4cbd217532
commit dee4740abe
5 changed files with 202 additions and 3 deletions

View File

@@ -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,