]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiLib/UefiNotTiano.c
PeiSmbusLib & DxeSmbusLib
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 05:51:23 +0000 (05:51 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 05:51:23 +0000 (05:51 +0000)
commitabea19dbe10720a4ef4f9e688996d71a493cebe9
treea27ccd6b591aa35c094d9f076975e146447dc1b2
parentee19dec64fba479016c168daa80bc61fbd395936
PeiSmbusLib & DxeSmbusLib
Remove Arp Related interfaces
Change the return type of SmbusQuickWrite from “BOOLEAN” to “VOID”
Complete interface SmBusBlockProcessCall()
Make the PEC bit “bit 21” of SMBUS address. If data show that MSB helps to save code size in BaseSmbusLib, we may simply redefine it to be MAX_BIT.
UefiLib
Modify the interfaces in UefiNotTiano.c to sync with spec
MemoryAllocationLib
Add extra checking in “Aligned” Memory services to prevent “AllocationSize + OverAllocation” overflow in DxeMemoryAllocationLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@23 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/SmbusLib.h
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c
MdePkg/Library/DxeSmbusLib/DxeSmbusLib.c
MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
MdePkg/Library/DxeSmbusLib/SmbusLib.c
MdePkg/Library/PeiSmbusLib/InternalSmbusLib.h
MdePkg/Library/PeiSmbusLib/PeiSmbusLib.c
MdePkg/Library/PeiSmbusLib/SmbusLib.c
MdePkg/Library/UefiLib/UefiNotTiano.c