]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issue
authorLiming Gao <liming.gao@intel.com>
Mon, 15 Dec 2014 09:36:46 +0000 (09:36 +0000)
committerlgao4 <lgao4@Edk2>
Mon, 15 Dec 2014 09:36:46 +0000 (09:36 +0000)
commit6395c642ae74ee14a8aa513f83bae41645a1f846
tree845eaeaedf07867f94904f04a0355925b601cbeb
parent84b8497338c2242a92c10de801d12ab389573807
MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issue

PeiCore FirmwareVolmeInfoPpiNotifyCallback() should check FvCount when new one is added.
Now, this check is the entry of Notify function that is too early, because PeiCore will
install FvInfo and FvInfo2 both for one sub FV image and trig FvNotify function twice for the same FV images.

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