]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly consider...
authorStar Zeng <star.zeng@intel.com>
Tue, 14 Oct 2014 06:53:18 +0000 (06:53 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Oct 2014 06:53:18 +0000 (06:53 +0000)
commit5e574a01ca816e1e1dc0863c61b92d7638a6d5fd
treea5b84b3408d1a9d5074b63a4d0f13c02ccc52472
parent544ccd1051108dcaf9eced3d57f465dd24a4e43e
MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly consider the overhead sizeof (EFI_HOB_MEMORY_ALLOCATION).

It can fix the confused ERROR log like below.

"AllocatePages failed: No 0x1 Pages is available.
There is only left 0x1 pages memory resource to be allocated."

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16211 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Pei/Memory/MemoryServices.c