TianoCore EDK2 master
|
#include <PiPei.h>
#include <Ppi/MasterBootMode.h>
#include <Ppi/BootInRecoveryMode.h>
#include <Ppi/GuidedSectionExtraction.h>
#include <Library/ArmPlatformLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>
#include <Library/PeimEntryPoint.h>
#include <Library/PeiServicesLib.h>
#include <Library/PcdLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | InitializePlatformPeim (IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices) |
EFI_STATUS EFIAPI | PlatformPeim (VOID) |
Variables | |
CONST EFI_PEI_PPI_DESCRIPTOR | mPpiListBootMode |
CONST EFI_PEI_PPI_DESCRIPTOR | mPpiListRecoveryBootMode |
Copyright (c) 2011, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PlatformPeim.c.
EFI_STATUS EFIAPI InitializePlatformPeim | ( | IN EFI_PEI_FILE_HANDLE | FileHandle, |
IN CONST EFI_PEI_SERVICES ** | PeiServices | ||
) |
Definition at line 74 of file PlatformPeim.c.
EFI_STATUS EFIAPI PlatformPeim | ( | VOID | ) |
Entrypoint of platform PEIM driver.
Initialise Platform HOBs
EFI_SUCCESS | Success. |
EFI_INVALID_PARAMETER | A parameter is invalid. |
EFI_OUT_OF_RESOURCES | Out of resources. |
Entrypoint of platform PEIM driver.
Initialise Platform HOBs
EFI_SUCCESS | Success. |
EFI_INVALID_PARAMETER | A parameter is invalid. |
EFI_OUT_OF_RESOURCES | Out of resources. |
Definition at line 17 of file PlatformPeiLib.c.
CONST EFI_PEI_PPI_DESCRIPTOR mPpiListBootMode |
Definition at line 44 of file PlatformPeim.c.
CONST EFI_PEI_PPI_DESCRIPTOR mPpiListRecoveryBootMode |
Definition at line 50 of file PlatformPeim.c.