mirror of https://github.com/acidanthera/audk.git
Set correctly FV format guid when install FV INFO PPI.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9254 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eaa8a23486
commit
ed5ac057bf
|
@ -281,8 +281,6 @@ PeiInitializeFv (
|
|||
|
||||
PrivateData->AllFvCount = 1;
|
||||
PrivateData->AllFv[0] = (EFI_PEI_FV_HANDLE)PrivateData->Fv[0].FvHeader;
|
||||
|
||||
|
||||
//
|
||||
// Post a call-back for the FvInfoPPI services to expose
|
||||
// additional Fvs to PeiCore.
|
||||
|
@ -652,7 +650,7 @@ PeiFvFindNextVolume (
|
|||
//
|
||||
if (!Match) {
|
||||
PeiServicesInstallFvInfoPpi (
|
||||
NULL,
|
||||
&(((EFI_FIRMWARE_VOLUME_HEADER *)(UINTN)FvHob->BaseAddress)->FileSystemGuid),
|
||||
(VOID *)(UINTN)FvHob->BaseAddress,
|
||||
(UINT32)FvHob->Length,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in New Issue