]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob exists
authorLiming Gao <liming.gao@intel.com>
Thu, 16 Jul 2015 05:42:58 +0000 (05:42 +0000)
committerlgao4 <lgao4@Edk2>
Thu, 16 Jul 2015 05:42:58 +0000 (05:42 +0000)
commitd1d89e86ed786f0170848a800e1569805248cb63
tree90d54966d9f25dc381855676bf16d03d018a2d05
parent90ae1f0270caae87cf3faddacd8d43ba862a290f
MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob exists

Add the check at DxeLoadCore() on MdeModulePkg\Core\DxeIplPeim\DxeLoad.c
to skip install the "gEfiMemoryTypeInformationGuid" hob if it is already
installed.

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