TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_BOOT_MODE | ArmPlatformGetBootMode (VOID) |
RETURN_STATUS | ArmPlatformInitialize (IN UINTN MpId) |
VOID | ArmPlatformGetPlatformPpiList (OUT UINTN *PpiListSize, OUT EFI_PEI_PPI_DESCRIPTOR **PpiList) |
Copyright (c) 2011-2012, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ArmPlatformLibQemu.c.
EFI_BOOT_MODE ArmPlatformGetBootMode | ( | VOID | ) |
Return the current Boot Mode.
This function returns the boot reason on the platform
Definition at line 21 of file ArmPlatformLibQemu.c.
VOID ArmPlatformGetPlatformPpiList | ( | OUT UINTN * | PpiListSize, |
OUT EFI_PEI_PPI_DESCRIPTOR ** | PpiList | ||
) |
Return the Platform specific PPIs.
This function exposes the Platform Specific PPIs. They can be used by any PrePi modules or passed to the PeiCore by PrePeiCore.
[out] | PpiListSize | Size in Bytes of the Platform PPI List |
[out] | PpiList | Platform PPI List |
Definition at line 57 of file ArmPlatformLibQemu.c.
Initialize controllers that must setup in the normal world.
This function is called by the ArmPlatformPkg/PrePi or ArmPlatformPkg/PlatformPei in the PEI phase.
[in] | MpId | ID of the calling CPU |
Definition at line 39 of file ArmPlatformLibQemu.c.