TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugAgentPei.c File Reference
#include <PiPei.h>
#include <Library/DebugAgentLib.h>

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI DebugAgentPeiInitialize (IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices)
 

Detailed Description

Initialize Debug Agent in PEI by invoking Debug Agent Library.

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

Definition in file DebugAgentPei.c.

Function Documentation

◆ DebugAgentPeiInitialize()

EFI_STATUS EFIAPI DebugAgentPeiInitialize ( IN EFI_PEI_FILE_HANDLE  FileHandle,
IN CONST EFI_PEI_SERVICES **  PeiServices 
)

The Entry Point for Debug Agent PEI driver.

It will invoke Debug Agent Library to enable source debugging feature in PEI phase.

This function is the Entry point of the CPU I/O PEIM which installs CpuIoPpi.

Parameters
[in]FileHandlePointer to image file handle.
[in]PeiServicesPointer to PEI Services Table
Return values
EFI_SUCCESSDebug Agent successfully initialized.
otherSome error occurs when initialized Debug Agent.

Definition at line 29 of file DebugAgentPei.c.