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 Not Found, Install FvInfo Ppi for it.
|
||||||
//
|
//
|
||||||
if (!Match) {
|
if (!Match) {
|
||||||
PiLibInstallFvInfoPpi (
|
PeiServicesInstallFvInfoPpi (
|
||||||
NULL,
|
NULL,
|
||||||
(VOID *)(UINTN)FvHob->BaseAddress,
|
(VOID *)(UINTN)FvHob->BaseAddress,
|
||||||
(UINT32)FvHob->Length,
|
(UINT32)FvHob->Length,
|
||||||
|
@ -913,7 +913,7 @@ ProcessFvFile (
|
||||||
//
|
//
|
||||||
// Install FvPpi and Build FvHob
|
// Install FvPpi and Build FvHob
|
||||||
//
|
//
|
||||||
PiLibInstallFvInfoPpi (
|
PeiServicesInstallFvInfoPpi (
|
||||||
NULL,
|
NULL,
|
||||||
FvImageInfo.FvStart,
|
FvImageInfo.FvStart,
|
||||||
(UINT32) FvImageInfo.FvSize,
|
(UINT32) FvImageInfo.FvSize,
|
||||||
|
|
|
@ -43,7 +43,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <IndustryStandard/PeImage.h>
|
#include <IndustryStandard/PeImage.h>
|
||||||
#include <Library/PeiServicesTablePointerLib.h>
|
#include <Library/PeiServicesTablePointerLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/PeiPiLib.h>
|
|
||||||
#include <Guid/FirmwareFileSystem2.h>
|
#include <Guid/FirmwareFileSystem2.h>
|
||||||
#include <Guid/AprioriFileName.h>
|
#include <Guid/AprioriFileName.h>
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
CacheMaintenanceLib
|
CacheMaintenanceLib
|
||||||
PeCoffLib
|
PeCoffLib
|
||||||
PeiPiLib
|
|
||||||
PeiServicesTablePointerLib
|
PeiServicesTablePointerLib
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue