Update PEIM entry point to follow PEIM entry point.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6753 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -65,8 +65,8 @@ EFI_PEI_PPI_DESCRIPTOR mPpiPCD = {
|
||||
|
||||
This routine initialize the PCD database for PEI phase and install PCD_PPI.
|
||||
|
||||
@param FfsHeader Pointer to PEIM FFS header image
|
||||
@param PeiServices Pointer to EFI_PEI_SERVICES
|
||||
@param FileHandle Handle of the file being invoked.
|
||||
@param PeiServices Describes the list of possible PEI Services.
|
||||
|
||||
@return Status of install PCD_PPI
|
||||
|
||||
@@ -74,8 +74,8 @@ EFI_PEI_PPI_DESCRIPTOR mPpiPCD = {
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PcdPeimInit (
|
||||
IN EFI_FFS_FILE_HEADER *FfsHeader,
|
||||
IN EFI_PEI_SERVICES **PeiServices
|
||||
IN EFI_PEI_FILE_HANDLE FileHandle,
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||
)
|
||||
{
|
||||
BuildPcdDatabase ();
|
||||
|
Reference in New Issue
Block a user