mirror of https://github.com/acidanthera/audk.git
MdeModulePke: DxeCore NotifyFwVolBlock() function issue
Fix DxeCore NotifyFwVolBlock() function to make sure FV protocol is installed for all valid PI 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@16496 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
61959fa9ba
commit
684a565a04
|
@ -672,7 +672,7 @@ NotifyFwVolBlock (
|
||||||
//
|
//
|
||||||
Status = GetFwVolHeader (Fvb, &FwVolHeader);
|
Status = GetFwVolHeader (Fvb, &FwVolHeader);
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
ASSERT (FwVolHeader != NULL);
|
ASSERT (FwVolHeader != NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue