From 684a565a0459b758e69a5b95a8c4b34704124930 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 10 Dec 2014 08:45:44 +0000 Subject: [PATCH] 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 Reviewed-by: Star Zeng Reviewed-by: Guo Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16496 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/FwVol/FwVol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c index 585d2437dc..f4a6179188 100644 --- a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c @@ -672,7 +672,7 @@ NotifyFwVolBlock ( // Status = GetFwVolHeader (Fvb, &FwVolHeader); if (EFI_ERROR (Status)) { - return; + continue; } ASSERT (FwVolHeader != NULL); -- 2.39.2