X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FPei%2FPeiMain.h;h=c3102950c558bb457e5568a650b427da44d1a1df;hb=0308e20dc67c63e48211b140558ae3bd13a1cbf5;hp=6f040d015586837034ea2f0d2be0173e03182ac1;hpb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index 6f040d0155..c3102950c5 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -230,11 +230,11 @@ typedef struct { @retval EFI_NOT_FOUND Never reach **/ -EFI_STATUS +VOID EFIAPI PeiCore ( IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData, - IN CONST EFI_PEI_PPI_DESCRIPTOR *PpList, + IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList, IN VOID *Data ); @@ -274,9 +274,6 @@ PeimDispatchReadiness ( @param SecCoreData Pointer to the data structure containing SEC to PEI handoff data @param PrivateData Pointer to the private data passed in from caller - @retval EFI_SUCCESS Successfully dispatched PEIM. - @retval EFI_NOT_FOUND The dispatch failed. - **/ VOID PeiDispatcher ( @@ -500,7 +497,7 @@ EFI_STATUS EFIAPI PeiGetBootMode ( IN CONST EFI_PEI_SERVICES **PeiServices, - IN OUT EFI_BOOT_MODE *BootMode + IN OUT EFI_BOOT_MODE *BootMode ); /** @@ -539,7 +536,7 @@ InitializeSecurityServices ( ); /** - Verify a Firmware volume + Verify a Firmware volume. @param CurrentFvAddress Pointer to the current Firmware Volume under consideration @@ -812,7 +809,7 @@ PeiAllocatePool ( **/ EFI_STATUS PeiLoadImage ( - IN EFI_PEI_SERVICES **PeiServices, + IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_FILE_HANDLE FileHandle, OUT EFI_PHYSICAL_ADDRESS *EntryPoint, OUT UINT32 *AuthenticationState @@ -1016,7 +1013,7 @@ InitializeImageServices ( Get Fv image from the FV type file, then install FV INFO ppi, Build FV hob. @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation. - @param FileHandle File handle of a Fv type file. + @param FvFileHandle File handle of a Fv type file. @param AuthenticationState Pointer to attestation authentication state of image. If return 0, means pass security checking. @@ -1026,9 +1023,9 @@ InitializeImageServices ( **/ EFI_STATUS ProcessFvFile ( - IN EFI_PEI_SERVICES **PeiServices, - IN EFI_PEI_FILE_HANDLE FvFileHandle, - OUT UINT32 *AuthenticationState + IN CONST EFI_PEI_SERVICES **PeiServices, + IN EFI_PEI_FILE_HANDLE FvFileHandle, + OUT UINT32 *AuthenticationState ); #endif