TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeHandoff.c File Reference
#include "DxeIpl.h"
#include <Ppi/MemoryAttribute.h>

Go to the source code of this file.

Functions

VOID HandOffToDxeCore (IN EFI_PHYSICAL_ADDRESS DxeCoreEntryPoint, IN EFI_PEI_HOB_POINTERS HobList)
 

Detailed Description

Generic version of arch-specific functionality for DxeLoad.

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

Definition in file DxeHandoff.c.

Function Documentation

◆ HandOffToDxeCore()

VOID HandOffToDxeCore ( IN EFI_PHYSICAL_ADDRESS  DxeCoreEntryPoint,
IN EFI_PEI_HOB_POINTERS  HobList 
)

Transfers control to DxeCore.

This function performs a CPU architecture specific operations to execute the entry point of DxeCore with the parameters of HobList. It also installs EFI_END_OF_PEI_PPI to signal the end of PEI phase.

Parameters
DxeCoreEntryPointThe entry point of DxeCore.
HobListThe start of HobList passed to DxeCore.

Definition at line 26 of file DxeHandoff.c.