Enable PeiCore to dispatch the encapsulated fv images with depex expression. This feature can process the different fv images in the different boot path, which is useful for boot performance and image size.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4366 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -54,7 +54,6 @@ Abstract:
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/S3Lib.h>
|
||||
#include <Library/RecoveryLib.h>
|
||||
#include <Library/PeiPiLib.h>
|
||||
|
||||
#define STACK_SIZE 0x20000
|
||||
#define BSP_STORE_SIZE 0x4000
|
||||
@@ -73,16 +72,7 @@ PeiLoadFile (
|
||||
;
|
||||
|
||||
EFI_STATUS
|
||||
DxeIplAddEncapsulatedFirmwareVolumes (
|
||||
VOID
|
||||
)
|
||||
;
|
||||
|
||||
EFI_STATUS
|
||||
DxeIplFindFirmwareVolumeInstance (
|
||||
IN OUT UINTN *Instance,
|
||||
IN EFI_FV_FILETYPE SeachType,
|
||||
OUT EFI_PEI_FV_HANDLE *VolumeHandle,
|
||||
DxeIplFindDxeCore (
|
||||
OUT EFI_PEI_FILE_HANDLE *FileHandle
|
||||
)
|
||||
;
|
||||
|
Reference in New Issue
Block a user