TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeLoadFuncFit.c File Reference
#include <PiPei.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
#include <Library/HobLib.h>
#include <Library/FdtLib.h>
#include "UefiPayloadEntry.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI _ModuleEntryPoint (IN UINTN Param1, IN UINTN Param2)
 

Detailed Description

x64-specifc functionality for DxeLoad.

Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DxeLoadFuncFit.c.

Function Documentation

◆ _ModuleEntryPoint()

EFI_STATUS EFIAPI _ModuleEntryPoint ( IN UINTN  Param1,
IN UINTN  Param2 
)

Entry point to the C language phase of UEFI payload.

Parameters
[in]Param1,Hartidwhich is ignored
[in]Param2,DeviceTree
Return values
Itwill not return if SUCCESS, and return error when passing bootloader parameter.

Definition at line 28 of file DxeLoadFuncFit.c.