retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is used to signify such FV need to be dispatched or not.
Currently our code has not such usage model, so Mike recommended us to retire this guid git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7593 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -962,15 +962,6 @@ CoreFwVolEventProtocolNotify (
|
||||
continue;
|
||||
}
|
||||
|
||||
Status = CoreHandleProtocol (FvHandle, &gEfiFirmwareVolumeDispatchProtocolGuid, (VOID **)&Fv);
|
||||
if (EFI_ERROR (Status)) {
|
||||
//
|
||||
// If no dispatch protocol then skip, but do not marked as being processed as it
|
||||
// may show up later.
|
||||
//
|
||||
continue;
|
||||
}
|
||||
|
||||
//
|
||||
// Since we are about to process this Fv mark it as processed.
|
||||
//
|
||||
|
Reference in New Issue
Block a user