TianoCore EDK2 master
|
#include <PiPei.h>
#include <Pi/PiBootMode.h>
#include <Library/PeCoffLib.h>
#include <Library/PrePiLib.h>
#include <Library/PrintLib.h>
#include <Library/PrePiHobListPointerLib.h>
#include <Library/TimerLib.h>
#include <Library/PerformanceLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Ppi/GuidedSectionExtraction.h>
#include <Ppi/ArmMpCoreInfo.h>
#include "PrePi.h"
Go to the source code of this file.
Functions | |
VOID | PrePiMain (IN UINTN UefiMemoryBase, IN UINTN StacksBase, IN UINT64 StartTimeStamp) |
VOID | CEntryPoint (IN UINTN MpId, IN UINTN UefiMemoryBase, IN UINTN StacksBase) |
VOID | RelocatePeCoffImage (IN EFI_PEI_FV_HANDLE FwVolHeader, IN PE_COFF_LOADER_READ_FILE ImageRead) |
Copyright (c) 2011-2023, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PrePi.c.
VOID RelocatePeCoffImage | ( | IN EFI_PEI_FV_HANDLE | FwVolHeader, |
IN PE_COFF_LOADER_READ_FILE | ImageRead | ||
) |