]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiLib/UefiNotTiano.c
UefiLib:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 4 Jun 2006 13:08:25 +0000 (13:08 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 4 Jun 2006 13:08:25 +0000 (13:08 +0000)
commit9a462b415d8c9636bfb29a2cfb141e69c3c092b7
tree1f8b1a82190a60a8d00919ab0349a2deab9f2ce3
parent8840ad589e758e0aa57982f5b7acfa898c63c409
UefiLib:
Add two new interfaces of EfiCreateEventLegacyBootEx & EfiCreateEventReadyToBootEx
Fix a bug in EfiCreateEventLegacyBoot & EfiCreateEventReadyToBoot. (#51)
PciLib:
Add missing ASSERT()s in PciReadBuffer() & PciWriteBuffer() (#70)
IoLib
Add ASSERT()s to check alignment.
MemoryAllocationLib:
For AllocateXXXCopyBuffer(). Add ASSERT()s for cases when allocations fails.
BaseLib:
Change the return type of InternalMathModU64x32 from UINT64 to UINT32

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@416 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/BaseLib/Math64.c
MdePkg/Library/BasePciCf8Lib/PciLib.c
MdePkg/Library/BasePciExpressLib/PciLib.c
MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c
MdePkg/Library/PeiIoLibCpuIo/IoLib.c
MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
MdePkg/Library/UefiLib/UefiNotTiano.c