Merge the PI enabling works from the branch
First round of PI enabling work: 1) PiPeiCis changes (CONST, EFI_PEI_FILE_HANDLE.. etc) 2) Make use of FirmwareVolume 2 protocol. 3) Verified for Nt32Pkg and real platform for S3. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3773 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -48,7 +48,7 @@ Revision History
|
||||
#include <Protocol/RealTimeClock.h>
|
||||
#include <Guid/Apriori.h>
|
||||
#include <Protocol/WatchdogTimer.h>
|
||||
#include <Protocol/FirmwareVolume.h>
|
||||
#include <Protocol/FirmwareVolume2.h>
|
||||
#include <Protocol/MonotonicCounter.h>
|
||||
#include <Guid/DxeServices.h>
|
||||
#include <Guid/MemoryAllocationHob.h>
|
||||
@@ -155,7 +155,7 @@ typedef struct {
|
||||
EFI_HANDLE FvHandle;
|
||||
EFI_GUID FileName;
|
||||
EFI_DEVICE_PATH_PROTOCOL *FvFileDevicePath;
|
||||
EFI_FIRMWARE_VOLUME_PROTOCOL *Fv;
|
||||
EFI_FIRMWARE_VOLUME2_PROTOCOL *Fv;
|
||||
|
||||
VOID *Depex;
|
||||
UINTN DepexSize;
|
||||
|
Reference in New Issue
Block a user