TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/ArmMmuLib.h>
#include <Library/ArmPlatformLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
Go to the source code of this file.
Functions | |
VOID | BuildMemoryTypeInformationHob (VOID) |
STATIC VOID | InitMmu (IN ARM_MEMORY_REGION_DESCRIPTOR *MemoryTable) |
EFI_STATUS EFIAPI | MemoryPeim (IN EFI_PHYSICAL_ADDRESS UefiMemoryBase, IN UINT64 UefiMemorySize) |
Copyright (c) 2011-2015, ARM Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MemoryInitPeiLib.c.
VOID BuildMemoryTypeInformationHob | ( | VOID | ) |
STATIC VOID InitMmu | ( | IN ARM_MEMORY_REGION_DESCRIPTOR * | MemoryTable | ) |
Definition at line 25 of file MemoryInitPeiLib.c.
EFI_STATUS EFIAPI MemoryPeim | ( | IN EFI_PHYSICAL_ADDRESS | UefiMemoryBase, |
IN UINT64 | UefiMemorySize | ||
) |
Entrypoint of the memory PEIM driver.
[in] | UefiMemoryBase | The base of the PI/UEFI memory region |
[in[ | UefiMemorySize The size of the PI/UEFI memory region |
Definition at line 59 of file MemoryInitPeiLib.c.