mirror of https://github.com/acidanthera/audk.git
Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove the reference of PeiPiLib, it has been merged to PeiServicesLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6522 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d9efa86d17
commit
187f1a5b3a
|
@ -654,7 +654,7 @@ PeiFvFindNextVolume (
|
|||
// If Not Found, Install FvInfo Ppi for it.
|
||||
//
|
||||
if (!Match) {
|
||||
PiLibInstallFvInfoPpi (
|
||||
PeiServicesInstallFvInfoPpi (
|
||||
NULL,
|
||||
(VOID *)(UINTN)FvHob->BaseAddress,
|
||||
(UINT32)FvHob->Length,
|
||||
|
@ -913,7 +913,7 @@ ProcessFvFile (
|
|||
//
|
||||
// Install FvPpi and Build FvHob
|
||||
//
|
||||
PiLibInstallFvInfoPpi (
|
||||
PeiServicesInstallFvInfoPpi (
|
||||
NULL,
|
||||
FvImageInfo.FvStart,
|
||||
(UINT32) FvImageInfo.FvSize,
|
||||
|
|
|
@ -43,7 +43,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <IndustryStandard/PeImage.h>
|
||||
#include <Library/PeiServicesTablePointerLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/PeiPiLib.h>
|
||||
#include <Guid/FirmwareFileSystem2.h>
|
||||
#include <Guid/AprioriFileName.h>
|
||||
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
MemoryAllocationLib
|
||||
CacheMaintenanceLib
|
||||
PeCoffLib
|
||||
PeiPiLib
|
||||
PeiServicesTablePointerLib
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue